summaryrefslogtreecommitdiffstats
path: root/api/logic/modplatform
Commit message (Collapse)AuthorAgeLines
* NOISSUE Add sorting options to FTB pack install pageJamie Mansfield2020-11-29-1/+1
|
* NOISSUE Cleanup Technic supportJamie Mansfield2020-11-13-14/+0
|
* GH-3437 Extract Technic single zip packs to correct placeJamie Mansfield2020-11-13-1/+2
|
* NOISSUE remove obsolete TODO comment from SolderPackInstallTaskPetr Mrázek2020-10-13-1/+1
|
* NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9Petr Mrázek2020-10-13-2/+4
|
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-0/+682
| | | | | | | 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.
* GH-3304 Temporarily ignore download failures for FTB packsJamie Mansfield2020-10-12-2/+6
| | | | | 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.
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-3/+3
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* GH-3234 Add support for custom meta URLs at build timePetr Mrázek2020-07-18-8/+8
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE rename ComponentList to PackProfilePetr Mrázek2020-06-27-2/+2
| | | | It's not just components, so the naming needed cleaning up.
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-218/+0
| | | | | The functionality was broken, beyond repair and an ongoing maintenance nightmare.
* NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek2019-11-03-67/+97
|
* TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek2019-09-25-2/+2
|
* NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek2019-07-09-0/+5
|
* NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek2019-06-30-76/+118
|
* NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek2019-06-27-0/+180
| | | | It needs a few more steps and it will handle all kinds of twitch packs.
* NOISSUE update FTB URLsPetr Mrázek2019-01-04-5/+9
|
* NOISSUE model Task states as one enum instead of multiple flagsPetr Mrázek2018-12-10-0/+1
| | | | This adds Task::State::AbortedByUser as a possibility
* NOISSUE use https more widelyChris Lane2018-11-02-2/+2
|
* NOISSUE fix build on linux?Petr Mrázek2018-08-02-1/+2
|
* NOISSUE FTB pack code implementation, cleaned upJannis Lübke2018-08-02-30/+169
|
* NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek2018-07-31-2/+0
| | | | So simple. Better in every way.
* NOISSUE simplify.Petr Mrázek2018-07-28-1/+0
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-470/+470
|
* NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek2018-06-28-1/+1
|
* NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek2018-06-28-0/+2
|
* Catch C++ exceptions by const referenceCharles Milette2018-05-19-1/+1
| | | | Fixes #2277
* NOISSUE and even more bad includesPetr Mrázek2018-04-07-1/+3
|
* NOISSUE add more missing includesPetr Mrázek2018-04-07-0/+1
|
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-125/+61
|
* GH-2208 fix FTB pack download cachingPetr Mrázek2018-03-29-3/+4
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-168/+111
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-1/+275
|
* NOISSUE Fixed code for PRJanrupf2018-03-12-43/+8
|
* GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf2018-03-11-17/+199
| | | | Added sorting
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+409