summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ProfilePatch.cpp
Commit message (Collapse)AuthorAgeLines
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-0/+5
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-1/+9
| | | | | | Things like: * jar mods * valid version files
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-04-07-0/+41
| | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
* NOISSUE remove dead codePetr Mrázek2017-04-07-80/+0
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-0/+214
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.