aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/launch/LauncherPartLaunch.cpp
AgeCommit message (Collapse)Author
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2019-01-16Update Copyright YearAppleTheGolden
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr 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
Coding blind. Much !!FUN!!.
2017-09-27GH-1997 replace use of weird hacks with normal java argumentsPetr Mrázek
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.
2017-05-29NOISSUE split wrapper commands into command and argsPetr Mrázek
This lets you use commands with parameters.
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-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