Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | 2017-08-07 | -3/+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-1927 fix potential issue with FMLLibrariesTask succeeding twice. | Petr Mrázek | 2017-07-07 | -0/+1 |
| | ||||
* | GH-1927 Add more specific task status logging | Petr Mrázek | 2017-07-07 | -0/+5 |
| | | | | | | * Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases. | |||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -6/+6 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -6/+6 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE jar mods as libraries, fix for customizing net.minecraft | Petr Mrázek | 2017-04-17 | -0/+1 |
| | ||||
* | NOISSUE implement mainJar support in OneSix format | Petr Mrázek | 2017-04-13 | -17/+17 |
| | | | | 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 | -7/+11 |
| | | | | libraries | |||
* | NOISSUE add a badge for crashed instances | Petr Mrázek | 2016-11-04 | -1/+1 |
| | | | | Not persistent across MultiMC runs. | |||
* | 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. | |||
* | GH-352 Make OneSix instance update downloads cancellable | Petr Mrázek | 2016-08-14 | -0/+430 |