Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | 2016-11-06 | -5/+4 |
| | | | | | * Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
* | NOISSUE add instance-local library storage | Petr Mrázek | 2016-10-02 | -0/+5 |
| | | | | | | 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. | |||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -3/+3 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -66/+150 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | 2016-06-05 | -2/+2 |
| | | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
* | GH-575 separate legacy jar mod list from mod list | Petr Mrázek | 2016-05-15 | -5/+783 |
| | ||||
* | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | 2016-05-01 | -3/+3 |
| | | | | Minecraft and Java are not generic. | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+1403 |