Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-05 | NOISSUE make shared logic library ... shared | Petr Mrázek | |
2015-09-04 | GH-1223 fix override settings | Petr Mrázek | |
They now work more like passthrough settings, except not passing through set and reset | |||
2015-08-24 | GH-1133 fix bad java path detection some more | Petr Mrázek | |
2015-08-19 | NOISSUE revamp the minecraft log exception detection | Petr Mrázek | |
2015-08-19 | NOISSUE fix log-related legacy instance crash and show hidden log files | Petr Mrázek | |
2015-08-18 | GH-926 implement log cleaning functionality | Petr Mrázek | |
Also adds gzip compressed log support | |||
2015-08-16 | GH-1164 make sure the censor filter never contains empty keys | Petr Mrázek | |
2015-07-26 | GH-1053 add back update progress dialog | Petr Mrázek | |
2015-07-22 | GH-1053 move guessLevel to instances | Petr Mrázek | |
2015-07-21 | GH-1053 add launch step creation to legacy instances | Petr Mrázek | |
2015-07-21 | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | |
2015-07-10 | GH-1053 move launch related things and rename them | Petr Mrázek | |
2015-07-10 | GH-1034 do jar modding separate from update | Petr Mrázek | |
2015-07-04 | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | |
2015-06-30 | SCRATCH squash MinecraftLauncher into BaseLauncher | Petr Mrázek | |
needs to be split differently needs to be squashed together with the logic from MainWindow | |||
2015-06-30 | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | |
2015-06-08 | GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting | Petr Mrázek | |
2015-06-06 | NOISSUE sanitize Json | Petr Mrázek | |
Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw | |||
2015-06-06 | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | |
2015-05-31 | GH-1016 print list of mods, coremods and jarmods | Petr Mrázek | |
Includes a change to jar mods, where they gain an 'originalName' attribute used only for display | |||
2015-05-31 | GH-1016 print mods, jar mods and core mods on start | Petr Mrázek | |
Needs some work - jar mods just have the uuid name | |||
2015-05-31 | GH-1015 catch exceptions when doing profile reapply | Petr Mrázek | |
This is a temporary solution. | |||
2015-05-31 | GH-1021 make builtin versions not customizable | Petr Mrázek | |
They use attributes not defined in the OneSix format. | |||
2015-05-31 | GH-1020 use plain strings for library URLs | Petr Mrázek | |
Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution | |||
2015-05-29 | GH-1015 fix crash when version is incomplete and adding jar mods | Petr Mrázek | |
2015-05-28 | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | |
2015-05-27 | GH-967 make libraries handle their own path prefix | Petr Mrázek | |
Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable | |||
2015-05-24 | GH-991 implement wrapper commands | Petr Mrázek | |
2015-05-23 | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | |
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | |||
2015-05-21 | GH-983 use 'minecraft.jar' for ancient jar-modded versions | Petr Mrázek | |
Fixes NEI in MC 1.4.7 and probably other obscure issues | |||
2015-05-21 | GH-985 fix jar mods | Petr Mrázek | |
2015-05-17 | GH-952 Hardcore version page tweakery | Petr Mrázek | |
Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized | |||
2015-05-16 | NOISSUE do not dump minecraft version files into the log | Petr Mrázek | |
2015-05-16 | GH-958 print PID when starting Minecraft | Petr Mrázek | |
2015-05-16 | GH-952 do not remove {version,custom}.json files, rename them | Petr Mrázek | |
2015-05-15 | GH-952 flesh out {version,custom}.json upgrade step | Petr Mrázek | |
2015-05-11 | NOISSUE only watch mod folders when the user is looking at them | Petr Mrázek | |
2015-05-06 | NOISSUE more logging | Petr Mrázek | |
2015-05-06 | GH-942 fix vanilla version list | Petr Mrázek | |
Latest release gets the star Latest snapshot, if it's newer than latest release gets the bug | |||
2015-05-05 | GH-907 fix location/java override for java detection | Petr Mrázek | |
2015-05-04 | NOISSUE windows hates me | Petr Mrázek | |
2015-05-04 | GH-907 improve Java testing and PermGen deprecation handling | Petr Mrázek | |
2015-05-02 | NOISSUE handle recommended versions better | Petr Mrázek | |
Moved constants to the version data file Use recommended Minecraft instead of latest stable for new instances by default | |||
2015-05-01 | GH-328 overhaul all relevant version lists | Petr Mrázek | |
2015-04-26 | NOISSUE eliminate ProgressProvider | Petr Mrázek | |
2015-04-26 | GH-849 Further NetJob related fixes | Petr Mrázek | |
2015-04-13 | GH-887 fix patch file removal | Petr Mrázek | |
2015-04-13 | NOISSUE refactor and rearrange zip file utils | Petr Mrázek | |
2015-04-13 | GH-329 update description text in MainWindow when instance Minecraft version ↵ | Petr Mrázek | |
changes | |||
2015-04-13 | NOISSUE fix legacy edit instance | Petr Mrázek | |