aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09NOISSUE simple/stupid default game options, UI onlyPetr Mrázek
2019-07-03GH-2723 disable deprecation warningsPetr Mrázek
We are targeting version 5.4 of the Qt ABI. Deprecations from 2019 are irrelevant.
2019-07-02GH-2724 update group view geometries in more casesPetr Mrázek
Fixes crashes when adding instances to groups that didn't exist before.
2019-07-01GH-2716 do not censor values shorter than 4 in logsPetr Mrázek
2019-06-30Merge pull request #2718 from therealfarfetchd/hidpi-icon-fixPetr Mrázek
Enable HiDPI pixmaps to fix icon scaling for HiDPI displays
2019-06-30NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr Mrázek
2019-06-27Enable HiDPI pixmaps to fix icon scaling for HiDPI displaystherealfarfetchd
2019-06-27NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek
It needs a few more steps and it will handle all kinds of twitch packs.
2019-06-26NOISSUE add support for 'experiment' Minecraft versionsPetr Mrázek
2019-06-25Merge branch 'feature/update_translation_fix' into developPetr Mrázek
2019-06-23Merge pull request #2703 from Janrupf/feature/apply_proxy_settingsPetr Mrázek
GH-2499 Apply proxy settings immediately
2019-06-23Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interactionPetr Mrázek
GH-2515 Save instance ID before display dialog
2019-06-23Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notesPetr Mrázek
Feature/fix hashtag in notes
2019-06-23Merge pull request #2708 from Janrupf/feature/single_imgur_uploadsPetr Mrázek
GH-689 Don't create album for single screenshot
2019-06-23Merge pull request #2704 from Janrupf/feature/autoselect_new_instancesPetr Mrázek
GH-2592 Autoselect newly created instances
2019-06-23NOISSUE Renaming for better understandingjanrupf
2019-06-22GH-1701 Check job size for translationjanrupf
2019-06-22GH-2499 Apply proxy settings immediatelyjanrupf
2019-06-22GH-689 Don't create album for single screenshotjanrupf
2019-06-21GH-2515 Save instance ID before display dialogjanrupf
2019-06-21NOISSUE Test comment escaping with unit testsjanrupf
2019-06-21NOISSUE Revert INI parser back to single passjanrupf
2019-06-21GH-1813 Escape # in INI (and better reader)janrupf
2019-06-21GH-2592 Autoselect newly created instancesjanrupf
2019-06-17Merge pull request #2694 from Janrupf/fix-disabled-modsPetr Mrázek
Operate on copy of QString instead of appending
2019-06-17NOISSUE Don't append .disabled to stringjanrupf
2019-06-15Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek
2019-06-15NOISSUE limit fabric intermediary selection options in UI by minecraft versionPetr Mrázek
2019-06-15NOISSUE fix fabric tooltip stringPetr Mrázek
2019-06-15GH-2639 Add simple fabric loader installation supportPetr Mrázek
2019-06-15Merge pull request #2690 from asiekierka/fabric-modparsePetr Mrázek
Add Fabric mod JSON parsing support
2019-06-15fix author name parsingasie
2019-06-15Add Fabric mod JSON parsing supportasie
2019-06-14Fixed adding a disabled duplicateLeland Liu
2019-06-08Merge pull request #2684 from isoraqathedh/patch-1Petr Mrázek
Pass command line arguments through to the executable
2019-06-08Update run.shisoraqathedh
Pass command line arguments through to the executable
2019-06-08NOISSUE fix macOS build, remove bundled dependencies on linuxPetr Mrázek
Your copy of MultiMC might stop working after this update because we no longer bundle Qt and other system libraries. Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if you need help with installing Qt. Qt 5.4.x or newer is required.
2019-06-01NOISSUE make the global settings button context sensitivePetr Mrázek
2019-06-01NOISSUE add option to open global settings from instance settingsPetr Mrázek
This should hopefully giude people towards using the right thing.
2019-06-01NOISSUE add the pocket fox iconPetr Mrázek
2019-05-31NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek
Now it handles formats other than png.
2019-04-14Merge pull request #2603 from AlexTMjugador/developPetr Mrázek
Support launching profiler in offline mode
2019-04-14Tweak strings as per peterix reviewAlejandro González
2019-04-15Conform to existing code styleAlexTMjugador
2019-04-15Support launching profiler in offline modeAlexTMjugador
This commit adds the necessary GUI controls to let the user choose whether they want to launch Minecraft in offline mode with a configured profiler.
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2019-04-02Merge remote-tracking branch 'origin/feature/trim_server_details' into developPetr Mrázek
2019-03-29GH-2551 Trim at serializationElise
2019-03-23Merge pull request #2565 from MultiMC/feature/deletion_harderPetr Mrázek
GH-2487 Make deleting instances harder