summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/Version.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* NOISSUE add versioning to component metadata format and use itPetr Mrázek2017-12-29-10/+0
|
* NOISSUE do not override already loaded metadata entities with partial dataPetr Mrázek2017-12-14-19/+23
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-2/+17
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-1/+1
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-2/+8
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* NOISSUE implement recommended versions using the new JSON formatPetr Mrázek2017-04-07-0/+16
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-1/+1
| | | | | | | | 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.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-1/+14
| | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-9/+3
|
* NOISSUE hack it together enough to get launching backPetr Mrázek2017-04-07-14/+21
| | | | | Meta index will now always return valid objects. They just might never load if they don't exist on the server.
* NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek2017-04-07-12/+1
|
* NOISSUE simplify.Petr Mrázek2017-04-07-6/+7
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-0/+105
And then Wonko was the Meta.