Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-2087 remove the revert to vanilla functionality, add file download button ↵ | Petr Mrázek | 2018-01-05 | -6/+0 |
| | | | | to version page | |||
* | NOISSUE add button for creating empty, properly registered, components | Petr Mrázek | 2017-12-31 | -0/+2 |
| | ||||
* | NOISSUE fix a bunch of warnings thrown by Qt internals | Petr Mrázek | 2017-12-14 | -2/+2 |
| | | | | Badly connected signals/slots and similar things. | |||
* | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | 2017-12-03 | -1/+5 |
| | ||||
* | GH-1082 allow disabling components | Petr Mrázek | 2017-12-03 | -0/+8 |
| | | | | Currently only ones that are removable and aren't dep-only | |||
* | GH-2026 implement changes necessary to support 1.13 snapshots | Petr Mrázek | 2017-12-03 | -40/+53 |
| | ||||
* | NOISSUE split out the LaunchProfile out of the ComponentList | Petr Mrázek | 2017-11-17 | -83/+5 |
| | ||||
* | NOISSUE rename MinecraftProfile to ComponentList | Petr Mrázek | 2017-11-04 | -0/+203 |
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug. |