Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | NOISSUE put back missing OneSix upgrade logic | Petr Mrázek | |
2017-09-09 | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | |
2017-08-07 | GH-1314 add UI for custom minecraft jar addition | Petr 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-24 | GH-1856 Fix metadata version and list loading | Petr Mrázek | |
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either. | |||
2017-04-23 | GH-1856 Make MultiMC fail hard when things are missing | Petr Mrázek | |
Things like: * jar mods * valid version files | |||
2017-04-21 | NOISSUE silly/simple implementation of mod metadata in OneSix version format | Petr Mrázek | |
2017-04-17 | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | |
2017-04-13 | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | |
This allows customizing the main jar like any other library. | |||
2017-04-07 | NOISSUE fix issue with the narrator feature by splitting java and native ↵ | Petr Mrázek | |
libraries | |||
2017-04-07 | NOISSUE 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-07 | NOISSUE remove liteloader and forge | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2016-10-02 | NOISSUE add instance-local library storage | Petr 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-19 | NOISSUE fix minor memory leaks | Petr Mrázek | |
2016-08-01 | NOISSUE implement direct java launch | Petr Mrázek | |
Just running the Java process and giving it params on the command line | |||
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |