aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/launch
AgeCommit message (Expand)Author
2019-08-04NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2018-10-31GH-2412: collect dead processes on linux properlyPetr Mrázek
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by impor...Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-28NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-01-08NOISSUE remove the jar-modded jar after the instance finishesPetr 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
2017-09-27GH-1997 fix off by one error in 8.3 path logicPetr Mrázek
2017-09-27GH-1997 try to fix Windows buildPetr Mrázek
2017-09-27GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-08-22NOISSUE implement more error handlingJoona
2017-08-22NOISSUE remove debug statementJoona
2017-08-22NOISSUE Add GPU vendor and driver versionJoona
2017-08-22CPU and GPU model on LinuxJoona
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
2017-05-31NOISSUE move some zip utility functions back to quazipPetr Mrázek
2017-05-29NOISSUE split wrapper commands into command and argsPetr Mrázek
2017-05-22NOISSUE log native extraction failures also to game logPetr Mrázek
2017-05-13NOISSUE add a linux system packaging install layoutPetr Mrázek
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
2016-11-17NOISSUE always run the ExtractNatives task during launchPetr Mrázek
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
2016-05-01NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek