Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2017-09-27 | GH-1997 fix off by one error in 8.3 path logic | Petr Mrázek | |
2017-09-27 | GH-1997 try to fix Windows build | Petr Mrázek | |
Coding blind. Much !!FUN!!. | |||
2017-09-27 | GH-1997 replace use of weird hacks with normal java arguments | Petr 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-29 | NOISSUE split wrapper commands into command and args | Petr Mrázek | |
This lets you use commands with parameters. | |||
2017-05-13 | NOISSUE add a linux system packaging install layout | Petr Mrázek | |
2017-01-24 | GH-1801 Do not print the launch script to MultiMC's log. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2016-08-10 | NOISSUE Do not kill running instances when MultiMC shuts down | Petr Mrázek | |
2016-08-01 | NOISSUE move creation of server resource pack folder to a separate task | Petr Mrázek | |
2016-08-01 | NOISSUE implement direct java launch | Petr Mrázek | |
Just running the Java process and giving it params on the command line |