Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -11/+1 |
| | ||||
* | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | 2017-11-17 | -1/+9 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -3/+3 |
| | | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
* | NOISSUE make instance traits() const | Petr Mrázek | 2017-09-22 | -1/+1 |
| | ||||
* | NOISSUE more work on Legacy migration | Petr Mrázek | 2017-09-20 | -0/+6 |
| | ||||
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -44/+73 |
| | ||||
* | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | 2017-01-10 | -0/+3 |
| | ||||
* | NOISSUE add instance-local library storage | Petr Mrázek | 2016-10-02 | -0/+2 |
| | | | | | | 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 implement direct java launch | Petr Mrázek | 2016-08-01 | -1/+17 |
| | | | | 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/+69 |