aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.cpp
AgeCommit message (Collapse)Author
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek
2021-07-11GH-2529 Move data path on macOS to MultiMC.app/DataHamish Arblaster
macOS seems to dislike changing files in the APPBUNDLE.app/Contents directory because it has to re-scan the directory every launch. As a result, large amounts of data there seems to cause freezes of MultiMC. Moving the default location outside of this directory, and thus the data, stops these freezes. There is also a dialogue when the user first opens the app that asks them if they'd like to migrate their data folder, if they select yes it will move it, and if they select no it will not move it and allow them to move it later with an option in settings.
2021-05-23NOISSUE Add --server argument for --launchJanrupf
2021-05-22NOISSUE Allow joining servers from the servers pageJanrupf
2021-05-13GH-3450 Add checkboxes to display and record game timeJoël Troch
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2021-01-17Use argv[0] to print program name on a CLI error.Radu Butoi
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 add 'java.vendor' to the checker and display/log the valuePetr Mrázek
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-05-29Merge pull request #3127 from OverMighty/developPetr Mrázek
fix: add support for args with spaces to MultiMC::messageReceived()
2020-05-28Clarify WSL error messagesThalia Nero
2020-05-28Fix.Petr Mrázek
2020-05-28NOISSUE prevent evil from winningPetr 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-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-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
2019-10-13NOISSUE remove unused 'PackagesPage'Petr Mrázek
2019-10-01Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵kb1000
accessibility
2019-09-14Cleaned up messages, made some more descriptive, made some nicer.Ashleigh
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-07-09Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
2019-07-09Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek
This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
2019-07-09NOISSUE simple/stupid default game options, UI onlyPetr Mrázek
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr 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-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-09NOISSUE split out language selection widget, use it in settingsPetr Mrázek
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-13NOISSUE add linux distro name and release stats to analyticsPetr Mrázek
Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make.
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-11NOISSUE change FS::updateTimestamp to work with directories too, use it to ↵Petr Mrázek
fix icon issues on macOS
2017-12-05GH-2059 fix instance directory not being created on first launchPetr Mrázek
2017-12-03NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek
2017-12-03NOISSUE disable the unfinished 'Packages' page in settingsPetr Mrázek
2017-09-27GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-10NOISSUE clean up moc warningsPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek