aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-13NOISSUE fix build: QTemporaryDir::filePath was added in Qt 5.9Petr Mrázek
2020-10-13Merge pull request #3195 from kb-1000/technic-importPetr Mrázek
Technic pack import
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-07-18Merge pull request #3239 from haykam821/intermediary-errorsPetr Mrázek
Fix Fabric loader error messages being reused for intermediary mappings
2020-07-18Merge pull request #3241 from Bowser65/feature/render-overlayPetr Mrázek
Minor: Render the skin overlay in SkinUtils
2020-07-12NOISSUE render the skin overlay in SkinUtilsBowser65
2020-07-09Fix Fabric loader error messages being reused for intermediary mappingshaykam821
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-06-07GH-3189 update the nbt libraryPetr Mrázek
2020-06-07NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek
This makes the lazy loading of the paginated search results actually work.
2020-05-30Merge pull request #3169 from kb-1000/fix-accessibility-2Petr Mrázek
Allow compiling MultiMC using Qt builds without accessibility again
2020-05-30Allow compiling MultiMC using Qt builds without accessibility againkb1000
2020-05-29Merge pull request #2864 from Hubcapp/patch-1Petr Mrázek
Update BUILD.md
2020-05-29Merge pull request #3127 from OverMighty/developPetr Mrázek
fix: add support for args with spaces to MultiMC::messageReceived()
2020-05-29Merge pull request #3165 from kvverti/wsl-messagesPetr Mrázek
Clarify WSL error messages
2020-05-28Clarify WSL error messagesThalia Nero
2020-05-28Fix.Petr Mrázek
2020-05-28NOISSUE prevent evil from winningPetr Mrázek
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-05-17GH-2802 remove extra remapping of indexes in VersionPage modelPetr Mrázek
2020-05-17GH-3131 fix not working with proxy ports > 32767Petr Mrázek
2020-05-04fix: add support for args with spaces to MultiMC::messageReceived()OverMighty
Previously, when the main instance of MultiMC would receive an `import` or `launch` message from another instance, it would split the message on each space, and only read the first word of the argument (zip path/URL or instance ID). This commit fixes that problem by sectioning the message string instead.
2020-05-04chore: pull changes from upstreamOverMighty
2020-04-29NOISSUE expose twitch pack url, description and author listPetr Mrázek
2020-04-29Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into developPetr Mrázek
2020-04-19NOISSUE Fixed online saving in early Classic versionsMoresteck
2020-04-19NOISSUE fix compiling of api/logic/Version.cppJohn C. Allwein
-Wrange-loop-construct triggers this error in clang
2020-04-11Merge pull request #3046 from Ghalid/mac-build-instructionsPetr Mrázek
Fix macOS build instructions so that git submodule commands succeed
2020-04-01NOISSUE Add pagination support to twitch pack searchPetr Mrázek
Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
2020-04-01NOISSUE fix buildPetr Mrázek
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2020-03-29Bump dev version to 0.6.12Petr Mrázek
2020-03-29NOISSUE update version number, changelog and credits in about dialogPetr Mrázek
2020-03-28GH-2544 enable Forge install button for >= 1.13Petr Mrázek