Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2087 remove the revert to vanilla functionality, add file download button ↵ | Petr Mrázek | 2018-01-05 | -8/+2 |
| | | | | to version page | |||
* | NOISSUE stop logging process environment and MC launch script | Petr Mrázek | 2018-01-04 | -1/+1 |
| | ||||
* | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | 2017-12-03 | -0/+5 |
| | ||||
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -94/+33 |
| | ||||
* | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | 2017-11-17 | -27/+37 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -6/+6 |
| | | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. | |||
* | GH-2026 only run versions with FirstThreadOnMacOS trait on first thread | Petr Mrázek | 2017-10-29 | -2/+6 |
| | ||||
* | GH-2026 actually do the previous on macOS, not Windows | Petr Mrázek | 2017-10-28 | -1/+2 |
| | ||||
* | GH-2026 start Minecraft on first thread on macOS | Petr Mrázek | 2017-10-28 | -0/+5 |
| | | | | This should fix issues with the 1.13 snapshots | |||
* | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | 2017-09-27 | -2/+12 |
| | ||||
* | NOISSUE make instance traits() const | Petr Mrázek | 2017-09-22 | -1/+1 |
| | ||||
* | NOISSUE remove some dead code from MinecraftInstance (moved elsewhere) | Petr Mrázek | 2017-09-22 | -18/+0 |
| | ||||
* | NOISSUE prefer to use '.minecraft' instead of 'minecraft' folder | Petr Mrázek | 2017-09-20 | -3/+3 |
| | ||||
* | NOISSUE merging of strategy into profile, onesix into minecraft | Petr Mrázek | 2017-09-09 | -9/+575 |
| | ||||
* | move env cleaning and clean before java test | Joona | 2017-08-22 | -65/+2 |
| | ||||
* | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | 2017-04-07 | -1/+3 |
| | ||||
* | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | 2017-04-07 | -1/+2 |
| | ||||
* | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | 2017-01-10 | -0/+5 |
| | ||||
* | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | 2016-11-17 | -2/+0 |
| | | | | | The task now checks the conditions, giving the update process time to supply all the metadata. | |||
* | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | 2016-11-17 | -0/+2 |
| | ||||
* | NOISSUE add a badge for crashed instances | Petr Mrázek | 2016-11-04 | -5/+3 |
| | | | | Not persistent across MultiMC runs. | |||
* | Revert "NOISSUE nuke builtin Minecraft versions" | Petr Mrázek | 2016-10-26 | -0/+4 |
| | | | | | | This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now. | |||
* | GH-1643 do not censor preferredLanguage in logs | Petr Mrázek | 2016-08-10 | -0/+5 |
| | ||||
* | GH-338, GH-513, GH-700 Unify edit instance with console window | Petr Mrázek | 2016-08-07 | -1/+3 |
| | | | | | | | * The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running. | |||
* | NOISSUE move creation of server resource pack folder to a separate task | Petr Mrázek | 2016-08-01 | -0/+7 |
| | ||||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -2/+108 |
| | | | | 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/+369 |