aboutsummaryrefslogtreecommitdiff
path: root/application/pages/modplatform
AgeCommit message (Collapse)Author
2021-06-18GH-3731 Limit Curserforge version heightphit
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-08NOISSUE fix buildPetr Mrázek
2021-04-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Handle JSON exceptions in ATLauncher supportJamie Mansfield
Thanks to phit for pointing this out :)
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-26Merge pull request #3690 from jamierocks/ftb-search-edgePetr Mrázek
NOISSUE Fix edgecase where new searches won't be processed
2021-03-26NOISSUE Fix edgecase where new searches won't be processedJamie Mansfield
This resolves an issue with the modpacks.ch search functionality, in which a search issued while one is currently in progress won't be made and the UI won't allow for the search to be made after. Reproduction Steps: 1. Open the FTB pane in the Add Instance Dialog 2. Perform a search while MMC is still performing the initial search The search won't be performed, the existing search will have been aborted, and you are unable to try the search again (without trying a different search in the meantime). This was caused by 2 things: 1. A search cannot be re-attempted, and this logic doesn't consider failures. 2. The failure slot wasn't called when the NetJob was aborted, so the search would never be performed - but the term would be stored as if it had (trigering point 1). I have resolved this by doing 2 things: 1. If the failure slot is called, set a searchState of Failed. Allow search re-attempts in this case. 2. If there is a present NetJob, abort and reset it. The immediately continue with the search.
2021-03-26GH-3633 assume latest MC version, if CurseForge pack supports multiplephit
right now these are unused anyway
2021-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-03-21NOISSUE add warning to the ATLauncher pack pagePetr Mrázek
2021-02-11NOISSUE Add search to ATLauncherJamie Mansfield
2021-02-10Merge pull request #3593 from jamierocks/atl/description-viewPetr Mrázek
NOISSUE Show ATLauncher pack descriptions in text browser
2021-02-10NOISSUE Show FTB pack descriptions in text browserJamie Mansfield
2021-02-10NOISSUE Show ATLauncher pack descriptions in text browserJamie Mansfield
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-30NOISSUE Add pack author and description to technic modpack import pagekb1000
2020-11-29NOISSUE Continue requesting packs after ignoring oneJamie Mansfield
This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible.
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
2020-11-29Merge pull request #3464 from jamierocks/ftb/ignore-dud-packsPetr Mrázek
NOISSUE Ignore 'dud' FTB packs
2020-11-28NOISSUE Ignore 'dud' FTB packsJamie Mansfield
There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5).
2020-11-28NOISSUE Use new modpacks.ch route for listing packsJamie Mansfield
2020-11-13NOISSUE Cleanup Technic supportJamie Mansfield
2020-10-13NOISSUE use Json parsing helpers to process technic search resultsPetr 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-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-07NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek
This makes the lazy loading of the paginated search results actually work.
2020-04-29NOISSUE expose twitch pack url, description and author listPetr Mrázek
2020-04-01NOISSUE Add pagination support to twitch pack searchPetr Mrázek
Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
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-10-14NOISSUE fix translation string for Twitch drop areaPetr Mrázek
2019-10-14GH-2859 improve UI for twitch pack import with drag&dropPetr Mrázek
2019-10-14NOISSUE remove remains of what could have been technic integrationPetr Mrázek
2019-07-09NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek
2019-07-09Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
2019-06-30NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr 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-06-26NOISSUE add support for 'experiment' Minecraft versionsPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-04NOISSUE update FTB URLsPetr Mrázek
2018-12-23NOISSUE add missing Q_OBJECT macrosPetr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek