Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | 2020-06-27 | -3/+3 |
| | | | | It's not just components, so the naming needed cleaning up. | |||
* | NOISSUE fix listing of mods in log, improve display with unicode | Petr Mrázek | 2019-08-04 | -3/+0 |
| | ||||
* | NOISSUE asynchronous, parallel mod folder listing and mod resolving | Petr Mrázek | 2019-08-04 | -10/+10 |
| | ||||
* | NOISSUE update component buttons some more when the versions change | Petr Mrázek | 2019-07-11 | -3/+0 |
| | ||||
* | GH-2591 less std::shared_ptr and more shared_qobject_ptr | Petr Mrázek | 2019-04-07 | -1/+1 |
| | | | | This eliminates some weird crashes. | |||
* | GH-2209 Fix sounds in old (pre-1.6) versions | Petr Mrázek | 2019-02-19 | -0/+1 |
| | ||||
* | NOISSUE first step towards having game options management | Petr Mrázek | 2019-01-30 | -1/+3 |
| | ||||
* | NOISSUE set groups for instances by not setting groups for instances | Petr Mrázek | 2018-07-31 | -1/+0 |
| | | | | So simple. Better in every way. | |||
* | GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵ | Petr Mrázek | 2018-07-27 | -4/+12 |
| | | | | importance | |||
* | NOISSUE tabs -> spaces | Petr Mrázek | 2018-07-15 | -87/+87 |
| | ||||
* | NOISSUE separate new mods model from the simple one | Petr Mrázek | 2018-07-15 | -9/+13 |
| | | | | It should list mods in various locations... | |||
* | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | 2018-06-28 | -1/+1 |
| | ||||
* | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | 2017-12-03 | -0/+1 |
| | ||||
* | 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 |