summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/MinecraftInstance.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-715/+743
|
* NOISSUE do not censor player name in logsPetr Mrázek2018-02-18-1/+0
|
* GH-2087 remove the revert to vanilla functionality, add file download button ↵Petr Mrázek2018-01-05-8/+2
| | | | to version page
* NOISSUE stop logging process environment and MC launch scriptPetr Mrázek2018-01-04-1/+1
|
* NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek2017-12-03-0/+5
|
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-94/+33
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-27/+37
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-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 threadPetr Mrázek2017-10-29-2/+6
|
* GH-2026 actually do the previous on macOS, not WindowsPetr Mrázek2017-10-28-1/+2
|
* GH-2026 start Minecraft on first thread on macOSPetr Mrázek2017-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 aroundPetr Mrázek2017-09-27-2/+12
|
* NOISSUE make instance traits() constPetr Mrázek2017-09-22-1/+1
|
* NOISSUE remove some dead code from MinecraftInstance (moved elsewhere)Petr Mrázek2017-09-22-18/+0
|
* NOISSUE prefer to use '.minecraft' instead of 'minecraft' folderPetr Mrázek2017-09-20-3/+3
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-9/+575
|
* move env cleaning and clean before java testJoona2017-08-22-65/+2
|
* NOISSUE stuff and things happened. Maybe.Petr Mrázek2017-04-07-1/+3
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-1/+2
|
* GH-1778: Fix placement of modded Minecraft.jar in OneSix instances.Petr Mrázek2017-01-10-0/+5
|
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-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 menusPetr Mrázek2016-11-17-0/+2
|
* NOISSUE add a badge for crashed instancesPetr Mrázek2016-11-04-5/+3
| | | | Not persistent across MultiMC runs.
* Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek2016-10-26-0/+4
| | | | | | This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
* GH-1643 do not censor preferredLanguage in logsPetr Mrázek2016-08-10-0/+5
|
* GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek2016-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 taskPetr Mrázek2016-08-01-0/+7
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-2/+108
| | | | Just running the Java process and giving it params on the command line
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-0/+369