aboutsummaryrefslogtreecommitdiff
path: root/api/logic
AgeCommit message (Collapse)Author
2021-02-09NOISSUE fix multiple issues in ATLauncher integrationPetr Mrázek
2021-02-08NOISSUE tweak ATLauncher pack cache names to avoid filesystem issuesPetr Mrázek
2021-02-07NOISSUE and fix one more build failPetr Mrázek
2021-02-07NOISSUE fix some build fails on linux and windowsPetr Mrázek
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-06Fix catching polymorphic type by value errorChristopher Hasse
fixes #3579
2021-02-06Merge pull request #3580 from kb-1000/remove-proxy-auth-from-logPetr Mrázek
NOISSUE Remove proxy user and password from the MultiMC log
2021-02-06NOISSUE Remove proxy user and password from the MultiMC logkb1000
2021-02-06GH-3229 fix copy seed button not working for newer worldsPetr Mrázek
Added the `optional-bare` library and refactored NBT reading code to support this change.
2021-01-29Fix up 1.7.10 forge versions for Technic platform import by removing -1.7.10 ↵kb1000
suffix
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
2020-11-13NOISSUE Cleanup Technic supportJamie Mansfield
2020-11-13GH-3437 Extract Technic single zip packs to correct placeJamie Mansfield
2020-10-13NOISSUE remove obsolete TODO comment from SolderPackInstallTaskPetr Mrázek
2020-10-13NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9Petr 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-10-12Merge pull request #3372 from jamierocks/ftb-data-temp-fixPetr Mrázek
GH-3304 Temporarily ignore download failures for FTB packs
2020-10-12GH-3304 Temporarily ignore download failures for FTB packsJamie 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-12NOISSUE adapt to work on Windows, fix reading symlink targets on POSIXPetr Mrázek
2020-10-11NOISSUE just eliminate QCOMPARE. it doesn't work at all.Petr Mrázek
2020-10-11NOISSUE tweak QCOMPARE vs QVERIFYPetr Mrázek
... the Qt test framework is annoyingly complicated and brittle. ... it may have to be replaced with something more reliable.
2020-10-11NOISSUE dis-ambiguate call to ensureBoolean in PackageManifestPetr Mrázek
2020-10-11NOISSUE fix constructing Path from iteratorsPetr Mrázek
Old Qt doesn't have the iterator-based constructors...
2020-10-11NOISSUE basic code for downloading JREs from MojangPetr Mrázek
Not integrated yet, but the logic has tests and shouldn't be too shaky. Integration comes next.
2020-09-10NOISSUE add a way to use native system versions of OpenAL and GLFWPetr 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-07NOISSUE remove translations from CheckJava launch stepPetr Mrázek
2020-09-07NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek
2020-08-22NOISSUE Add world icons and world icon reset buttonPetr Mrázek
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-28NOISSUE fix a bunch of valgrind errorsPetr Mrázek
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-05-19Remove some old forge hacksPetr Mrázek
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.
2020-04-19NOISSUE fix compiling of api/logic/Version.cppJohn C. Allwein
-Wrange-loop-construct triggers this error in clang
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2020-03-27GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek
This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
2020-03-26NOISSUE no means no, #2Petr Mrázek
2020-03-26NOISSUE no means no.Petr Mrázek
2020-01-09GH-2769 add an option to not copy play time when copying instancesPetr Mrázek
2020-01-08GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek
2020-01-08NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek
2019-11-26NOISSUE fix comment in Commandline.hPetr 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-09-27NOISSUE fix display of european portuguese in language listsPetr Mrázek
2019-09-25TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek
2019-09-19NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵Petr Mrázek
update manifests