summaryrefslogtreecommitdiffstats
path: root/api/logic/ProblemProvider.h
Commit message (Collapse)AuthorAgeLines
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-2/+4
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-4/+5
|
* NOISSUE simplify ProblemProviderPetr Mrázek2017-08-28-17/+2
|
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-04-07-5/+12
| | | | | It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-0/+54
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.