aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-11GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek
2018-12-10NOISSUE model Task states as one enum instead of multiple flagsPetr Mrázek
This adds Task::State::AbortedByUser as a possibility
2018-12-10NOISSUE make instance creation task abortablePetr Mrázek
This may or may not expose issues when it actually IS used.
2018-12-06NOISSUE fix typoPetr Mrázek
2018-12-06GH-2483 fix minor issue while checking for missing local filesPetr Mrázek
2018-11-26GH-2478 fix jarmods being detected as missingPetr Mrázek
2018-11-26NOISSUE fix unit testsPetr Mrázek
2018-11-26GH-2475 fix reporting missing local libraries on launchPetr Mrázek
2018-11-23GH-2101 select everything when editing instance namesPetr Mrázek
2018-11-23NOISSUE proper inline editable instance namesPetr Mrázek
Pretty!
2018-11-22GH-2101 fix enter and double click activation of instancesPetr Mrázek
2018-11-22GH-2101 POC for inline renamingPetr Mrázek
2018-11-21GH-2467 remove unused sorting indicators from version pagePetr Mrázek
2018-11-21NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek
2018-11-15NOISSUE remove some nonsense and dead codePetr Mrázek
2018-11-12GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek
Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.
2018-11-12NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek
No more fallback for local libraries. They must be in the instance, always.
2018-11-12GH-2144 Fix translatable stringPetr Mrázek
2018-11-12GH-1552 Hide PermGen when using an autodetected java version greater than 8janrupf
2018-11-12GH-2144 Append '(installed)' to the installed version namejanrupf
2018-11-12GH-2384 Replace existing mod filesjanrupf
2018-11-12GH-2452 Ask before deleting groupjanrupf
2018-11-12NOISSUE Ignore stuff from CLionjanrupf
2018-11-11NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek
2018-11-11NOISSUE fix groups not being updated in UI correctlyPetr Mrázek
The model was not sending the appropriate signals.
2018-11-11NOISSUE read local libraries only from the local locationPetr Mrázek
This removes the fallback to global `libraries` folder for `local` libraries.
2018-11-04NOISSUE take forge xz download url base from the metadata filePetr Mrázek
Instead of hardcoding it.
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE fix 404 with liteloader https urlChris Lane
2018-11-02NOISSUE use https more widelyChris Lane
2018-11-02NOISSUE use https for downloading assetsPetr Mrázek
2018-11-01NOISSUE fix more rhel 7.6 problems?Petr Mrázek
2018-11-01iNOISSUE fix build issue with pack200 on rhel 7.6Petr Mrázek
2018-11-01GH-2382 fix exact version filter not being exact...Petr Mrázek
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-10-31GH-2412: collect dead processes on linux properlyPetr Mrázek
Issues were caused by use of `popen()` with no `pclose()` counterpart...
2018-10-31GH-2232 add gif icon support (not animated)Petr Mrázek
2018-10-31add game and minecraft keywordsNoah
2018-10-31add minecraft keywordNoah
2018-10-31NOISSUE make LaunchStep::bind privatePetr Mrázek
Static analysis was complaining about it.
2018-09-10NOISSUE stop mentioning the translations server in READMEPetr Mrázek
2018-08-02NOISSUE fix build on linux?Petr Mrázek
2018-08-02NOISSUE get rid of remaining tabsPetr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-08-01NOISSUE gate new mods page behind cheat codePetr Mrázek
2018-07-31NOISSUE fix crash bug caused by urge to maker code prettyPetr Mrázek
Also added a note so this doesn't happen again...
2018-07-31NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek
So simple. Better in every way.
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-28NOISSUE pretty multi-line formatting...Petr Mrázek
2018-07-28NOISSUE simplify.Petr Mrázek