summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/VersionFile.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE add versioning to component metadata format and use itPetr Mrázek2017-12-29-1/+1
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-4/+17
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-1/+2
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-2/+2
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek2017-04-21-0/+3
|
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-2/+1
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-04-13-4/+7
| | | | This allows customizing the main jar like any other library.
* NOISSUE preview of LWJGL version changingPetr Mrázek2017-04-07-1/+1
| | | | | 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-100/+8
| | | | | | | | 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-4/+0
|
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-12/+5
|
* Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek2016-10-26-1/+1
| | | | | | This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+195