aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/MinecraftProfile.cpp
AgeCommit message (Collapse)Author
2017-09-10NOISSUE put back missing OneSix upgrade logicPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
2017-04-24GH-1856 Fix metadata version and list loadingPetr Mrázek
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
2017-04-23GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek
Things like: * jar mods * valid version files
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 fix issue with the narrator feature by splitting java and native ↵Petr Mrázek
libraries
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 liteloader and forgePetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-10-02NOISSUE add instance-local library storagePetr Mrázek
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.
2016-08-19NOISSUE fix minor memory leaksPetr Mrázek
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek