Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |
2021-06-30 | NOISSUE Fix detection for 32-bit Azul or Bellsoft Java | Jamie Mansfield | |
Co-authored-by: Pedro Cunha <pedroagracio@gmail.com> | |||
2021-06-22 | Add detection of manually installed JDKs in /opt | Colbie Dison | |
2021-06-18 | NOISSUE Add BellSoft and Azul Java | phit | |
2021-06-18 | NOISSUE Cleanup duplication and Microsoft JDK | phit | |
2021-06-18 | NOISSUE Add AdoptOpenJDK Java detection | phit | |
2021-05-22 | NOISSUE Fix new Oracle Java Detection on Windows | Philip T | |
Those were changed with Java 9 https://docs.oracle.com/javase/9/install/installation-jdk-and-jre-microsoft-windows-platforms.htm#JSJIG-GUID-47C269A3-5220-412F-9E31-4B8C37A82BFB | |||
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2020-09-07 | NOISSUE remove translations from CheckJava launch step | Petr Mrázek | |
2020-09-07 | NOISSUE add 'java.vendor' to the checker and display/log the value | Petr Mrázek | |
2019-04-07 | GH-2591 less std::shared_ptr and more shared_qobject_ptr | Petr Mrázek | |
This eliminates some weird crashes. | |||
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE fix a bug with mutexes on Windows, more warnings | Petr Mrázek | |
2018-06-28 | NOISSUE do not keep downloads in memory, add (some) missing virtual dtors | Petr Mrázek | |
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2018-01-04 | NOISSUE stop logging process environment and MC launch script | Petr Mrázek | |
2017-09-26 | NOISSUE discourage using java > 8 by sorting it below everything else | Petr Mrázek | |
2017-08-22 | move env cleaning and clean before java test | Joona | |
2017-06-27 | NOISSUE remove some bad code in various Task related classes | Petr Mrázek | |
2017-06-26 | NOISSUE some safe refactors and changes of the task subsystem | Petr Mrázek | |
Possibly also some bug fixes. | |||
2017-05-21 | NOISSUE and even more warnings gone | Petr Mrázek | |
2017-05-13 | NOISSUE add a linux system packaging install layout | Petr Mrázek | |
2017-05-03 | NOISSUE Revert all recent changes to NetAction and NetJob | Petr Mrázek | |
2017-04-29 | NOISSUE refactor NetAction to be based on Task | Petr Mrázek | |
Still missing some things, this is part 1. | |||
2017-04-18 | NOISSUE fix crash because of early destruction of java list load task | Petr Mrázek | |
2017-04-07 | NOISSUE fix some warning on linux related to the GNU C library | Petr Mrázek | |
2017-04-07 | NOISSUE stuff and things happened. Maybe. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-07 | NOISSUE even more java polishing | Petr Mrázek | |
* Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java | |||
2017-01-07 | NOISSUE polish the java setup wizard page | Petr Mrázek | |
* Added a button to check why Java failed * It will now avoid automatically scanning binaries that do not have 'java' in their filename * Fixed some crashes related to running too many Java checks (it only does one at a time now) * It can now distinguish between more Java failure states (not there at all, crashing, returning nonsense) * Changed '...' button to Browse button to match the wizard page subtitle * Changing minimum and maximum memory will no longer trigger a java check twice | |||
2017-01-05 | NOISSUE default to javaw on Windows | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2016-11-03 | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | |
2016-08-01 | NOISSUE implement direct java launch | Petr Mrázek | |
Just running the Java process and giving it params on the command line | |||
2016-05-01 | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | |
more dead tests. | |||
2016-05-01 | NOISSUE move Java and Minecraft launch tasks to the proper places | Petr Mrázek | |
Minecraft and Java are not generic. | |||
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |