-
Notifications
You must be signed in to change notification settings - Fork 32
Change logs
yushijinhun edited this page Jun 28, 2016
·
8 revisions
This page is not up to date. The author is too lazy to update change logs.
- Fix StreamPump does not work (zhoulifu)
- Fix unable to launch some forge versions
- Fix '--port' argument wasn't added
- Fix asset problems with liteloader
- Add asset index resolving
- Support changing game directory
- Remove UncompressException
- Fix #8, #9
- Remove report encrypt certificate
- Code refactor
- Remove reporter
- Fix unable to launch an already running minecraft version
- Unpack natives only when the files are not the same
- Fix getVersions() throws NullPointerException if
versions
dir not exists - Fix still add width and height args when fullscreen is on
- Fix console encoding bug on windows
- Encrypt report
- Turn off CGC by default
- Implements Serializable
- Fix line splitting on windows
- Fix problems with osx
- Add toString(), hashCode(), equals() overrides
- Add null checks
- Fix using relative path in the constructor of
MinecraftDirectory
causes classpath error - Fix compatible problems with java 7
- Split Yggdrasil auth into repo
jyal
andjmccc-jyal-authenticator
- Use org.json
- Code refactor
- Bugs fix
- Code refactor
- Readd
IGameListener
- Complete Linux/Osx Support
- Bugs fixing.
- Bugs fixing.
-
Jmccc.VERSION
->Reporter.version
- Bugs fixing.
- Bugs fixing.
- Added method
VersionsHandler.getVersionById(String id)
.
- Removed Lombok dependency.
- Bugs fixing.
-
IGameListener
is still WIP.