Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-09 | Fix Fabric loader error messages being reused for intermediary mappings | haykam821 | |
2020-06-28 | NOISSUE fix a bunch of valgrind errors | Petr Mrázek | |
2020-06-27 | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | |
It's not just components, so the naming needed cleaning up. | |||
2020-06-07 | GH-3189 update the nbt library | Petr Mrázek | |
2020-06-07 | NOISSUE Switch twitch modpack page to use a QListView | Petr Mrázek | |
This makes the lazy loading of the paginated search results actually work. | |||
2020-05-30 | Merge pull request #3169 from kb-1000/fix-accessibility-2 | Petr Mrázek | |
Allow compiling MultiMC using Qt builds without accessibility again | |||
2020-05-30 | Allow compiling MultiMC using Qt builds without accessibility again | kb1000 | |
2020-05-29 | Merge pull request #2864 from Hubcapp/patch-1 | Petr Mrázek | |
Update BUILD.md | |||
2020-05-29 | Merge pull request #3127 from OverMighty/develop | Petr Mrázek | |
fix: add support for args with spaces to MultiMC::messageReceived() | |||
2020-05-29 | Merge pull request #3165 from kvverti/wsl-messages | Petr Mrázek | |
Clarify WSL error messages | |||
2020-05-28 | Clarify WSL error messages | Thalia Nero | |
2020-05-28 | Fix. | Petr Mrázek | |
2020-05-28 | NOISSUE prevent evil from winning | Petr Mrázek | |
2020-05-19 | Remove some old forge hacks | Petr 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-17 | GH-2802 remove extra remapping of indexes in VersionPage model | Petr Mrázek | |
2020-05-17 | GH-3131 fix not working with proxy ports > 32767 | Petr Mrázek | |
2020-05-04 | fix: 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-04 | chore: pull changes from upstream | OverMighty | |
2020-04-29 | NOISSUE expose twitch pack url, description and author list | Petr Mrázek | |
2020-04-29 | Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into develop | Petr Mrázek | |
2020-04-19 | NOISSUE Fixed online saving in early Classic versions | Moresteck | |
2020-04-19 | NOISSUE fix compiling of api/logic/Version.cpp | John C. Allwein | |
-Wrange-loop-construct triggers this error in clang | |||
2020-04-11 | Merge pull request #3046 from Ghalid/mac-build-instructions | Petr Mrázek | |
Fix macOS build instructions so that git submodule commands succeed | |||
2020-04-01 | NOISSUE Add pagination support to twitch pack search | Petr Mrázek | |
Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25. | |||
2020-04-01 | NOISSUE fix build | Petr Mrázek | |
2020-04-01 | NOISSUE Bare-bones twitch pack browser | Petr Mrázek | |
2020-03-29 | Bump dev version to 0.6.12 | Petr Mrázek | |
2020-03-29 | NOISSUE update version number, changelog and credits in about dialog | Petr Mrázek | |
2020-03-28 | GH-2544 enable Forge install button for >= 1.13 | Petr Mrázek | |
2020-03-27 | GH-2544 allow adding files to `libraries` without affecting classpath | Petr Mrázek | |
This is done by adding library-like objects into the `mavenFiles` list in version JSONs. | |||
2020-03-26 | NOISSUE no means no, #2 | Petr Mrázek | |
2020-03-26 | NOISSUE no means no. | Petr Mrázek | |
2020-03-22 | NOISSUE change directory before running git submodule commands in mac ↵ | Ghalid | |
instructions | |||
2020-02-25 | Merge pull request #2979 from Brottweiler/desktop-entry-tweak | Petr Mrázek | |
Tweak GenericName for Linux desktop entry | |||
2020-02-24 | GH-2979 Tweak GenericName | Brottweiler | |
2020-02-24 | NOISSUE Nice. | Petr Mrázek | |
2020-02-24 | GH-2988 add --import command-line option | OverMighty | |
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-09 | feat: allow telling the main process to import a zip | OverMighty | |
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-09 | style: follow upstream code style | OverMighty | |
2020-02-09 | NOISSUE fix some changelog wording | Petr Mrázek | |
2020-02-08 | Update changelog and set version to 0.6.8 | Petr Mrázek | |
2020-02-05 | feat: add --import command-line option | OverMighty | |
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-09 | GH-2769 add an option to not copy play time when copying instances | Petr Mrázek | |
2020-01-09 | GH-2832 add .minecraft and libraries buttons to version page | Petr Mrázek | |
2020-01-08 | GH-2819 mod list filter now also looks at descriptions and authors | Petr Mrázek | |
2020-01-08 | GH-2839 remove username wording from login and account dialogs | Petr Mrázek | |
2020-01-08 | GH-2853 fix collapsing state being sticky in group view | Petr Mrázek | |
Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups. | |||
2020-01-08 | NOISSUE add wget as a dependency for deb package | Petr Mrázek | |
2020-01-08 | NOISSUE Do not crash when dependencies are customized and conflict | Petr Mrázek | |
2020-01-07 | GH-2880 make services status widget open a valid page | Petr Mrázek | |
https://help.mojang.com/ no longer has API status |