Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
ADDED A PING CHECKER MODULE
- Ping every server and compare your ping time with the others.
- Set favorites to quickly get an overview of the important servers.

GAME UPDATER
- Added a simple way to update or repair the game when needed.
- It automatically checks once a day and will let you know if there is an update available.

SECURITY IMPROVEMENTS
- The old AES-Key/IV implementation was a bit... dirty, so I switched
   from AES 128 to DPAPI (Windows Data Protection API) wich is quite superior and more secure.

Instant SETUP
- Import data from an old version in the blink of an eye!

STATISTICS MODULE
- Added a switch to differentiate between base and total fame for the "radar chart" and the "best class".
- Fixed the radar chart not rendering with new datasets.
       Known bug: Old datasets do not render.
  > Just refresh them by "Re-new" the token.

IMPORT & EXPORT
- Added a way to export and import data into this tool.
  Currently accepted formats are: .EAMexport, .CSV and muledump files.

UI-IMPROVEMENTS
- Added grouping colors for each account to set them apart.
- Added a nice snackbar (sadly it's nothing to eat).
- Added / switched some images for more responsiveness.
- Added an alphabetical sorting menu for accountName or email.
     Just click the List-Titles (Account Name and Email) to show it.
- Changed some colors.
- Switched the scrollbars to custom ones, fixing the "Jump to top"-bug.
- Switched the checkboxes to toggles.
- Optimized the Drag & Drop performance.
  • Loading branch information
MaikEight committed Aug 29, 2021
1 parent ffa2623 commit 93130b0
Show file tree
Hide file tree
Showing 1,308 changed files with 196,601 additions and 234,401 deletions.
Binary file modified .vs/EAM/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/EAM/v16/.suo
Binary file not shown.
1 change: 0 additions & 1 deletion CheckSum.txt

This file was deleted.

42 changes: 33 additions & 9 deletions EAM Daily Login Service/App.config
Original file line number Diff line number Diff line change
@@ -1,38 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuTransition" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuPictureBox" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuScrollBar" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuShadowPanel" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuDataGridView" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuButton" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuToggleSwitch" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuSeparator" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuToolTip" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuSnackbar" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuRadioButton" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Bunifu.UI.WinForms.BunifuDropdown" publicKeyToken="e8e24ccd28363fe9" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.9.0" newVersion="5.0.9.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
Loading

0 comments on commit 93130b0

Please sign in to comment.