aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Collapse)Author
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
2016-11-26NOISSUE simplify system detection and user agent handlingPetr 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-25NOISSUE dumb down Windows version detection...Petr Mrázek
Hopefully the analytics thing will accept it this time.
2016-11-24NOISSUE fix build (OSVERSIONINFOW)Petr Mrázek
2016-11-24NOISSUE Better Windows version detection and user agentPetr Mrázek
2016-11-24NOISSUE add analytics settings (enable/disable)Petr Mrázek
2016-11-22NOISSUE send custom analytics valuesPetr 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.
2016-11-22NOISSUE add implementations of system query functionsPetr Mrázek
* system memory size in bytes * system architecture is 64bit? * CPU architecture is 64bit?
2016-11-21NOISSUE implement analytics IP anonymizationPetr Mrázek
2016-11-21NOISSUE ifdef out unknown Apple system versions in analyticsPetr Mrázek
2016-11-21NOISSUE most basic analytics integration possiblePetr Mrázek
2016-11-21NOISSUE reformat and sanitize ganalyticsPetr Mrázek
2016-11-20NOISSUE import google analytics from third partyPetr Mrázek
See: https://github.com/HSAnet/qt-google-analytics Sadly, the API and its internals are not acceptable and it needs changes upstream likely wouldn't allow.
2016-11-19GH-1726 better failure detection for updatesPetr Mrázek
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
2016-10-30NOISSUE fix the build even more - win32 types are weirdPetr Mrázek
2016-10-30NOISSUE fix build some more - WindowsPetr Mrázek
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
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
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek