aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Collapse)Author
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-06GH-3229 fix copy seed button not working for newer worldsPetr Mrázek
Added the `optional-bare` library and refactored NBT reading code to support this change.
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-12NOISSUE Corrected the fix for Classic saving, fixes Indev compatibilityMoresteck
2020-09-07NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek
2020-06-07GH-3189 update the nbt libraryPetr Mrázek
2020-05-19Remove some old forge hacksPetr 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-19NOISSUE Fixed online saving in early Classic versionsMoresteck
2019-01-16Update Copyright YearAppleTheGolden
2018-11-01iNOISSUE fix build issue with pack200 on rhel 7.6Petr Mrázek
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-06NOISSUE fix unitialized data warning on Arch LinuxPetr Mrázek
2018-06-28NOISSUE fix a bug with mutexes on Windows, more warningsPetr Mrázek
2018-06-28NOISSUE fix some warnings so builds can go furtherPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-05NOISSUE sync up quazip merge commitPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-05-20GH-2277 fix even more exception catches by valuePetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-03-13NOISSUE disable useless broken unit test to fix win32 and osx64 buildsPetr Mrázek
2018-03-13NOISSUE add linux distro name and release stats to analyticsPetr Mrázek
Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make.
2018-02-11NOISSUE fix some warningsPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr 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-27NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek
Minecraft versions
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-07-11NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek
2017-05-31NOISSUE finish cleaning quazipPetr Mrázek
All LGPL code is back in the customized quazip fork
2017-05-31NOISSUE move some zip utility functions back to quazipPetr Mrázek
It's not entirely clean yet.
2017-05-06GH-1876 Fork and update quazipPetr 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-05GH-1876 turn iconfix into a shared libraryPetr Mrázek
2017-05-05GH-1876 turn pack200 into a shared libraryPetr Mrázek
2017-04-19NOISSUE fix benign issue in pack200 unpacker binary.Petr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28GH-1379 update nbt++ to allow renaming its library filePetr Mrázek
2016-12-28GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek
It was unlikely, now it's impossible.
2016-11-27NOISSUE fix Windows kernel numbers and add unit test for themPetr Mrázek
2016-11-26NOISSUE add ganalytics and LocalPeer licensesPetr Mrázek
2016-11-26NOISSUE fix macOS build (stray assignment to removed variable)Petr Mrázek