Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | |
So simple. Better in every way. | |||
2018-07-28 | NOISSUE simplify. | Petr Mrázek | |
2018-07-28 | NOISSUE fix build on macOS? | Petr Mrázek | |
2018-07-27 | GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵ | Petr Mrázek | |
importance | |||
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-15 | NOISSUE separate new mods model from the simple one | Petr Mrázek | |
It should list mods in various locations... | |||
2018-06-28 | NOISSUE do not keep downloads in memory, add (some) missing virtual dtors | Petr Mrázek | |
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-23 | NOISSUE preserve minecraft.jar while migrating Legacy instances | Petr Mrázek | |
It can be manually modded. It must be preserved when it's the only jar around. | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2017-12-03 | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | |
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | |
2017-11-04 | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
2017-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
2017-09-26 | NOISSUE implement LEgacy instance migration | Petr Mrázek | |
2017-09-22 | NOISSUE make instance traits() const | Petr Mrázek | |
2017-09-20 | NOISSUE prefer to use '.minecraft' instead of 'minecraft' folder | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-17 | NOISSUE Add back Legacy for migration purposes | Petr Mrázek | |
2017-09-09 | NOISSUE Remove Legacy support | Petr Mrázek | |
2017-07-07 | GH-1927 Add more specific task status logging | Petr Mrázek | |
* 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. | |||
2017-07-05 | NOISSUE rearrange global initialization | Petr Mrázek | |
2017-05-21 | GH-1895 update LWJGL list during legacy instance update | Petr Mrázek | |
2017-05-03 | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | |
2017-04-29 | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | |
Still missing some things, this is part 1. | |||
2017-04-07 | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-01-10 | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2016-11-27 | GH-1670 Fix LWJGL list loading | Petr Mrázek | |
Now it uses the standard Download class that supports redirects and SSL. | |||
2016-11-26 | NOISSUE add ganalytics and LocalPeer licenses | Petr Mrázek | |
2016-11-17 | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | |
The task now checks the conditions, giving the update process time to supply all the metadata. | |||
2016-11-06 | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | |
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
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-14 | GH-352 Make OneSix instance update downloads cancellable | 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-06-05 | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | |
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
2016-05-15 | GH-575 separate legacy jar mod list from mod list | Petr Mrázek | |
2016-05-01 | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | |
Minecraft and Java are not generic. | |||
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |