summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/onesix/OneSixVersionFormat.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-332/+0
|
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-1/+0
| | | | | | Things like: * jar mods * valid version files
* NOISSUE do not write library display name twicePetr Mrázek2017-04-22-8/+2
|
* GH-1860 fix old jarmodsPetr Mrázek2017-04-22-1/+1
| | | | Names were not set for the libraries, making them return invalid things
* NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek2017-04-21-0/+31
|
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-16/+60
|
* GH-1853 fix FTB and parsing of old version filesPetr Mrázek2017-04-14-0/+1
|
* NOISSUE slightly refactor jarMod entry readingPetr Mrázek2017-04-14-6/+6
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-04-13-0/+26
| | | | This allows customizing the main jar like any other library.
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-9/+10
| | | | | | | | 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 stuff and things happened. Maybe.Petr Mrázek2017-04-07-4/+16
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-1/+0
|
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+225