aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/MinecraftProfile.h
AgeCommit message (Collapse)Author
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