aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/VersionFile.h
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2017-12-29NOISSUE add versioning to component metadata format and use itPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr 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-21NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek
2017-04-17NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek
2017-04-13NOISSUE implement mainJar support in OneSix formatPetr Mrázek
This allows customizing the main jar like any other library.
2017-04-07NOISSUE preview of LWJGL version changingPetr Mrázek
It still needs work - some LWJGL versions are exclusive to macOS. This has to be encoded in the json.
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 remove some dead code from version related classesPetr Mrázek
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek