Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-11-10 | NOISSUE allow using icon themes for instances and instance badges | Petr Mrázek | |
2016-11-09 | GH-1713 fix FTB loading crashes | Petr Mrázek | |
2016-11-07 | NOISSUE fix horrible globals crash | Petr Mrázek | |
FIXME: remove all globals. | |||
2016-11-07 | NOISSUE shut down logger when MultiMC exits | Petr Mrázek | |
Prevents crash bugs... | |||
2016-11-06 | NOISSUE ask user if closing is OK when instances are still running | Petr Mrázek | |
2016-11-06 | NOISSUE Refactor and sanitize MultiMC startup/shutdown | Petr Mrázek | |
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes. | |||
2016-11-06 | GH-378 add a resource search path to custom themes | Petr Mrázek | |
This allows adding images and other bits and pieces to themes. | |||
2016-11-06 | GH-378 add basic custom theme support | Petr Mrázek | |
Files you can customize are created in themes/custom/ | |||
2016-11-04 | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | |
false | |||
2016-11-02 | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | |
2016-11-01 | NOISSUE add bright theme to complement the dark theme | Petr Mrázek | |
Same style, different colors. | |||
2016-11-01 | GH-1645 reimplement open/close instance window based on settings | Petr Mrázek | |
2016-10-31 | NOISSUE rearrange MultiMC.cpp to make it make more sense | Petr Mrázek | |
2016-10-30 | NOISSUE use current directory for application ID | Petr Mrázek | |
Using QDir(dataPath).absolutePath() for the path | |||
2016-10-30 | NOISSUE use absolute data path for application ID | Petr Mrázek | |
2016-10-30 | NOISSUE fix build | Petr Mrázek | |
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. | |||
2016-10-29 | NOISSUE clean up some bad/dead code | Petr Mrázek | |
2016-10-28 | NOISSUE remove unused 'test mode' | Petr Mrázek | |
2016-10-27 | Revert "GH-1665 diagnostic build - check if log file has been created and ↵ | Petr Mrázek | |
opened" This reverts commit 2597bde4f9df5409371da55beabb0f695b853aa3. | |||
2016-10-27 | Revert "GH-1665 diagnostic build - disable file logging entirely" | Petr Mrázek | |
This reverts commit 049317093629f9a24ccec93df4449ce44b83c35e. | |||
2016-10-27 | GH-1665 diagnostic build - disable file logging entirely | Petr Mrázek | |
2016-10-27 | GH-1665 diagnostic build - check if log file has been created and opened | Petr Mrázek | |
2016-10-26 | NOISSUE Granular instance reload | Petr Mrázek | |
2016-10-22 | GH-903 force Dark theme to use Fusion Qt style | Petr Mrázek | |
Themes now include Qt styles. |