Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |