aboutsummaryrefslogtreecommitdiff
path: root/libraries/launcher
AgeCommit message (Collapse)Author
2022-06-16fix: add classpath exception to launcher librarySefa Eyeoglu
Signed-off-by: icelimetea <fr3shtea@outlook.com>
2022-06-15chore: update COPYING.mdSefa Eyeoglu
2022-06-15refactor: rename NewLaunch packageSefa Eyeoglu
2022-06-05Make Launcher class to look more like originalicelimetea
2022-06-05Fix launching process for some legacy Forge versionsicelimetea
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-03Compile with Java 7 in mindicelimetea
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
2022-03-22Enable LTO/IPO on release buildsPhilipp David
2021-12-20Merge remote-tracking branch 'upstream/develop' into developLenny McLennington
2021-12-19NOISSUE fix up java dependency to 1.7 so builds work againPetr Mrázek
'7' is not a thing
2021-12-18Apply patchesswirl
Re-add lin-system, and fix Linux datadir fix jar paths allow for modern java
2021-12-10Update Java version to 7+Dāvis Mosāns
Otherwise currently it doesn't build with newer Java
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-05-22NOISSUE Make LauncherPart aware of server to joinJanrupf
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-12NOISSUE Corrected the fix for Classic saving, fixes Indev compatibilityMoresteck
2020-04-19NOISSUE Fixed online saving in early Classic versionsMoresteck
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
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2017-11-18Support for classic multiplayer via mpticketMinecraftZuriki
2017-10-29NOISSUE fix build some morePetr Mrázek
2017-10-29NOISSUE fix buildPetr Mrázek
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