aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/MinecraftInstance.h
AgeCommit message (Collapse)Author
2019-08-04NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek
2019-08-04NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek
2019-07-11NOISSUE update component buttons some more when the versions changePetr Mrázek
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2019-01-30NOISSUE first step towards having game options managementPetr Mrázek
2018-07-31NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek
So simple. Better in every way.
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek
importance
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
It should list mods in various locations...
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2017-12-03NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr 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-22NOISSUE make instance traits() constPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-01-10GH-1778: Fix placement of modded Minecraft.jar in OneSix instances.Petr Mrázek
2016-10-02NOISSUE add instance-local library storagePetr 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-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek