Age | Commit message (Collapse) | Author |
|
|
|
|
|
It really should not dictate how are things stored and it just makes
the metadata bigger for no reason.
|
|
|
|
|
|
confirmation dialog is open
|
|
This allows customizing the main jar like any other library.
|
|
This reverts commit d864c95e2b5e172116370694d59a615a97cf390f.
|
|
|
|
libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|