Age | Commit message (Collapse) | Author |
|
update UI to match other modpack platforms
add sorting
add version selection, fixes GH-3667
add installing beta versions, fixes GH-3611
|
|
|
|
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
|
|
for user displayed strings
|
|
workarounds are active to the instance log
|
|
|
|
|
|
This patch will now install any jarmods from modpacks.ch packs,
searching the 'jarmods' directory to find them.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NOISSUE Update Copyright Year
|
|
fixes #3579
|
|
NOISSUE Remove proxy user and password from the MultiMC log
|
|
|
|
Added the `optional-bare` library and refactored NBT reading
code to support this change.
|
|
suffix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 packs
|
|
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.
|
|
|
|
|
|
... the Qt test framework is annoyingly complicated and brittle.
... it may have to be replaced with something more reliable.
|
|
|
|
Old Qt doesn't have the iterator-based constructors...
|
|
Not integrated yet, but the logic has tests and shouldn't
be too shaky. Integration comes next.
|
|
If your OS comes with patched/fixed/newer versions of those,
you can now check the checkboxes and stop using the old ones
shipped by Mojang.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
It's not just components, so the naming needed cleaning up.
|
|
Forge apparently removed all `.pack.xz` files without warning.
It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore.
This is removed:
- Support for 'forge-pack-xz' and the forge-specific file download compression.
- The pack200 library we no longer need.
This stays:
- The LZMA decompression library - we may still want to use it.
|
|
-Wrange-loop-construct triggers this error in clang
|