summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/launch
Commit message (Collapse)AuthorAgeLines
* GH-1801 Do not print the launch script to MultiMC's log.Petr Mrázek2017-01-24-1/+0
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-12/+12
|
* BUILD: Remove extraneous " from CreateServerResourcePacksFolder.cpp (#1749)Taylor Smock2016-12-12-1/+1
| | | | | NOISSUE Remove extraneous " from CreateServerResourcePacksFolder.cpp This did not affect build, but was visible in logs.
* NOISSUE always run the ExtractNatives task during launchPetr Mrázek2016-11-17-3/+17
| | | | | 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/+59
|
* NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek2016-11-03-3/+3
|
* NOISSUE Do not kill running instances when MultiMC shuts downPetr Mrázek2016-08-10-0/+6
|
* NOISSUE move creation of server resource pack folder to a separate taskPetr Mrázek2016-08-01-13/+54
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-13/+398
| | | | Just running the Java process and giving it params on the command line
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-0/+286
Minecraft and Java are not generic.