Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Support for classic multiplayer via mpticket | MinecraftZuriki | 2017-11-18 | -2/+49 |
| | ||||
* | GH-2026 avoid using awt Dimension class to fix input issues on macOS | Petr Mrázek | 2017-10-29 | -141/+12 |
| | ||||
* | GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13 | Petr Mrázek | 2017-10-29 | -713/+0 |
| | ||||
* | GH-1997 replace use of weird hacks with normal java arguments | Petr Mrázek | 2017-09-27 | -97/+0 |
| | | | | | | | 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. | |||
* | NOISSUE set haspaid parameter to true when launching old versions | Petr Mrázek | 2017-09-20 | -0/+1 |
| | ||||
* | NOISSUE allow running legacy without the applet wrapper | Petr Mrázek | 2017-07-14 | -68/+25 |
| | | | | Add 'noapplet' as a trait to do that. | |||
* | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | 2017-01-08 | -8/+8 |
| | ||||
* | Revert "NOISSUE nuke builtin Minecraft versions" | Petr Mrázek | 2016-10-26 | -2/+47 |
| | | | | | | This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now. | |||
* | NOISSUE implement direct java launch | Petr Mrázek | 2016-08-01 | -385/+0 |
| | | | | Just running the Java process and giving it params on the command line | |||
* | NOISSUE reorganize and document libraries | Petr Mrázek | 2016-05-01 | -0/+2089 |