English translation improvements (#41)

This commit is contained in:
Dmitry K 2018-10-31 11:28:56 +02:00 committed by Zaxar163
parent 897ed1b19e
commit f77ca18878

View file

@ -1,21 +1,21 @@
# Changes # Changes
* Support native guard library Avanguard * Avanguard native guard library support
* Build with Gradle * Build with Gradle
* The code is free of many dirty "hacks" that depend on the implementation and undocumented features of a particular JVM * The code is free of many dirty "hacks" that depend on the implementation and undocumented features of a particular JVM
* Removed installing JVM * Removed JVM installation
* Brutus password protection * Brute-force attack protection
* Launcher complished and runs with JDK 10 * Launcher compiles and runs with JDK 10
* Patch launchwrapper with support Java 10 * Patched launchwrapper with Java 10 support
* JsonAuthProvider and a PHP script to work with Yii2 * JsonAuthProvider and a PHP script to work with Yii2
* ClassPath is not visible in the start line * ClassPath is not visible in the start line
* Symlinks are fully allowed without restrictions * Symlinks are fully allowed without restrictions
* Removed an undocumented feature, JavaScript plugins server side * Removed an undocumented feature which allowed to use JavaScript plugins on server side
* Various improvements and bugfixes * Various improvements and bugfixes
* Split into 3 modules instead of two * Split into 3 modules instead of two
* The old bypasses don't work * The old bypasses don't work
* A partially modified structure of the classes * Partially modified structure of the classes
* Bug fixes from the main branch of the launcher * Bug fixes in the main branch of the launcher
* Ability to install different skins on different servers * Ability to install different skins on different servers
* Send HWID * Send HWID
* Flexible setting options exe when you build * Flexible exe settings when building
* And much more! * And much more!