aboutsummaryrefslogtreecommitdiff
path: root/api/logic/modplatform/modpacksch/FTBPackInstallTask.cpp
AgeCommit message (Collapse)Author
2021-06-03NOISSUE Fail pack installation for download errors for FTBJamie Mansfield
This effectively reverts the changes made in [1] to resolve GH-3304. [1] 05ffcf706bff92bdc48f3063d6a64508f8b7674c
2021-04-08NOISSUE Fix string formatting issuesJamie Mansfield
This allows translations to have more control over the output :)
2021-02-25NOISSUE Install jarmods for modpacks.chJamie Mansfield
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them.
2021-02-25NOISSUE Download all mods before writing the instance for modpacks.chJamie Mansfield
This is prepatory work for implementing jarmods support for modpacks.ch, where we will need to look through files in a directory - which would require that those files are present at such time. This might even fix some weird bugs, maybe - I've not encountered any bugs from how this previously worked, but I feel that what's going on is slightly clearer now.
2021-02-25NOISSUE Support Fabric mod loader for modpacks.chJamie Mansfield
There aren't any (currently) packs on modpacks.ch that use Fabric, but they do have support in their modpacklauncher. This patch just means we preemptively have support should any packs that require it be introduced.
2021-02-09NOISSUE sprinkle suspendSave all over pack import tasksPetr Mrázek
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
2020-10-12GH-3304 Temporarily ignore download failures for FTB packsJamie Mansfield
This is a temporary measure, to match FTB's own installer, to allow packs to download while FTB work on fixing the data from their API.
2020-08-21NOISSUE attempt to fix build on macOSPetr Mrázek