Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It still needs work - some LWJGL versions are exclusive to macOS.
This has to be encoded in the json.
|
|
|
|
|
|
|
|
They are now distinct classes with distinct responsibilities.
* ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version.
* VersionFile is the basic element that holds version information loaded from JSON.
* Meta::Version is the loader class for VersionFile(s) from a server.
|
|
|
|
|
|
It is now stored as a hashmap
There is also a parentUid to limit depsolving by encapsulating by version
|
|
|
|
|
|
Meta index will now always return valid objects.
They just might never load if they don't exist on the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And then Wonko was the Meta.
|
|
|
|
|
|
|
|
|
|
Fixes issue where this causes the launcher to use the old assets URL
|
|
|
|
|
|
|
|
The log could end up with many empty lines because the wrong maximum size was
used during the resize.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This prevents some ugly colors to show up on macOS in most cases.
It still looks ugly right after you switch to the it though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes is slightly more readable.
|
|
It's 0.5.0, not 0.5.
|
|
|
|
This tries to detect the issue and instructs the user to fix it by
moving the application to /Applications or ~/Applications.
In addition, several other previously poorly handled fatal errors
now show an error dialog.
|