summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/launch
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* 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
| | | | Coding blind. Much !!FUN!!.
* GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek2017-09-27-1/+59
| | | | | | | This affects classpath and java.library.path. The catch is that if the strings cannot be expressed in system codepage on Windows, it tries to use 8.3 paths.
* 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
| | | | Possibly also some bug fixes.
* NOISSUE move some zip utility functions back to quazipPetr Mrázek2017-05-31-2/+1
| | | | It's not entirely clean yet.
* NOISSUE split wrapper commands into command and argsPetr Mrázek2017-05-29-8/+14
| | | | This lets you use commands with parameters.
* 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 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.