Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-19 | Remove some old forge hacks | Petr Mrázek | |
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it. | |||
2020-04-19 | NOISSUE Fixed online saving in early Classic versions | Moresteck | |
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2018-11-01 | iNOISSUE fix build issue with pack200 on rhel 7.6 | Petr Mrázek | |
2018-11-01 | GH-2238 fix issues with whitespace/newlines in folder and instance names | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-06 | NOISSUE fix unitialized data warning on Arch Linux | Petr Mrázek | |
2018-06-28 | NOISSUE fix a bug with mutexes on Windows, more warnings | Petr Mrázek | |
2018-06-28 | NOISSUE fix some warnings so builds can go further | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-06-05 | NOISSUE sync up quazip merge commit | Petr Mrázek | |
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2018-05-20 | GH-2277 fix even more exception catches by value | Petr Mrázek | |
2018-05-19 | Catch C++ exceptions by const reference | Charles Milette | |
Fixes #2277 | |||
2018-03-13 | NOISSUE disable useless broken unit test to fix win32 and osx64 builds | Petr Mrázek | |
2018-03-13 | NOISSUE add linux distro name and release stats to analytics | Petr Mrázek | |
Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make. | |||
2018-02-11 | NOISSUE fix some warnings | Petr Mrázek | |
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2018-01-27 | NOISSUE do not install .a files for shared libraries on Windows | Petr Mrázek | |
2018-01-27 | NOISSUE rearrange build system | Petr 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-18 | Support for classic multiplayer via mpticket | MinecraftZuriki | |
2017-10-29 | NOISSUE fix build some more | Petr Mrázek | |
2017-10-29 | NOISSUE fix build | Petr Mrázek | |
2017-10-29 | GH-2026 avoid using awt Dimension class to fix input issues on macOS | Petr Mrázek | |
2017-10-29 | GH-2026 remove some macOS stuff from launcher part to fix input issues on 1.13 | Petr Mrázek | |
2017-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
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-09-20 | NOISSUE set haspaid parameter to true when launching old versions | Petr Mrázek | |
2017-07-14 | NOISSUE allow running legacy without the applet wrapper | Petr Mrázek | |
Add 'noapplet' as a trait to do that. | |||
2017-07-11 | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | |
2017-05-31 | NOISSUE finish cleaning quazip | Petr Mrázek | |
All LGPL code is back in the customized quazip fork | |||
2017-05-31 | NOISSUE move some zip utility functions back to quazip | Petr Mrázek | |
It's not entirely clean yet. | |||
2017-05-06 | GH-1876 Fork and update quazip | Petr Mrázek | |
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway | |||
2017-05-05 | GH-1876 turn iconfix into a shared library | Petr Mrázek | |
2017-05-05 | GH-1876 turn pack200 into a shared library | Petr Mrázek | |
2017-04-19 | NOISSUE fix benign issue in pack200 unpacker binary. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | GH-1379 update nbt++ to allow renaming its library file | Petr Mrázek | |
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-11-27 | NOISSUE fix Windows kernel numbers and add unit test for them | Petr Mrázek | |
2016-11-26 | NOISSUE add ganalytics and LocalPeer licenses | Petr Mrázek | |
2016-11-26 | NOISSUE fix macOS build (stray assignment to removed variable) | Petr Mrázek | |
2016-11-26 | NOISSUE simplify system detection and user agent handling | Petr Mrázek | |
Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics. | |||
2016-11-25 | NOISSUE dumb down Windows version detection... | Petr Mrázek | |
Hopefully the analytics thing will accept it this time. | |||
2016-11-24 | NOISSUE fix build (OSVERSIONINFOW) | Petr Mrázek | |
2016-11-24 | NOISSUE Better Windows version detection and user agent | Petr Mrázek | |
2016-11-24 | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | |
2016-11-22 | NOISSUE send custom analytics values | Petr Mrázek | |
* System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB. |