summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* NOISSUE remove debug statementJoona2017-08-22-1/+0
|
* NOISSUE Add GPU vendor and driver versionJoona2017-08-22-1/+23
|
* CPU and GPU model on LinuxJoona2017-08-22-4/+35
|
* move env cleaning and clean before java testJoona2017-08-22-65/+98
|
* forgot to remove debug statementJoona2017-08-22-1/+0
|
* remove public optionJoona2017-08-22-17/+1
|
* switch to new paste.ee APIJoona2017-08-22-10/+16
|
* NOISSUE use rows when uploading screenshotsPetr Mrázek2017-08-19-1/+1
| | | | Using all indexes was quadrupling the uploaded items.
* GH-1314 add UI for custom minecraft jar additionPetr Mrázek2017-08-07-52/+147
| | | | | | 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.
* NOISSUE add JDK build dependency on Windows into BUILD.mdPetr Mrázek2017-07-29-1/+2
|
* NOISSUE update build instructionsPetr Mrázek2017-07-29-9/+8
| | | | It needs more. It needs a cleanup. And it needs someone to go and actually test that it works.
* GH-1929 do not allow non-current update task to affect the update processPetr Mrázek2017-07-21-0/+24
| | | | Errors are handled by setting a flag and failing on the next call to next()
* NOISSUE allow running legacy without the applet wrapperPetr Mrázek2017-07-14-68/+25
| | | | Add 'noapplet' as a trait to do that.
* NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek2017-07-11-1/+8
|
* GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.Petr Mrázek2017-07-07-0/+1
|
* GH-1927 Add more specific task status loggingPetr Mrázek2017-07-07-109/+181
| | | | | | * 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.
* NOISSUE remove verbose dl progress loggingPetr Mrázek2017-07-07-1/+0
|
* NOISSUE fix jvisualvm website linksPetr Mrázek2017-07-07-1/+1
|
* NOISSUE fix jumpy download progress barsPetr Mrázek2017-07-06-17/+32
| | | | | They are not as precise, the new logic gives every download 1000 'units' instead of the actual (initially unknown) sizes.
* NOISSUE remove obsolete declaration for logger shutdownPetr Mrázek2017-07-06-1/+0
|
* NOISSUE fix startup issues caused by code reorganizationPetr Mrázek2017-07-06-1/+2
|
* NOISSUE attept to detach from console on WindowsPetr Mrázek2017-07-05-12/+11
| | | | This only applies to MultiMC started from a console.
* NOISSUE add disgnostic print to MultiMC destructorPetr Mrázek2017-07-05-0/+1
|
* NOISSUE rearrange global initializationPetr Mrázek2017-07-05-494/+423
|
* NOISSUE add note to Job_Failed_ProceedPetr Mrázek2017-06-27-0/+4
| | | | It should be removed, it just signifies that there is a system missing.
* NOISSUE remove some bad code in various Task related classesPetr Mrázek2017-06-27-31/+10
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-167/+94
| | | | Possibly also some bug fixes.
* NOISSUE instance export filter should use covers, not containsPetr Mrázek2017-05-31-1/+1
|
* NOISSUE finish cleaning quazipPetr Mrázek2017-05-31-172/+48
| | | | All LGPL code is back in the customized quazip fork
* NOISSUE move some zip utility functions back to quazipPetr Mrázek2017-05-31-168/+18
| | | | It's not entirely clean yet.
* NOISSUE split wrapper commands into command and argsPetr Mrázek2017-05-29-8/+14
| | | | This lets you use commands with parameters.
* NOISSUE do not try to restore file permissions when importing modpacksPetr Mrázek2017-05-25-24/+34
|
* GH-1876 Clarify license of GroupViewPetr Mrázek2017-05-22-20/+90
| | | | | | | | | | 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
* NOISSUE log native extraction failures also to game logPetr Mrázek2017-05-22-1/+3
|
* NOISSUE and even more warnings gonePetr Mrázek2017-05-21-4/+1
|
* NOISSUE more compiler warning removalPetr Mrázek2017-05-21-7/+3
|
* NOISSUE get rid of some more compiler warningsPetr Mrázek2017-05-21-4/+4
|
* NOISSUE fix a bunch of compiler warningsPetr Mrázek2017-05-21-27/+22
|
* GH-1895 update LWJGL list during legacy instance updatePetr Mrázek2017-05-21-9/+22
|
* NOISSUE bump version to 0.6.0 - MultiMC changed a lot since 0.5.xPetr Mrázek2017-05-13-1/+1
|
* NOISSUE make the linux package binary name configurable and default to 'multimc'Petr Mrázek2017-05-13-3/+4
|
* NOISSUE add a linux system packaging install layoutPetr Mrázek2017-05-13-2086/+88
|
* NOISSUE log even more about 'Flame' resolving issuesPetr Mrázek2017-05-09-1/+5
|
* NOISSUE log 'Flame' mod resolver parsing errors.Petr Mrázek2017-05-09-0/+3
|
* GH-1885 make FileSink save (even empty) files when the HTTP response is 200 ↵Petr Mrázek2017-05-09-1/+11
| | | | or 203
* GH-1882 save UpdateDialog geometryPetr Mrázek2017-05-09-4/+15
|
* GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek2017-05-08-8/+21
|
* NOISSUE all Qt5 libraries are REQUIREDPetr Mrázek2017-05-08-6/+6
|
* NOISSUE make qt.conf downloadable in presence of GH-1885Petr Mrázek2017-05-08-1/+1
| | | | Now it has a single space inside.
* NOISSUE include qt.conf in all bundles againPetr Mrázek2017-05-07-6/+6
| | | | Looks like it just doesn't work properly without that.