summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/launch
Commit message (Expand)AuthorAgeLines
* NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek2019-08-04-0/+96
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-0/+69
* Update Copyright YearAppleTheGolden2019-01-16-12/+12
* GH-2412: collect dead processes on linux properlyPetr Mrázek2018-10-31-37/+58
* GH-2352 Add Minecraft folder button for instances, rearrange buttons by impor...Petr Mrázek2018-07-27-1/+1
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-453/+453
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-2/+2
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-0/+8
* NOISSUE update copyright datesPetr Mrázek2018-02-11-12/+12
* NOISSUE remove the jar-modded jar after the instance finishesPetr Mrázek2018-01-08-7/+26
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-0/+5
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-1/+2
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-2/+2
* GH-1997 fix off by one error in 8.3 path logicPetr Mrázek2017-09-27-0/+5
* GH-1997 try to fix Windows buildPetr Mrázek2017-09-27-2/+2
* GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek2017-09-27-1/+59
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-24/+34
* NOISSUE implement more error handlingJoona2017-08-22-19/+27
* NOISSUE remove debug statementJoona2017-08-22-1/+0
* NOISSUE Add GPU vendor and driver versionJoona2017-08-22-1/+23
* CPU and GPU model on LinuxJoona2017-08-22-4/+35
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-1/+1
* NOISSUE move some zip utility functions back to quazipPetr Mrázek2017-05-31-2/+1
* NOISSUE split wrapper commands into command and argsPetr Mrázek2017-05-29-8/+14
* NOISSUE log native extraction failures also to game logPetr Mrázek2017-05-22-1/+3
* NOISSUE add a linux system packaging install layoutPetr Mrázek2017-05-13-1/+2
* 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 always run the ExtractNatives task during launchPetr Mrázek2016-11-17-3/+17
* 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
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-0/+286