aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/MinecraftInstance.cpp
AgeCommit message (Collapse)Author
2017-04-07NOISSUE stuff and things happened. Maybe.Petr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-10GH-1778: Fix placement of modded Minecraft.jar in OneSix instances.Petr Mrázek
2016-11-17NOISSUE always run the ExtractNatives task during launchPetr Mrázek
The task now checks the conditions, giving the update process time to supply all the metadata.
2016-11-17NOISSUE mark used accounts/sessions in selection menusPetr Mrázek
2016-11-04NOISSUE add a badge for crashed instancesPetr Mrázek
Not persistent across MultiMC runs.
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-08-10GH-1643 do not censor preferredLanguage in logsPetr Mrázek
2016-08-07GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek
* 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.
2016-08-01NOISSUE move creation of server resource pack folder to a separate taskPetr Mrázek
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