summaryrefslogtreecommitdiffstats
path: root/api/logic/meta
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-734/+734
|
* NOISSUE update copyright datesPetr Mrázek2018-02-11-10/+10
|
* NOISSUE switch MultiMC to the v1 meta endpointPetr Mrázek2017-12-29-1/+1
|
* NOISSUE initial meta version will be 1, map 0 to 1Petr Mrázek2017-12-29-2/+3
| | | | Metadata for version 1 will be at v1.meta.multimc.org
* NOISSUE add versioning to component metadata format and use itPetr Mrázek2017-12-29-67/+64
|
* NOISSUE do not override already loaded metadata entities with partial dataPetr Mrázek2017-12-14-37/+55
|
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-0/+4
| | | | Badly connected signals/slots and similar things.
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-27/+144
|
* 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.
* NOISSUE clean up moc warningsPetr Mrázek2017-09-10-5/+0
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-1/+1
|
* NOISSUE and even more warnings gonePetr Mrázek2017-05-21-2/+0
|
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-36/+44
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* GH-1856 always pull new versions of metadata when requestedPetr Mrázek2017-04-19-1/+2
| | | | The only block is if it's already happening.
* NOISSUE set metadata source to mainPetr Mrázek2017-04-18-1/+1
|
* NOISSUE stop using the `path` attributes from Mojang download infoPetr Mrázek2017-04-15-1/+1
| | | | | It really should not dictate how are things stored and it just makes the metadata bigger for no reason.
* NOISSUE make a call to ensureBoolean in the JSON format code less ambiguousPetr Mrázek2017-04-07-1/+1
|
* NOISSUE implement recommended versions using the new JSON formatPetr Mrázek2017-04-07-15/+31
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-3/+3
| | | | | | | | 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 remove some dead code from version related classesPetr Mrázek2017-04-07-6/+0
|
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-129/+105
| | | | | 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-97/+17
|
* NOISSUE hack it together enough to get launching backPetr Mrázek2017-04-07-30/+131
| | | | | 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-459/+155
|
* NOISSUE simplify.Petr Mrázek2017-04-07-533/+190
|
* NOISSUE fix downloading of metadata filesPetr Mrázek2017-04-07-68/+83
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-0/+1884
And then Wonko was the Meta.