Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | NOISSUE improve GradleSpecifier and handle broken library names | Petr Mrázek | |
2021-03-29 | NOISSUE fix it some more in different file | Petr Mrázek | |
2021-03-29 | NOISSUE fix build issue with QJsonValueRef on macOS 11 | Petr Mrázek | |
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0 | |||
2021-03-26 | NOISSUE fix build - missing includes in RWStorage.h | Petr Mrázek | |
2021-03-26 | Merge pull request #3682 from kb-1000/rename-twitch-curseforge | Petr Mrázek | |
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings | |||
2021-03-24 | NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵ | kb1000 | |
for user displayed strings | |||
2021-03-23 | NOISSUE print information about whether the system GLFW or OpenAL ↵ | kb1000 | |
workarounds are active to the instance log | |||
2021-03-10 | GH-3467 fix stall-out in ScanModFolders when the folders don't exist | Petr Mrázek | |
2021-03-10 | GH-3602 Create .minecraft before running pre-launch commands | Petr Mrázek | |
2021-02-25 | NOISSUE Install jarmods for modpacks.ch | Jamie Mansfield | |
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them. | |||
2021-02-25 | NOISSUE Download all mods before writing the instance for modpacks.ch | Jamie Mansfield | |
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. | |||
2021-02-25 | NOISSUE Support Fabric mod loader for modpacks.ch | Jamie Mansfield | |
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. | |||
2021-02-11 | NOISSUE implement deleting skins | Petr Mrázek | |
2021-02-10 | GH-3130 fix uploading skins by using the new skins endpoint | Petr Mrázek | |
2021-02-09 | NOISSUE sprinkle suspendSave all over pack import tasks | Petr Mrázek | |
2021-02-09 | NOISSUE fix multiple issues in ATLauncher integration | Petr Mrázek | |
2021-02-08 | NOISSUE tweak ATLauncher pack cache names to avoid filesystem issues | Petr Mrázek | |
2021-02-07 | NOISSUE and fix one more build fail | Petr Mrázek | |
2021-02-07 | NOISSUE fix some build fails on linux and windows | Petr Mrázek | |
2021-02-07 | GH-405 ATLauncher Support | Jamie Mansfield | |
2021-02-07 | Merge pull request #3538 from Scotsguy/develop | Petr Mrázek | |
NOISSUE Update Copyright Year | |||
2021-02-06 | Fix catching polymorphic type by value error | Christopher Hasse | |
fixes #3579 | |||
2021-02-06 | Merge pull request #3580 from kb-1000/remove-proxy-auth-from-log | Petr Mrázek | |
NOISSUE Remove proxy user and password from the MultiMC log | |||
2021-02-06 | NOISSUE Remove proxy user and password from the MultiMC log | kb1000 | |
2021-02-06 | GH-3229 fix copy seed button not working for newer worlds | Petr Mrázek | |
Added the `optional-bare` library and refactored NBT reading code to support this change. | |||
2021-01-29 | Fix up 1.7.10 forge versions for Technic platform import by removing -1.7.10 ↵ | kb1000 | |
suffix | |||
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2020-11-29 | NOISSUE Add sorting options to FTB pack install page | Jamie Mansfield | |
2020-11-13 | NOISSUE Cleanup Technic support | Jamie Mansfield | |
2020-11-13 | GH-3437 Extract Technic single zip packs to correct place | Jamie Mansfield | |
2020-10-13 | NOISSUE remove obsolete TODO comment from SolderPackInstallTask | Petr Mrázek | |
2020-10-13 | NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9 | Petr Mrázek | |
2020-10-13 | GH-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-10-12 | Merge pull request #3372 from jamierocks/ftb-data-temp-fix | Petr Mrázek | |
GH-3304 Temporarily ignore download failures for FTB packs | |||
2020-10-12 | GH-3304 Temporarily ignore download failures for FTB packs | Jamie Mansfield | |
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. | |||
2020-10-12 | NOISSUE adapt to work on Windows, fix reading symlink targets on POSIX | Petr Mrázek | |
2020-10-11 | NOISSUE just eliminate QCOMPARE. it doesn't work at all. | Petr Mrázek | |
2020-10-11 | NOISSUE tweak QCOMPARE vs QVERIFY | Petr Mrázek | |
... the Qt test framework is annoyingly complicated and brittle. ... it may have to be replaced with something more reliable. | |||
2020-10-11 | NOISSUE dis-ambiguate call to ensureBoolean in PackageManifest | Petr Mrázek | |
2020-10-11 | NOISSUE fix constructing Path from iterators | Petr Mrázek | |
Old Qt doesn't have the iterator-based constructors... | |||
2020-10-11 | NOISSUE basic code for downloading JREs from Mojang | Petr Mrázek | |
Not integrated yet, but the logic has tests and shouldn't be too shaky. Integration comes next. | |||
2020-09-10 | NOISSUE add a way to use native system versions of OpenAL and GLFW | Petr Mrázek | |
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. | |||
2020-09-07 | NOISSUE remove translations from CheckJava launch step | Petr Mrázek | |
2020-09-07 | NOISSUE add 'java.vendor' to the checker and display/log the value | Petr Mrázek | |
2020-08-22 | NOISSUE Add world icons and world icon reset button | Petr Mrázek | |
2020-08-21 | NOISSUE attempt to fix build on macOS | Petr Mrázek | |
2020-08-21 | GH-3095 New FTB platform support | Jamie 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-18 | GH-3234 Add support for custom meta URLs at build time | Petr Mrázek | |
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general. | |||
2020-06-28 | NOISSUE fix a bunch of valgrind errors | Petr Mrázek | |
2020-06-27 | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | |
It's not just components, so the naming needed cleaning up. |