aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/MojangVersionFormat.cpp
AgeCommit message (Collapse)Author
2017-04-23GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek
Things like: * jar mods * valid version files
2017-04-07NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek
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.
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek