summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/MinecraftProfile.cpp
Commit message (Collapse)AuthorAgeLines
* GH-1856 Fix metadata version and list loadingPetr Mrázek2017-04-24-5/+1
| | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-3/+3
| | | | | | Things like: * jar mods * valid version files
* NOISSUE silly/simple implementation of mod metadata in OneSix version formatPetr Mrázek2017-04-21-4/+29
|
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-15/+3
|
* NOISSUE implement mainJar support in OneSix formatPetr Mrázek2017-04-13-17/+28
| | | | This allows customizing the main jar like any other library.
* NOISSUE fix issue with the narrator feature by splitting java and native ↵Petr Mrázek2017-04-07-5/+23
| | | | libraries
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-3/+3
| | | | | | | | 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 liteloader and forgePetr Mrázek2017-04-07-0/+5
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE add instance-local library storagePetr Mrázek2016-10-02-2/+2
| | | | | | Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch.
* NOISSUE fix minor memory leaksPetr Mrázek2016-08-19-0/+8
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-0/+20
| | | | Just running the Java process and giving it params on the command line
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+610