Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2020-09-10 | NOISSUE add a way to use native system versions of OpenAL and GLFW | Petr 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-07 | NOISSUE add 'java.vendor' to the checker and display/log the value | Petr Mrázek | |
2020-07-18 | GH-3234 Add support for custom meta URLs at build time | Petr Mrázek | |
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general. | |||
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-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-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-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-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 | |||
2019-10-13 | NOISSUE remove unused 'PackagesPage' | Petr Mrázek | |
2019-10-01 | Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without ↵ | kb1000 | |
accessibility | |||
2019-09-14 | Cleaned up messages, made some more descriptive, made some nicer. | Ashleigh | |
2019-07-22 | NOISSUE Add basic accessibility support to GroupView | Petr Mrázek | |
2019-07-09 | Revert "NOISSUE Import page is now a MultiMC pack page" | Petr Mrázek | |
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259. | |||
2019-07-09 | Revert "NOISSUE simple/stupid default game options, UI only" | Petr Mrázek | |
This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73. | |||
2019-07-09 | NOISSUE simple/stupid default game options, UI only | Petr Mrázek | |
2019-06-29 | NOISSUE Import page is now a MultiMC pack page | Petr Mrázek | |
2019-06-01 | NOISSUE add option to open global settings from instance settings | Petr Mrázek | |
This should hopefully giude people towards using the right thing. | |||
2019-06-01 | NOISSUE add the pocket fox icon | Petr Mrázek | |
2019-01-17 | Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into develop | Petr Mrázek | |
2019-01-16 | Update Copyright Year | AppleTheGolden | |
2019-01-09 | NOISSUE split out language selection widget, use it in settings | Petr Mrázek | |
2018-07-28 | NOISSUE squish. | Petr Mrázek | |
2018-07-28 | NOISSUE simplify. | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-05-19 | Catch C++ exceptions by const reference | Charles Milette | |
Fixes #2277 | |||
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
2018-03-13 | NOISSUE add linux distro name and release stats to analytics | Petr Mrázek | |
Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make. | |||
2018-02-17 | GH-2150 Split out custom commands into a custom widget | Petr Mrázek | |
Now it is used from a global page and from a sub-page in the instance settings. | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2018-02-11 | NOISSUE change FS::updateTimestamp to work with directories too, use it to ↵ | Petr Mrázek | |
fix icon issues on macOS | |||
2017-12-05 | GH-2059 fix instance directory not being created on first launch | Petr Mrázek | |
2017-12-03 | NOISSUE force saving of any outstanding instance component state on exit | Petr Mrázek | |
2017-12-03 | NOISSUE disable the unfinished 'Packages' page in settings | Petr Mrázek | |
2017-09-27 | GH-1993 swap min/max memory settings when they are the wrong way around | Petr Mrázek | |
2017-09-20 | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | |
2017-09-20 | NOISSUE more work on Legacy migration | Petr Mrázek | |
2017-09-10 | NOISSUE clean up moc warnings | Petr Mrázek | |
2017-09-09 | NOISSUE remove FTB integration | Petr Mrázek | |
2017-08-07 | GH-1314 add UI for custom minecraft jar addition | Petr Mrázek | |
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people. | |||
2017-07-06 | NOISSUE fix startup issues caused by code reorganization | Petr Mrázek | |
2017-07-05 | NOISSUE attept to detach from console on Windows | Petr Mrázek | |
This only applies to MultiMC started from a console. | |||
2017-07-05 | NOISSUE add disgnostic print to MultiMC destructor | Petr Mrázek | |
2017-07-05 | NOISSUE rearrange global initialization | Petr Mrázek | |
2017-05-21 | GH-1895 update LWJGL list during legacy instance update | Petr Mrázek | |
2017-05-13 | NOISSUE add a linux system packaging install layout | Petr Mrázek | |