aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/ProfileUtils.cpp
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
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
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek