Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-08 | NOISSUE fix metadata URL | Petr Mrázek | |
2019-03-08 | NOISSUE create translations folder before starting to watch it for changes | Petr Mrázek | |
Fixes issue where on first run, the translations don't show up. | |||
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-05-19 | Catch C++ exceptions by const reference | Charles Milette | |
Fixes #2277 | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2017-12-29 | NOISSUE switch MultiMC to the v1 meta endpoint | Petr Mrázek | |
2017-12-29 | NOISSUE initial meta version will be 1, map 0 to 1 | Petr Mrázek | |
Metadata for version 1 will be at v1.meta.multimc.org | |||
2017-12-29 | NOISSUE add versioning to component metadata format and use it | Petr Mrázek | |
2017-12-14 | NOISSUE do not override already loaded metadata entities with partial data | Petr Mrázek | |
2017-12-14 | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | |
Badly connected signals/slots and similar things. | |||
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-10 | NOISSUE clean up moc warnings | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-05-21 | NOISSUE and even more warnings gone | Petr Mrázek | |
2017-04-24 | GH-1856 Fix metadata version and list loading | Petr Mrázek | |
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either. | |||
2017-04-19 | GH-1856 always pull new versions of metadata when requested | Petr Mrázek | |
The only block is if it's already happening. | |||
2017-04-18 | NOISSUE set metadata source to main | Petr Mrázek | |
2017-04-15 | NOISSUE stop using the `path` attributes from Mojang download info | Petr Mrázek | |
It really should not dictate how are things stored and it just makes the metadata bigger for no reason. | |||
2017-04-07 | NOISSUE make a call to ensureBoolean in the JSON format code less ambiguous | Petr Mrázek | |
2017-04-07 | NOISSUE implement recommended versions using the new JSON format | Petr Mrázek | |
2017-04-07 | NOISSUE 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-07 | NOISSUE remove some dead code from version related classes | Petr Mrázek | |
2017-04-07 | NOISSUE reimplement package dependencies | Petr Mrázek | |
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
2017-04-07 | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | |
2017-04-07 | NOISSUE hack it together enough to get launching back | Petr 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-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE simplify. | Petr Mrázek | |
2017-04-07 | NOISSUE fix downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE Wonko is the new Meta | Petr Mrázek | |
And then Wonko was the Meta. |