| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|