Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-11-27 | NOISSUE Attempt to add build status and test teamcity build reporting | Petr Mrázek | |
2019-11-26 | Remove travis-ci and github actions leftovers | Petr Mrázek | |
2019-11-26 | NOISSUE fix comment in Commandline.h | Petr Mrázek | |
2019-11-18 | NOISSUE remove dead reference to TwitchPage.ui | Petr Mrázek | |
2019-11-18 | GH-2859 remove twitch page and modpack import from URL | Petr Mrázek | |
The functionality was broken, beyond repair and an ongoing maintenance nightmare. | |||
2019-11-03 | NOISSUE put legacy FTB support in a namespace, fix its base URL | Petr Mrázek | |
2019-10-14 | NOISSUE fix translation string for Twitch drop area | Petr Mrázek | |
2019-10-14 | GH-2859 improve UI for twitch pack import with drag&drop | Petr Mrázek | |
2019-10-14 | NOISSUE remove remains of what could have been technic integration | Petr Mrázek | |
2019-10-13 | NOISSUE remove unused 'PackagesPage' | Petr Mrázek | |
2019-10-05 | NOISSUE make the main window title only 'MultiMC' for screen readers | Petr Mrázek | |
2019-10-01 | Merge pull request #2871 from kb-1000/fix-accessibility-fix | Petr Mrázek | |
Remove include of qtguiglobal.h | |||
2019-10-01 | Remove include of qtguiglobal.h | kb1000 | |
2019-10-01 | Merge pull request #2870 from kb-1000/fix-accessibility | Petr Mrázek | |
Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility | |||
2019-10-01 | Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵ | kb1000 | |
accessibility |