summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeLines
* NOISSUE remove obsolete TODO comment from SolderPackInstallTaskPetr Mrázek2020-10-13-1/+1
|
* NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9Petr Mrázek2020-10-13-2/+4
|
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-8/+753
| | | | | | | 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.
* Merge pull request #3372 from jamierocks/ftb-data-temp-fixPetr Mrázek2020-10-12-2/+6
|\ | | | | GH-3304 Temporarily ignore download failures for FTB packs
| * GH-3304 Temporarily ignore download failures for FTB packsJamie Mansfield2020-10-12-2/+6
| | | | | | | | | | 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.
* | NOISSUE adapt to work on Windows, fix reading symlink targets on POSIXPetr Mrázek2020-10-12-22/+94
|/
* NOISSUE just eliminate QCOMPARE. it doesn't work at all.Petr Mrázek2020-10-11-26/+26
|
* NOISSUE tweak QCOMPARE vs QVERIFYPetr Mrázek2020-10-11-59/+59
| | | | | ... the Qt test framework is annoyingly complicated and brittle. ... it may have to be replaced with something more reliable.
* NOISSUE dis-ambiguate call to ensureBoolean in PackageManifestPetr Mrázek2020-10-11-1/+1
|
* NOISSUE fix constructing Path from iteratorsPetr Mrázek2020-10-11-1/+5
| | | | Old Qt doesn't have the iterator-based constructors...
* NOISSUE basic code for downloading JREs from MojangPetr Mrázek2020-10-11-0/+889
| | | | | Not integrated yet, but the logic has tests and shouldn't be too shaky. Integration comes next.
* NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek2020-09-10-2/+18
| | | | | | 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.
* NOISSUE remove translations from CheckJava launch stepPetr Mrázek2020-09-07-10/+10
|
* NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek2020-09-07-7/+13
|
* NOISSUE Add world icons and world icon reset buttonPetr Mrázek2020-08-22-1/+46
|
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-7/+7
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-83/+33
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE render the skin overlay in SkinUtilsBowser652020-07-12-3/+8
|
* NOISSUE fix a bunch of valgrind errorsPetr Mrázek2020-06-28-4/+8
|
* NOISSUE rename ComponentList to PackProfilePetr Mrázek2020-06-27-131/+131
| | | | It's not just components, so the naming needed cleaning up.
* Remove some old forge hacksPetr Mrázek2020-05-19-482/+10
| | | | | | | | | | | | | | 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.
* NOISSUE fix compiling of api/logic/Version.cppJohn C. Allwein2020-04-19-1/+1
| | | | -Wrange-loop-construct triggers this error in clang
* NOISSUE Bare-bones twitch pack browserPetr Mrázek2020-04-01-0/+1
|
* GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek2020-03-27-12/+56
| | | | | This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
* NOISSUE no means no, #20.6.10Petr Mrázek2020-03-26-4/+4
|
* NOISSUE no means no.0.6.9Petr Mrázek2020-03-26-0/+4
|
* GH-2769 add an option to not copy play time when copying instancesPetr Mrázek2020-01-09-2/+7
|
* GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek2020-01-08-0/+4
|
* NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek2020-01-08-6/+10
|
* NOISSUE fix comment in Commandline.hPetr Mrázek2019-11-26-2/+2
|
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-220/+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-77/+107
|
* NOISSUE fix display of european portuguese in language listsPetr Mrázek2019-09-27-1/+6
|
* TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek2019-09-25-2/+2
|
* NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵Petr Mrázek2019-09-19-50/+1
| | | | update manifests
* GH-851 save, load and use group expansion statusPetr Mrázek2019-08-20-28/+47
|
* Escape ; too in instance folder namesKaeptm Blaubaer2019-08-13-1/+1
|
* NOISSUE do not lose selection on mod enable/disable toggle0.6.7Petr Mrázek2019-08-05-48/+63
|
* GH-988 add ability to toggle mods with keyboardPetr Mrázek2019-08-04-7/+22
|
* GH-2785 fix crash caused by starting multiple mod folder update tasksPetr Mrázek2019-08-04-0/+1
|
* NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek2019-08-04-40/+145
|
* NOISSUE fix build on linuxPetr Mrázek2019-08-04-2/+2
|
* NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek2019-08-04-524/+802
|
* NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek2019-08-03-303/+270
|
* NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek2019-08-03-64/+13
|
* NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek2019-07-31-6/+7
|
* NOISSUE Add basic accessibility support to GroupViewPetr Mrázek2019-07-22-0/+4
|
* NOISSUE Show Version page while the instancer is running.Petr Mrázek2019-07-15-6/+26
| | | | All controls are disabled.
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-9/+46
| | | | Instead, disable (most of) the controls.