aboutsummaryrefslogtreecommitdiff
path: root/api/logic/meta/Version.cpp
AgeCommit message (Collapse)Author
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2019-01-16Update Copyright YearAppleTheGolden
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-29NOISSUE add versioning to component metadata format and use itPetr Mrázek
2017-12-14NOISSUE do not override already loaded metadata entities with partial dataPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-04-24GH-1856 Fix metadata version and list loadingPetr Mrázek
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
2017-04-07NOISSUE implement recommended versions using the new JSON formatPetr 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 reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE hack it together enough to get launching backPetr Mrázek
Meta index will now always return valid objects. They just might never load if they don't exist on the server.
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE simplify.Petr Mrázek
2017-04-07NOISSUE Wonko is the new MetaPetr Mrázek
And then Wonko was the Meta.