summaryrefslogtreecommitdiffstats
path: root/api/logic/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-0/+10
| | | | | | | 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 basic code for downloading JREs from MojangPetr Mrázek2020-10-11-0/+19
| | | | | Not integrated yet, but the logic has tests and shouldn't be too shaky. Integration comes next.
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-4/+4
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+1
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE rename ComponentList to PackProfilePetr Mrázek2020-06-27-2/+2
| | | | It's not just components, so the naming needed cleaning up.
* Remove some old forge hacksPetr Mrázek2020-05-19-5/+1
| | | | | | | | | | | | | | 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.
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-2/+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-9/+8
|
* NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek2019-08-04-0/+7
|
* NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek2019-08-04-8/+12
|
* NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek2019-06-27-0/+2
| | | | It needs a few more steps and it will handle all kinds of twitch packs.
* NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek2019-05-31-1/+3
| | | | Now it handles formats other than png.
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-0/+2
|
* NOISSUE first step towards having game options managementPetr Mrázek2019-01-30-0/+2
|
* NOISSUE hotloading of translations and use of local PO filesPetr Mrázek2019-01-02-0/+2
| | | | The hotloading is still inefficient
* NOISSUE remove some nonsense and dead codePetr Mrázek2018-11-15-2/+2
|
* NOISSUE FTB pack code implementation, cleaned upJannis Lübke2018-08-02-0/+3
|
* NOISSUE squish.Petr Mrázek2018-07-28-2/+0
|
* NOISSUE simplify.Petr Mrázek2018-07-28-1/+0
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-374/+374
|
* NOISSUE separate new mods model from the simple onePetr Mrázek2018-07-15-4/+6
| | | | It should list mods in various locations...
* GH-2291 Fix build with Qt 5.11+Sergey Shatunov2018-06-02-1/+1
|
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-4/+0
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-6/+14
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-16/+18
|
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+15
|
* NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek2018-01-27-1/+5
|
* NOISSUE rearrange build systemPetr Mrázek2018-01-27-0/+3
| | | | | | | * Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-2/+6
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-0/+2
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-2/+2
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek2017-09-27-1/+1
| | | | Minecraft versions
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-2/+2
|
* NOISSUE more work on Legacy migrationPetr Mrázek2017-09-20-0/+2
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+4
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-19/+14
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-8/+0
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-12/+0
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-2/+0
| | | | Possibly also some bug fixes.
* GH-1876 Fork and update quazipPetr Mrázek2017-05-06-2/+1
| | | | | | | | * It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway
* GH-1876 turn pack200 into a shared libraryPetr Mrázek2017-05-05-1/+1
|
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-1/+0
| | | | | | Things like: * jar mods * valid version files
* NOISSUE Add flame.Petr Mrázek2017-04-22-5/+5
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-0/+6
| | | | Does not actually grab mods, but resolves them and prints the results in logs.
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-1/+0
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-0/+1
| | | | | | | | They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-2/+0
| | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
* NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek2017-04-07-8/+2
|
* NOISSUE simplify.Petr Mrázek2017-04-07-2/+0
|