aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-03-22NOISSUE change directory before running git submodule commands in mac ↵Ghalid
instructions
2020-02-25Merge pull request #2979 from Brottweiler/desktop-entry-tweakPetr Mrázek
Tweak GenericName for Linux desktop entry
2020-02-24GH-2979 Tweak GenericNameBrottweiler
2020-02-24NOISSUE Nice.Petr Mrázek
2020-02-24GH-2988 add --import command-line optionOverMighty
When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
2020-02-09feat: allow telling the main process to import a zipOverMighty
This commit enhances the IPC message system and adds a new IPC command in order to allow secondary MultiMC processes that were started by executing MultiMC with the `--import` command-line option to tell the main MutliMC process to open the "Import from zip" dialog window and prefill the URL field with the specified URL.
2020-02-09style: follow upstream code styleOverMighty
2020-02-09NOISSUE fix some changelog wordingPetr Mrázek
2020-02-08Update changelog and set version to 0.6.8Petr Mrázek
2020-02-05feat: add --import command-line optionOverMighty
When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
2020-01-09GH-2769 add an option to not copy play time when copying instancesPetr Mrázek
2020-01-09GH-2832 add .minecraft and libraries buttons to version pagePetr Mrázek
2020-01-08GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek
2020-01-08GH-2839 remove username wording from login and account dialogsPetr Mrázek
2020-01-08GH-2853 fix collapsing state being sticky in group viewPetr Mrázek
Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups.
2020-01-08NOISSUE add wget as a dependency for deb packagePetr Mrázek
2020-01-08NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek
2020-01-07GH-2880 make services status widget open a valid pagePetr Mrázek
https://help.mojang.com/ no longer has API status