Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | NOISSUE Rough refactor of ProfilePatch and VersionFile internals. | Petr Mrázek | |
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server. | |||
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 stuff and things happened. Maybe. | Petr Mrázek | |
2017-04-07 | NOISSUE hack it together enough to get launching back | Petr Mrázek | |
Meta index will now always return valid objects. They just might never load if they don't exist on the server. | |||
2017-04-07 | NOISSUE sanitize loading and downloading of metadata files | Petr Mrázek | |
2017-04-07 | NOISSUE simplify. | Petr Mrázek | |
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-04-07 | NOISSUE Wonko is the new Meta | Petr Mrázek | |
And then Wonko was the Meta. | |||
2017-02-08 | NOISSUE set line limit and overflow behaviour even for hidden console | Petr Mrázek | |
2017-02-01 | GH-1807 fix 'loggging' typo | Petr Mrázek | |
2017-01-22 | GH-1798 Do not enable skin upload button without selected account. | Petr Mrázek | |
2017-01-21 | NOISSUE set the instance settings page default tab back to the first | 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-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-08 | NOISSUE change 'Upload' to 'Upload Skin' on tha Accounts page | Petr Mrázek | |
2017-01-07 | NOISSUE even more java polishing | Petr Mrázek | |
* Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java | |||
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2016-11-26 | NOISSUE add button for opening the config folder from mods pages | Petr Mrázek | |
2016-11-26 | NOISSUE fix text of log upload, do not open browser on screenshot upload | Petr Mrázek | |
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 | GH-1731 more screenshot folder view hardening | Petr Mrázek | |
2016-11-21 | GH-1731 Do not show screenshots model if it can't be set up properly | Petr Mrázek | |
Otherwise it would show all system drives instead of screenshots. | |||
2016-11-07 | GH-1445 update page list when version and log pages need it | Petr Mrázek | |
2016-11-04 | NOISSUE add an option to show console on error and default other options to ↵ | Petr Mrázek | |
false | |||
2016-11-03 | NOISSUE ifdef the hell out of MCEdit launch on Windows | Petr Mrázek | |
Setting the work directory was not enough. | |||
2016-11-03 | NOISSUE Set working directory for MCEdit on Windows | Petr Mrázek | |
It seems to require it, unlike the other versions. | |||
2016-11-03 | NOISSUE use LoggedProcess to work around issues with QProcess on macOS | Petr Mrázek | |
2016-11-02 | NOISSUE fix reversed MCEdit check condition | Petr Mrázek | |
It was causing fake errors. | |||
2016-11-02 | NOISSUE MCEdit integration - remove old 'tool', replace with Worlds | Petr Mrázek | |
2016-11-02 | NOISSUE prefer shell script for running MCEdit on linux | Petr Mrázek | |
2016-10-21 | GH-903 simple theme switching and dark theme | Petr Mrázek | |
2016-10-11 | GH-1675 reimplement suspesion of log watch | Petr Mrázek | |
2016-08-19 | NOISSUE use model/view for Minecraft log data | Petr Mrázek | |
2016-08-11 | GH-1433 with no default account, show profiles instead of accounts in ↵ | Petr Mrázek | |
selection dialog | |||
2016-08-10 | Revert "NOISSUE rework of minecraft log" | Petr Mrázek | |
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a. | |||
2016-08-10 | NOISSUE rework of minecraft log | Petr Mrázek | |
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log. | |||
2016-08-07 | GH-338, GH-513, GH-700 Unify edit instance with console window | Petr Mrázek | |
* The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running. | |||
2016-08-05 | NOISSUE allow user to sort mod list by clicking on column headers | Petr Mrázek | |
2016-08-04 | GH-589 GH-842 GH-901 GH-1117 allow mass-enabling/disabling of mods | Petr Mrázek | |
2016-08-04 | GH-1273 allow extended selection in mod lists | Petr Mrázek | |
2016-08-04 | GH-1635 add filter bar to mod list pages | Petr Mrázek | |
2016-06-05 | NOISSUE refactor *Download into more, smaller pieces | Petr Mrázek | |
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. | |||
2016-05-15 | GH-575 clean up ModList - remove all legacy and obsolete parts | Petr Mrázek | |
2016-05-15 | GH-575 separate legacy jar mod list from mod list | Petr Mrázek | |
2016-05-15 | GH-767 Basic skin upload | Alexia | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |