Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | NOISSUE remove some dead code from version related classes | Petr Mrázek | |
2017-04-07 | NOISSUE fix some warning on linux related to the GNU C library | Petr Mrázek | |
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 hardcoded LWJGL (modern) | 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-04-07 | NOISSUE remove builtin Minecraft versions | Petr Mrázek | |
2017-04-07 | NOISSUE remove legacy version blacklist | Petr Mrázek | |
2017-02-28 | GH-1828 hardcode legacy assets location to fix legacy launch | Petr Mrázek | |
2017-02-28 | GH-1828 do not load assets info from custom version files | Petr Mrázek | |
Fixes issue where this causes the launcher to use the old assets URL | |||
2017-02-08 | NOISSUE switch paste.ee over to https only | Petr Mrázek | |
2017-02-08 | NOISSUE set line limit and overflow behaviour even for hidden console | Petr Mrázek | |
2017-02-08 | GH-1802 fix log resize handling | Petr Mrázek | |
The log could end up with many empty lines because the wrong maximum size was used during the resize. | |||
2017-01-24 | GH-1801 Do not print the launch script to MultiMC's log. | Petr Mrázek | |
2017-01-22 | GH-1794 Only write to the instance.cfg once after copying FTB instances. | Petr Mrázek | |
2017-01-17 | GH-1789 fix icon deletion | Petr Mrázek | |
2017-01-16 | GH-1065 Normalize usage of directory vs folder | Tim Flynn | |
2017-01-10 | GH-1778: Fix placement of modded Minecraft.jar in OneSix instances. | Petr Mrázek | |
2017-01-08 | NOISSUE update all the Copyright comments and texts to include 2017 | Petr Mrázek | |
2017-01-07 | NOISSUE dump the json to log in MojangVersionFormatTest | 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-07 | NOISSUE polish the java setup wizard page | Petr Mrázek | |
* Added a button to check why Java failed * It will now avoid automatically scanning binaries that do not have 'java' in their filename * Fixed some crashes related to running too many Java checks (it only does one at a time now) * It can now distinguish between more Java failure states (not there at all, crashing, returning nonsense) * Changed '...' button to Browse button to match the wizard page subtitle * Changing minimum and maximum memory will no longer trigger a java check twice | |||
2017-01-05 | NOISSUE default to javaw on Windows | Petr Mrázek | |
2017-01-05 | NOISSUE feature complete setup wizard | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2017-01-01 | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | |
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-12-12 | BUILD: Remove extraneous " from CreateServerResourcePacksFolder.cpp (#1749) | Taylor Smock | |
NOISSUE Remove extraneous " from CreateServerResourcePacksFolder.cpp This did not affect build, but was visible in logs. | |||
2016-12-08 | GH-1745 fix crash when using path matching filter on copy operations | Petr Mrázek | |
Copying instances without saves doesn't crash anymore. | |||
2016-11-30 | GH-1524 Regenerate Minecraft client token when the auth token is invalid | Petr Mrázek | |
This makes the case where users copy MultiMC to other machines easier to handle. It doesn't require manual intervention and the tokens do not go in a desync loop. | |||
2016-11-27 | GH-1670 Fix LWJGL list loading | Petr Mrázek | |
Now it uses the standard Download class that supports redirects and SSL. | |||
2016-11-26 | NOISSUE add ganalytics and LocalPeer licenses | Petr Mrázek | |
2016-11-26 | NOISSUE allow killing the instance from main window | 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-17 | NOISSUE include json path in errors when FTB json is missing. | Petr Mrázek | |
2016-11-17 | GH-347 update timestamps of added mods | Petr Mrázek | |
2016-11-17 | GH-347 Add timestamp column to mod lists | Petr Mrázek | |
It shows when the file was changed (in most cases added). | |||
2016-11-17 | NOISSUE always run the ExtractNatives task during launch | Petr Mrázek | |
The task now checks the conditions, giving the update process time to supply all the metadata. | |||
2016-11-17 | NOISSUE mark used accounts/sessions in selection menus | Petr Mrázek | |
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-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 basic custom theme support | Petr Mrázek | |
Files you can customize are created in themes/custom/ |