Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE make instance traits() const | Petr Mrázek | 2017-09-22 | -1/+1 |
| | ||||
* | NOISSUE prefer to use '.minecraft' instead of 'minecraft' folder | Petr Mrázek | 2017-09-20 | -3/+3 |
| | ||||
* | NOISSUE more work on Legacy migration | Petr Mrázek | 2017-09-20 | -0/+108 |
| | ||||
* | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | 2017-09-17 | -0/+668 |
| | ||||
* | NOISSUE Remove Legacy support | Petr Mrázek | 2017-09-09 | -2206/+0 |
| | ||||
* | GH-1927 Add more specific task status logging | Petr Mrázek | 2017-07-07 | -60/+64 |
| | | | | | | * 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 rearrange global initialization | Petr Mrázek | 2017-07-05 | -1/+1 |
| | ||||
* | GH-1895 update LWJGL list during legacy instance update | Petr Mrázek | 2017-05-21 | -8/+15 |
| | ||||
* | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | 2017-05-03 | -10/+10 |
| | ||||
* | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | 2017-04-29 | -10/+10 |
| | | | | Still missing some things, this is part 1. | |||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -3/+6 |
| | ||||
* | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | 2017-04-07 | -1/+0 |
| | ||||
* | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | 2017-01-10 | -9/+3 |
| | ||||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -8/+8 |
| | ||||
* | GH-1670 Fix LWJGL list loading | Petr Mrázek | 2016-11-27 | -134/+72 |
| | | | | Now it uses the standard Download class that supports redirects and SSL. | |||
* | NOISSUE add ganalytics and LocalPeer licenses | Petr Mrázek | 2016-11-26 | -2/+2 |
| | ||||
* | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | 2016-11-17 | -8/+0 |
| | | | | | The task now checks the conditions, giving the update process time to supply all the metadata. | |||
* | 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 |