Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-05-09 | GH-1882 save UpdateDialog geometry | 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-05-02 | GH-1874 Do not allow launching instances during an update | Petr Mrázek | |
2017-05-02 | GH-1874 do not allow updating while an instance is running | Petr Mrázek | |
This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive. | |||
2017-05-01 | GH-1875 plug holes in instance/window refcount logic | Petr Mrázek | |
2017-05-01 | GH-1873 allow closing main window, fix window ref count | Petr Mrázek | |
2017-04-26 | NOISSUE remove AA_UseHighDpiPixmaps | Petr Mrázek | |
2017-04-25 | NOISSUE remove macOS SSL workarounds | Petr Mrázek | |
Should not be necessary anymore... | |||
2017-04-21 | NOISSUE add missing log levels to MultiMC logging | Petr Mrázek | |
Info and System are now recognized. | |||
2017-04-14 | GH-1854 prevent a crash if the instance is closed while the kill ↵ | Petr Mrázek | |
confirmation dialog is open | |||
2017-04-07 | NOISSUE remove liteloader and forge | Petr Mrázek | |
2017-04-07 | NOISSUE Remove Minecraft version list and versions. | Petr Mrázek | |
2017-04-07 | NOISSUE fix downloading of metadata files | Petr Mrázek | |
2017-01-21 | GH-1793 rearrange setup wizard logic to only check if they are needed once | Petr Mrázek | |
2017-01-18 | GH-1790 do not apply system theme on launch if it is selected | Petr Mrázek | |
This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though. | |||
2017-01-16 | GH-1065 Normalize usage of directory vs folder | Tim Flynn | |
2017-01-15 | NOISSUE add hack for system themes. Maybe it works? | Petr Mrázek | |
2017-01-15 | NOISSUE temporarily disable themes to check if they cause issues on macOS | Petr Mrázek | |
2017-01-14 | GH-1665 Add line breaks to the fatal error dialogs. | Petr Mrázek | |
Makes is slightly more readable. | |||
2017-01-14 | GH-1665 put the macOS hint into all of the new fatal error messages. | Petr Mrázek | |
2017-01-14 | GH-1665 attempt at workaround for MultiMC not starting on macOS Sierra | Petr Mrázek | |
This tries to detect the issue and instructs the user to fix it by moving the application to /Applications or ~/Applications. In addition, several other previously poorly handled fatal errors now show an error dialog. | |||
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-06 | NOISSUE Do not log the analytics client ID into the application log. | Petr Mrázek | |
2017-01-06 | NOISSUE make the setup wizard use the main event loop | Petr Mrázek | |
This should fix any issues with receiving events over IPC. | |||
2017-01-02 | NOISSUE force SetupWizard into 'classic' look and feel and increment ↵ | Petr Mrázek | |
analytics version This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord. | |||
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | NOISSUE add skeleton of the setup wizard | Petr Mrázek | |
Very wizardly. Also very empty and opening on every start for now. | |||
2016-11-26 | NOISSUE allow killing the instance from main window | Petr Mrázek | |
2016-11-26 | NOISSUE simplify system detection and user agent handling | Petr Mrázek | |
Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics. | |||
2016-11-24 | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | |
2016-11-23 | NOISSUE fix translation listing in settings and translation loading | Petr Mrázek | |
It was impossible to select and load translations properly. | |||
2016-11-22 | NOISSUE send custom analytics values | Petr Mrázek | |
* System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB. | |||
2016-11-21 | NOISSUE implement analytics IP anonymization | Petr Mrázek | |
2016-11-21 | NOISSUE most basic analytics integration possible | Petr Mrázek | |
2016-11-19 | GH-1726 better failure detection for updates | Petr Mrázek | |
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process. |