Skip to content

Commit f5777de

Browse files
committed
Initial Fork - Update maintainer in doco and about us
1 parent 2996283 commit f5777de

File tree

6 files changed

+157
-406
lines changed

6 files changed

+157
-406
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
bin/
22
obj/
3+
publish/
4+
tools/
5+
src/.vs/
36
*.suo
47
*.user
58
*.DotSettings

README.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
2-
31
## Overview
42

53
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:
1311
* broadcast any keyboard or mouse events
1412
* anyhow interact with EVE Online except of bringing its main window to foreground or resizing/minimizing it
1513

16-
<div style="text-align: center;">
17-
18-
![EVE Partner](https://github.com/Phrynohyas/eve-o-preview/blob/develop/assets/PartnerBadge.png?raw=true)
19-
20-
</div>
21-
2214
<div style="page-break-after: always;"></div>
2315

2416
**Under any conditions you should NOT use EVE-O Preview for any actions that break EULA or ToS of EVE Online.**
2517

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.
2719

2820
<div style="page-break-after: always;"></div>
2921

@@ -36,7 +28,7 @@ If you have find out that some of the features or their combination of EVE-O Pre
3628

3729
Video Guides:
3830

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)
4032

4133

4234
## System Requirements
@@ -187,7 +179,7 @@ This setting allows to enable an alternate thumbnail render. This render doesn't
187179

188180
### Maintained by
189181

190-
* Phrynohyas Tig-Rah
182+
* Aura Asuna
191183

192184

193185
### Created by
@@ -197,6 +189,8 @@ This setting allows to enable an alternate thumbnail render. This render doesn't
197189

198190

199191
### Previous maintainers
192+
193+
* Phrynohyas Tig-Rah
200194

201195
* Makari Aeron
202196

@@ -223,8 +217,3 @@ https://bitbucket.org/ulph/eve-o-preview-git
223217

224218
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.
225219

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.
230-
* [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!)

build/Configuration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ static class Configuration
99
public const string PublishFolder = @"./publish";
1010
public const string BuildConfiguration = @"Release";
1111

12-
public const string BuildToolPath = @"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+
public const string BuildToolPath = @"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
1313
}
1414
}

src/Eve-O-Preview/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyCulture("")]
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("04f08f8d-9e98-423b-acdb-4effb31c0d35")]
15-
[assembly: AssemblyVersion("5.1.0.0")]
16-
[assembly: AssemblyFileVersion("5.1.0.0")]
15+
[assembly: AssemblyVersion("5.1.2.0")]
16+
[assembly: AssemblyFileVersion("5.1.2.0")]
1717

1818
[assembly: CLSCompliant(false)]

0 commit comments

Comments
 (0)