Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | NOISSUE fix the metainfo file | Petr Mrázek | |
2021-01-07 | Merge pull request #3436 from Moresteck/develop | Petr Mrázek | |
NOISSUE Corrected the fix for Classic saving, fixes Indev compatibility | |||
2021-01-07 | Merge pull request #3476 from joshua-stone/metainfo-support | Petr Mrázek | |
NOISSUE Add metainfo support | |||
2020-12-10 | Improve metadata for screenshots | Joshua Stone | |
2020-12-08 | Update documentation WRT .rpm contents | Joshua Stone | |
2020-12-08 | Move metainfo to ubuntu oflder so it can be used in both .rpm and .deb builds | Joshua Stone | |
2020-12-08 | Fix contact email | Joshua Stone | |
2020-12-08 | Use metainfodir macro directly | Joshua Stone | |
2020-12-08 | Remove disclaimer | Joshua Stone | |
2020-12-08 | Update RPM .spec to include metainfo file | Joshua Stone | |
2020-12-08 | Add metainfo.xml for improving package metadata | Joshua Stone | |
2020-12-02 | Merge pull request #3400 from MatejKafka/patch-1 | Petr Mrázek | |
Update BUILD.md with details for Windows build process | |||
2020-11-30 | NOISSUE Add pack author and description to technic modpack import page | kb1000 | |
2020-11-30 | Merge pull request #3460 from kb-1000/rpm-package | Petr Mrázek | |
NOISSUE Add an RPM package | |||
2020-11-30 | Merge pull request #3442 from jamierocks/ftb-sorts | Petr Mrázek | |
NOISSUE Add sorting options to FTB pack install page | |||
2020-11-29 | NOISSUE Continue requesting packs after ignoring one | Jamie Mansfield | |
This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible. | |||
2020-11-29 | NOISSUE Add sorting options to FTB pack install page | Jamie Mansfield | |
2020-11-29 | Merge pull request #3464 from jamierocks/ftb/ignore-dud-packs | Petr Mrázek | |
NOISSUE Ignore 'dud' FTB packs | |||
2020-11-29 | Merge pull request #3463 from jamierocks/ftb/new-api | Petr Mrázek | |
NOISSUE Use new modpacks.ch route for listing packs | |||
2020-11-28 | NOISSUE Ignore 'dud' FTB packs | Jamie Mansfield | |
There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5). | |||
2020-11-28 | NOISSUE Use new modpacks.ch route for listing packs | Jamie Mansfield | |
2020-11-27 | NOISSUE Add an RPM package for MultiMC | kb1000 | |
The RPM package reuses the files from the Ubuntu package. | |||
2020-11-24 | GH-3427 add low effort datapack button to worlds | Petr Mrázek | |
2020-11-14 | Merge pull request #3438 from jamierocks/technic-zip-fix | Petr Mrázek | |
GH-3437 Extract Technic single zip packs to correct place | |||
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-11-12 | NOISSUE Corrected the fix for Classic saving, fixes Indev compatibility | Moresteck | |
2020-10-25 | Update BUILD.md | Matej Kafka | |
Extended description of Windows build process based on about 6 hours wasted on trial and error. | |||
2020-10-13 | NOISSUE give technic icon a darker outline | Petr Mrázek | |
2020-10-13 | NOISSUE remove obsolete TODO comment from SolderPackInstallTask | Petr Mrázek | |
2020-10-13 | NOISSUE use Json parsing helpers to process technic search results | Petr Mrázek | |
2020-10-13 | NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9 | Petr Mrázek | |
2020-10-13 | Merge pull request #3195 from kb-1000/technic-import | Petr Mrázek | |
Technic pack import | |||
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-07-18 | Merge pull request #3239 from haykam821/intermediary-errors | Petr Mrázek | |
Fix Fabric loader error messages being reused for intermediary mappings |