summaryrefslogtreecommitdiffstats
path: root/application/pages/modplatform
Commit message (Collapse)AuthorAgeLines
* NOISSUE Add pack author and description to technic modpack import pagekb10002020-11-30-14/+42
|
* NOISSUE Continue requesting packs after ignoring oneJamie Mansfield2020-11-29-5/+6
| | | | | This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible.
* NOISSUE Add sorting options to FTB pack install pageJamie Mansfield2020-11-29-29/+152
|
* Merge pull request #3464 from jamierocks/ftb/ignore-dud-packsPetr Mrázek2020-11-29-0/+8
|\ | | | | NOISSUE Ignore 'dud' FTB packs
| * NOISSUE Ignore 'dud' FTB packsJamie Mansfield2020-11-28-0/+8
| | | | | | | | | | There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5).
* | NOISSUE Use new modpacks.ch route for listing packsJamie Mansfield2020-11-28-1/+1
|/
* NOISSUE Cleanup Technic supportJamie Mansfield2020-11-13-3/+0
|
* NOISSUE use Json parsing helpers to process technic search resultsPetr Mrázek2020-10-13-19/+28
|
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-1/+678
| | | | | | | 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.
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-2/+2
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+620
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+2
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek2020-06-07-31/+16
| | | | | This makes the lazy loading of the paginated search results actually work.
* NOISSUE expose twitch pack url, description and author listPetr Mrázek2020-04-29-0/+50
|
* NOISSUE Add pagination support to twitch pack searchPetr Mrázek2020-04-01-13/+85
| | | | | Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
* NOISSUE Bare-bones twitch pack browserPetr Mrázek2020-04-01-0/+582
|
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-213/+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-129/+146
|
* NOISSUE fix translation string for Twitch drop areaPetr Mrázek2019-10-14-1/+1
|
* GH-2859 improve UI for twitch pack import with drag&dropPetr Mrázek2019-10-14-13/+35
|
* NOISSUE remove remains of what could have been technic integrationPetr Mrázek2019-10-14-200/+0
|
* NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek2019-07-09-2/+9
|
* Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek2019-07-09-23/+28
| | | | This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
* NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek2019-06-30-1/+9
|
* NOISSUE Import page is now a MultiMC pack pagePetr Mrázek2019-06-29-28/+23
|
* NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek2019-06-27-4/+63
| | | | It needs a few more steps and it will handle all kinds of twitch packs.
* NOISSUE add support for 'experiment' Minecraft versionsPetr Mrázek2019-06-26-0/+23
|
* Update Copyright YearAppleTheGolden2019-01-16-5/+5
|
* NOISSUE update FTB URLsPetr Mrázek2019-01-04-1/+3
|
* NOISSUE add missing Q_OBJECT macrosPetr Mrázek2018-12-23-0/+1
|
* NOISSUE FTB pack code implementation, cleaned upJannis Lübke2018-08-02-130/+364
|
* NOISSUE squish.Petr Mrázek2018-07-28-13/+0
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-557/+557
|
* GH-2291 Fix build with Qt 5.11+Sergey Shatunov2018-06-02-0/+2
|
* NOISSUE hide the twitch platform pagePetr Mrázek2018-04-08-1/+1
|
* NOISSUE fix build problem with missing <functional> includePetr Mrázek2018-04-07-4/+5
|
* #2228, #2229 - Auto import pack icons and fixed to big version selection - ↵Janrupf2018-04-07-1/+27
| | | | Closes #2228, Closes #2229
* NOISSUE Fixed ftb downloads always latest versionJanrupf2018-04-07-0/+1
|
* NOISSUE make FTB pack selection fancierPetr Mrázek2018-04-06-39/+56
|
* NOISSUE move FtbListModel to where it is actually usedPetr Mrázek2018-04-06-1/+253
|
* NOISSUE Fixed code for PRJanrupf2018-04-06-1/+4
|
* NOISSUE Added 3rd party pack supportJanrupf2018-04-05-29/+40
|
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-51/+133
|
* NOISSUE polish the new instance UI a bit morePetr Mrázek2018-03-28-44/+50
|
* NOISSUE add pointless fun things, because.Petr Mrázek2018-03-28-22/+74
|
* NOISSUE make vanilla refresh button workPetr Mrázek2018-03-27-27/+7
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-0/+1160