You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this application is to provide a simple way to keep an eye on several simultaneously running EVE Online clients and to easily switch between them. While running it shows a set of live thumbnails for each of the active EVE Online clients. These thumbnails allow fast switch to the corresponding EVE Online client either using mouse or configurable hotkeys.
@@ -13,17 +11,11 @@ The program does NOT (and will NOT ever) do the following things:
13
11
* broadcast any keyboard or mouse events
14
12
* anyhow interact with EVE Online except of bringing its main window to foreground or resizing/minimizing it
**Under any conditions you should NOT use EVE-O Preview for any actions that break EULA or ToS of EVE Online.**
25
17
26
-
If you have find out that some of the features or their combination of EVE-O Preview might cause actions that can be considered as breaking EULA or ToS of EVE Online you should consider them as a bug and immediately notify the Developer ( Phrynohyas Tig-Rah ) via in-game mail.
18
+
If you have find out that some of the features or their combination of EVE-O Preview might cause actions that can be considered as breaking EULA or ToS of EVE Online you should consider them as a bug and immediately notify the Developer ( Aura Asuna ) via in-game mail.
27
19
28
20
<divstyle="page-break-after: always;"></div>
29
21
@@ -36,7 +28,7 @@ If you have find out that some of the features or their combination of EVE-O Pre
36
28
37
29
Video Guides:
38
30
39
-
*[Eve online , How To : Eve-O Preview (multiboxing; legal)](https://youtu.be/2r0NMKbogXU)
31
+
*[Eve online , How To : EVE-O Preview (multiboxing; legal)](https://youtu.be/2r0NMKbogXU)
40
32
41
33
42
34
## System Requirements
@@ -187,7 +179,7 @@ This setting allows to enable an alternate thumbnail render. This render doesn't
187
179
188
180
### Maintained by
189
181
190
-
*Phrynohyas Tig-Rah
182
+
*Aura Asuna
191
183
192
184
193
185
### Created by
@@ -197,6 +189,8 @@ This setting allows to enable an alternate thumbnail render. This render doesn't
EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. CCP hf. has granted permission to pyfa to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, pyfa. CCP is in no way responsible for the content on or functioning of this program, nor can it be liable for any damage arising from the use of this program.
225
219
226
-
## Additional information for users from Russia and Belarus
227
-
228
-
* Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine).
229
-
* Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.
Copy file name to clipboardexpand all lines: build/Configuration.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ static class Configuration
9
9
publicconststringPublishFolder=@"./publish";
10
10
publicconststringBuildConfiguration=@"Release";
11
11
12
-
publicconststringBuildToolPath=@"c:\Developer Tools\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe";// Set to NULL to let Cake to try to use the default MSBuild instance
12
+
publicconststringBuildToolPath=@"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe";// Set to NULL to let Cake to try to use the default MSBuild instance
0 commit comments