aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-22NOISSUE Add GPU vendor and driver versionJoona
2017-08-22CPU and GPU model on LinuxJoona
2017-08-22move env cleaning and clean before java testJoona
2017-08-22forgot to remove debug statementJoona
2017-08-22remove public optionJoona
2017-08-22switch to new paste.ee APIJoona
2017-08-19NOISSUE use rows when uploading screenshotsPetr Mrázek
Using all indexes was quadrupling the uploaded items.
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
2017-07-29NOISSUE add JDK build dependency on Windows into BUILD.mdPetr Mrázek
2017-07-29NOISSUE update build instructionsPetr Mrázek
It needs more. It needs a cleanup. And it needs someone to go and actually test that it works.
2017-07-21GH-1929 do not allow non-current update task to affect the update processPetr Mrázek
Errors are handled by setting a flag and failing on the next call to next()
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-07-07GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.Petr Mrázek
2017-07-07GH-1927 Add more specific task status loggingPetr Mrázek
* Tasks are now described by class name and object name (or memory address). * Tasks starts are logged. * Aborted tasks are now treated just as the other cases.
2017-07-07NOISSUE remove verbose dl progress loggingPetr Mrázek
2017-07-07NOISSUE fix jvisualvm website linksPetr Mrázek
2017-07-06NOISSUE fix jumpy download progress barsPetr Mrázek
They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes.
2017-07-06NOISSUE remove obsolete declaration for logger shutdownPetr Mrázek
2017-07-06NOISSUE fix startup issues caused by code reorganizationPetr Mrázek
2017-07-05NOISSUE attept to detach from console on WindowsPetr Mrázek
This only applies to MultiMC started from a console.
2017-07-05NOISSUE add disgnostic print to MultiMC destructorPetr Mrázek
2017-07-05NOISSUE rearrange global initializationPetr Mrázek
2017-06-27NOISSUE add note to Job_Failed_ProceedPetr Mrázek
It should be removed, it just signifies that there is a system missing.
2017-06-27NOISSUE remove some bad code in various Task related classesPetr Mrázek
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
Possibly also some bug fixes.
2017-05-31NOISSUE instance export filter should use covers, not containsPetr 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-29NOISSUE split wrapper commands into command and argsPetr Mrázek
This lets you use commands with parameters.
2017-05-25NOISSUE do not try to restore file permissions when importing modpacksPetr Mrázek
2017-05-22GH-1876 Clarify license of GroupViewPetr Mrázek
The LGPL code that came from KDE has been removed back in 2014. It was replaced with a different implementation, made in a separate repository. See commits: a17caba2c9c2aa5960581db01e4b66472a9c019c b82eb5873e99dce6aec735b08929e3add52e53e7
2017-05-22NOISSUE log native extraction failures also to game logPetr Mrázek
2017-05-21NOISSUE and even more warnings gonePetr Mrázek
2017-05-21NOISSUE more compiler warning removalPetr Mrázek
2017-05-21NOISSUE get rid of some more compiler warningsPetr Mrázek
2017-05-21NOISSUE fix a bunch of compiler warningsPetr Mrázek
2017-05-21GH-1895 update LWJGL list during legacy instance updatePetr Mrázek
2017-05-13NOISSUE bump version to 0.6.0 - MultiMC changed a lot since 0.5.xPetr Mrázek
2017-05-13NOISSUE make the linux package binary name configurable and default to 'multimc'Petr Mrázek
2017-05-13NOISSUE add a linux system packaging install layoutPetr Mrázek
2017-05-09NOISSUE log even more about 'Flame' resolving issuesPetr Mrázek
2017-05-09NOISSUE log 'Flame' mod resolver parsing errors.Petr Mrázek
2017-05-09GH-1885 make FileSink save (even empty) files when the HTTP response is 200 ↵Petr Mrázek
or 203
2017-05-09GH-1882 save UpdateDialog geometryPetr Mrázek
2017-05-08GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek
2017-05-08NOISSUE all Qt5 libraries are REQUIREDPetr Mrázek
2017-05-08NOISSUE make qt.conf downloadable in presence of GH-1885Petr Mrázek
Now it has a single space inside.
2017-05-07NOISSUE include qt.conf in all bundles againPetr Mrázek
Looks like it just doesn't work properly without that.
2017-05-06NOISSUE replace bad symlink to COPYING.md with a relative path in qrcPetr Mrázek