aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/launch
AgeCommit message (Collapse)Author
2017-01-24GH-1801 Do not print the launch script to MultiMC's log.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-12-12BUILD: Remove extraneous " from CreateServerResourcePacksFolder.cpp (#1749)Taylor Smock
NOISSUE Remove extraneous " from CreateServerResourcePacksFolder.cpp This did not affect build, but was visible in logs.
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-03NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek
2016-08-10NOISSUE Do not kill running instances when MultiMC shuts downPetr Mrázek
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 move Java and Minecraft launch tasks to the proper placesPetr Mrázek
Minecraft and Java are not generic.