aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-25NOISSUE ignore the 'Example Mod' mod name, use filename insteadPetr Mrázek
2017-09-25GH-2000 translate 'required' from Flame pack manifests to '.disabled'Petr Mrázek
2017-09-22NOISSUE make instance traits() constPetr Mrázek
2017-09-22NOISSUE remove some dead code from MinecraftInstance (moved elsewhere)Petr Mrázek
2017-09-22NOISSUE make the paste.ee links in settings clickablePetr Mrázek
2017-09-20NOISSUE prefer to use '.minecraft' instead of 'minecraft' folderPetr Mrázek
2017-09-20NOISSUE set haspaid parameter to true when launching old versionsPetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek
2017-09-10NOISSUE clean up moc warningsPetr Mrázek
2017-09-10NOISSUE put back missing OneSix upgrade logicPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-09-09NOISSUE Remove Legacy supportPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-09-08NOISSUE add support for Flame packs with resource packsPetr Mrázek
And a bunch of undefined things we don't handle intentionally just yet...
2017-09-07NOISSUE fix hardcoded link color in other placesPetr Mrázek
2017-09-07NOISSUE fix hardcoded link color in about dialogPetr Mrázek
Should respect theme colors now.
2017-09-05NOISSUE retry committing instances if it fails a few timesPetr Mrázek
This should fix issues with antivirus locking files/folders on Windows.
2017-09-04NOISSUE refactor pack import (extraction and paths)Petr Mrázek
It now: * Doesn't extract until it knows the content format is good. * Extracts in a predictable location, not requiring to use a second path for the actual pack root.
2017-09-02GH-1971 do not check filesystem boundaries when committing instancesPetr Mrázek
The check wasn't very good and was breaking because it assumed uniform paths.
2017-09-02NOISSUE handle error 201 in Auth codePetr Mrázek
This is something I ran into when one of my accounts stopped working. The auth token probably expired. This should now be handled as a normal auth error, not a network failure.
2017-08-28NOISSUE simplify ProblemProviderPetr Mrázek
2017-08-27NOISSUE Update Instance-Version Help Pageflcmc
2017-08-27NOISSUE update te logo in the READMEPetr Mrázek
2017-08-27NOISSUE update README to reference workflowy and discordPetr Mrázek
2017-08-26NOISSUE select whole items in screenshot listPetr Mrázek
Items = rows. It should work properly now.
2017-08-22NOISSUE implement more error handlingJoona
2017-08-22NOISSUE remove debug statementJoona
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.