aboutsummaryrefslogtreecommitdiff
path: root/libraries/launcher/org
AgeCommit message (Expand)Author
2022-11-08Try to improve consistencyTheKodeToad
2022-11-08Fix license headerssolonovamax
2022-11-08More informative exceptions in entrypointsolonovamax
2022-11-08Cleanup launcher classessolonovamax
2022-11-08Get rid of gross HashMap being used by `LauncherFactory` and instead use *fan...solonovamax
2022-11-08Cleanup splitting string into a pairsolonovamax
2022-11-08Make main staticTheKodeToad
2022-11-08Create launcher.impl.legacyTheKodeToad
2022-11-08Remove the need for LegacyUtilsTheKodeToad
2022-11-08Better variable namingTheKodeToad
2022-11-08Attempt to sort out copyright headersTheKodeToad
2022-11-08Fix formattingTheKodeToad
2022-11-08Cleanup EntryPoint codesolonovamax
2022-11-08Code refactorssolonovamax
2022-11-08Get rid of singleton, and refactor LauncherFactory to be a static classsolonovamax
2022-11-08Various tweaks to the Java component of the launcherTheKodeToad
2022-10-19RenameSamisafool
2022-09-18Merge pull request #903 from jopejoe1/demo-launchSefa Eyeoglu
2022-09-15fix: allow demo for older versionsflow
2022-09-15fix: allow starting rd- versionsSefa Eyeoglu
2022-09-05Revert "Move classpath definition into NewLaunch itself"Sefa Eyeoglu
2022-08-18refactor: move classpath definition into NewLaunch itselfSefa Eyeoglu
2022-06-16fix: add classpath exception to launcher librarySefa Eyeoglu
2022-06-15refactor: rename NewLaunch packageSefa Eyeoglu
2022-05-14Refactor script parsingicelimetea
2022-05-14Fix the license headericelimetea
2022-05-13Add the license header to EntryPointicelimetea
2022-05-13Add the license header to LauncherFactoryicelimetea
2022-05-13Fix formattingicelimetea
2022-05-05Make line count check more lenienticelimetea
2022-05-05Fix typoicelimetea
2022-05-05Improve mpticket file parsing codeicelimetea
2022-05-03More minor fixesicelimetea
2022-05-03Fix method access modifiericelimetea
2022-05-03Use only Java 7 features (in order to deal with #515)icelimetea
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