Merge branch 'master' of github.com:GravitLauncher/Launcher

This commit is contained in:
Gravit 2018-11-01 20:03:38 +07:00
commit ef840af7a0
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

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!