Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |