Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-11 | GH-2529 Move data path on macOS to MultiMC.app/Data | Hamish 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-06-23 | NOISSUE Use MiB suffix for Java memory options | Jamie Mansfield | |
2021-05-13 | GH-3450 Add checkboxes to display and record game time | Joël Troch | |
2021-02-11 | NOISSUE implement deleting skins | Petr Mrázek | |
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-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-17 | GH-3131 fix not working with proxy ports > 32767 | Petr Mrázek | |
2020-01-08 | GH-2839 remove username wording from login and account dialogs | Petr Mrázek | |
2019-10-13 | NOISSUE remove unused 'PackagesPage' | Petr Mrázek | |
2019-09-25 | TRANSLATIONS-73 remove some strings that don't show up in the UI | Petr Mrázek | |
2019-08-10 | NOISSUE fix small memory leaks | Petr Mrázek | |
2019-08-02 | NOISSUE tweak UI geometry and remove old language selection | Petr Mrázek | |
2019-07-25 | NOISSUE add context menus to pages with toolbars | Petr Mrázek | |
2019-07-23 | NOISSUE improve toolbars | Petr Mrázek | |
2019-07-19 | NOISSUE convert accounts page to use a toolbar for the side menu | 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-22 | GH-2499 Apply proxy settings immediately | janrupf | |
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 | |
2019-01-06 | NOISSUE granular model updates for language model | Petr Mrázek | |
2018-11-04 | NOISSUE remove use of obsolete URL constants, simplify the rest | Petr Mrázek | |
2018-11-02 | NOISSUE use https more widely | Chris Lane | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2018-04-02 | GH-2219 fix crash and bad view scaling in Java VersionSelectDialog | Petr Mrázek | |
2018-03-27 | NOISSUE redo new instance dialog | Petr Mrázek | |
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 | |
2017-12-03 | NOISSUE add flat icon theme by Michael | Petr Mrázek | |
It's the google icon font, all scalable and grey. | |||
2017-12-03 | GH-2050 fix cancel button in file browse dialogs filling text fields | Petr Mrázek | |
2017-12-03 | GH-2026 implement changes necessary to support 1.13 snapshots | 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-22 | NOISSUE make the paste.ee links in settings clickable | Petr Mrázek | |
2017-09-20 | NOISSUE remove obsolete LWJGL folder setting | Petr Mrázek | |
2017-09-09 | NOISSUE remove FTB integration | Petr Mrázek | |
2017-09-07 | NOISSUE fix hardcoded link color in other places | Petr Mrázek | |
2017-08-22 | remove public option | Joona | |
2017-07-11 | NOISSUE set max of java heap spinboxes to detected physical memory | Petr Mrázek | |
2017-07-07 | NOISSUE fix jvisualvm website links | Petr Mrázek | |
2017-05-21 | NOISSUE and even more warnings gone | Petr Mrázek | |
2017-05-08 | GH-1886 warn users about proxy settings not applying to the game | Petr Mrázek | |
2017-05-04 | NOISSUE herp derp custom icon theme support | Petr Mrázek | |
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode. | |||
2017-04-07 | NOISSUE reimplement package dependencies | Petr Mrázek | |
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version | |||
2017-04-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE simplify. | Petr Mrázek | |