Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | 2017-08-07 | -0/+3 |
| | | | | | | 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. | |||
* | GH-1856 Fix metadata version and list loading | Petr Mrázek | 2017-04-24 | -3/+0 |
| | | | | Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either. | |||
* | NOISSUE silly/simple implementation of mod metadata in OneSix version format | Petr Mrázek | 2017-04-21 | -0/+4 |
| | ||||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -8/+3 |
| | ||||
* | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | 2017-04-13 | -2/+7 |
| | | | | This allows customizing the main jar like any other library. | |||
* | NOISSUE fix issue with the narrator feature by splitting java and native ↵ | Petr Mrázek | 2017-04-07 | -0/+4 |
| | | | | libraries | |||
* | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | 2017-04-07 | -2/+2 |
| | | | | | | | | 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 forge | Petr Mrázek | 2017-04-07 | -0/+4 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -1/+1 |
| | ||||
* | NOISSUE add instance-local library storage | Petr Mrázek | 2016-10-02 | -1/+1 |
| | | | | | | 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 leaks | Petr Mrázek | 2016-08-19 | -0/+1 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -0/+1 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+200 |