Age | Commit message (Collapse) | Author |
|
|
|
This provides support for modpacks using the new loader mechanism in
ATLauncher and using a non-specific version target.
|
|
|
|
NOISSUE Curseforge makeover
|
|
Thanks to phit for pointing this out :)
|
|
update UI to match other modpack platforms
add sorting
add version selection, fixes GH-3667
add installing beta versions, fixes GH-3611
|
|
NOISSUE Fix edgecase where new searches won't be processed
|
|
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.
|
|
right now these are unused anyway
|
|
for user displayed strings
|
|
|
|
|
|
NOISSUE Show ATLauncher pack descriptions in text browser
|
|
|
|
|
|
|
|
|
|
|
|
This was a mishap on my part, fortunately quickly exposed as the
combination of GH-3463 and GH-3464 made no packs visible.
|
|
|
|
NOISSUE Ignore 'dud' FTB packs
|
|
There is no guarantee from modpacks.ch that modpacks contain any
versions, which is currently an issue with pack 63 (Direwolf20 1.5).
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
This is not particularly interesting for non-developers.
Also includes some internal restructuring of URL constants in general.
|
|
This makes the lazy loading of the paginated search results
actually work.
|
|
|
|
Try searching for 'craft'. Now it gives ALL the results, not just
the first page of 25.
|
|
|
|
The functionality was broken, beyond repair and an ongoing maintenance
nightmare.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
|
|
|
|
|
|
It needs a few more steps and it will handle all kinds of twitch packs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|