aboutsummaryrefslogtreecommitdiff
path: root/libraries/launcher/org
AgeCommit message (Collapse)Author
2022-05-02Refactor some parts of NewLaunch (part 2)icelimetea
2022-04-25Clarify exception messagesicelimetea
2022-04-24Use java.util.logging instead of custom loggingicelimetea
2022-04-24Refactor some parts of NewLaunchicelimetea
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-05-22NOISSUE Make LauncherPart aware of server to joinJanrupf
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2019-01-16Update Copyright YearAppleTheGolden
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-11-18Support for classic multiplayer via mpticketMinecraftZuriki
2017-10-29GH-2026 avoid using awt Dimension class to fix input issues on macOSPetr Mrázek
2017-10-29GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13Petr Mrázek
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-09-20NOISSUE set haspaid parameter to true when launching old versionsPetr Mrázek
2017-07-14NOISSUE allow running legacy without the applet wrapperPetr Mrázek
Add 'noapplet' as a trait to do that.
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek