aboutsummaryrefslogtreecommitdiff
path: root/api/logic/modplatform
AgeCommit message (Collapse)Author
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek
2021-07-06GH-1949 Allow ATLauncher pack downloads to be abortedJamie Mansfield
2021-07-06GH-1949 Allow Technic pack downloads to be abortedJamie Mansfield
This supports both 'single zip' modpacks and Solder packs, through the Technic mod platform page.
2021-07-06GH-1949 Allow modpacks.ch pack downloads to be abortedJamie Mansfield
2021-07-06GH-1949 Allow Legacy FTB pack downloads to be abortedJamie Mansfield
It looks like this was just an mistake when implementing support for legacy FTB.
2021-06-28NOISSUE Cache file downloads for modpacks.chJamie Mansfield
2021-06-28NOISSUE Verify file checksums for modpacks.chJamie Mansfield
2021-06-23NOISSUE Check mod and config checksums for ATLauncherJamie Mansfield
2021-06-21NOISSUE Support mod grouping and dependenciesJamie Mansfield
2021-06-21NOISSUE Support ATLauncher optional modsJamie Mansfield
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-05-06GH-3764 Only install client mods for ATLauncher packsJamie Mansfield
2021-04-16NOISSUE Support Fabric modpacks on ATLauncherJamie Mansfield
Annoyingly the metadata structure is loader dependent :(
2021-04-16NOISSUE Emit failure on failure conditionsJamie Mansfield
The 'Installing modpack' dialog will no longer stay open forever, even though the installation has failed.
2021-04-16NOISSUE Support custom,latest,recommended loader versions for ATLJamie Mansfield
This provides support for modpacks using the new loader mechanism in ATLauncher and using a non-specific version target.
2021-04-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Fix string formatting issuesJamie Mansfield
This allows translations to have more control over the output :)
2021-04-08NOISSUE Curseforge makeoverphit
update UI to match other modpack platforms add sorting add version selection, fixes GH-3667 add installing beta versions, fixes GH-3611
2021-03-29NOISSUE fix it some more in different filePetr Mrázek
2021-03-29NOISSUE fix build issue with QJsonValueRef on macOS 11Petr Mrázek
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0
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
2021-02-09NOISSUE fix multiple issues in ATLauncher integrationPetr Mrázek
2021-02-08NOISSUE tweak ATLauncher pack cache names to avoid filesystem issuesPetr Mrázek
2021-02-07NOISSUE and fix one more build failPetr Mrázek
2021-02-07NOISSUE fix some build fails on linux and windowsPetr Mrázek
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-01-29Fix up 1.7.10 forge versions for Technic platform import by removing -1.7.10 ↵kb1000
suffix
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
2020-11-13NOISSUE Cleanup Technic supportJamie Mansfield
2020-11-13GH-3437 Extract Technic single zip packs to correct placeJamie Mansfield
2020-10-13NOISSUE remove obsolete TODO comment from SolderPackInstallTaskPetr Mrázek
2020-10-13NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9Petr Mrázek
2020-10-13GH-469 Implement support for importing and searching for Technic Platform ↵kb1000
and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
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
2020-08-21GH-3095 New FTB platform supportJamie Mansfield
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2019-11-18GH-2859 remove twitch page and modpack import from URLPetr Mrázek
The functionality was broken, beyond repair and an ongoing maintenance nightmare.
2019-11-03NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek
2019-09-25TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek
2019-07-09NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek
2019-06-30NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek
2019-06-27NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek
It needs a few more steps and it will handle all kinds of twitch packs.
2019-01-04NOISSUE update FTB URLsPetr Mrázek