Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1365 rework java version parsing and sorting | Petr Mrázek | 2016-01-02 | -5/+3 |
| | ||||
* | GH-1178 sanitize mod paths while installing folder mods | Petr Mrázek | 2015-12-26 | -8/+13 |
| | ||||
* | GH-1178 add failing test | Petr Mrázek | 2015-12-26 | -1/+0 |
| | ||||
* | NOISSUE add a basic test for FS::copy | Petr Mrázek | 2015-12-26 | -1/+1 |
| | ||||
* | GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC ↵ | Petr Mrázek | 2015-12-18 | -1/+19 |
| | | | | bin folder | |||
* | GH-1338: mark asset index as stale during instance update | Petr Mrázek | 2015-11-19 | -0/+1 |
| | | | | This forces an update for assets changing on mojang servers | |||
* | GH-93 add an option to not copy saves on instance copy | Petr Mrázek | 2015-10-10 | -4/+4 |
| | ||||
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -101/+97 |
| | ||||
* | GH-729 use mod mmc_id as name when name is empty | Petr Mrázek | 2015-09-30 | -0/+4 |
| | ||||
* | GH-1072 use crafatar for grabbing the user skin | Petr Mrázek | 2015-09-28 | -1/+1 |
| | ||||
* | NOISSUE fix all clang warnings | Petr Mrázek | 2015-09-26 | -34/+34 |
| | ||||
* | GH-1217 add simple instance play time tracking | Petr Mrázek | 2015-09-22 | -29/+58 |
| | | | | Not reliable in the face of crashes... but what is? | |||
* | GH-1227 add world copy and rename | Petr Mrázek | 2015-09-14 | -45/+160 |
| | ||||
* | GH-1227 renam GZip functions to not collide with zlib macros | Petr Mrázek | 2015-09-14 | -1/+1 |
| | ||||
* | GH-1227 allow structured world zip import and drag and drop out of MultiMC | Petr Mrázek | 2015-09-13 | -36/+76 |
| | ||||
* | GH-1227 fix zlib nonsense on Windows | Petr Mrázek | 2015-09-10 | -1/+1 |
| | ||||
* | GH-1227: World import using drag and drop - zip files and folders | Petr Mrázek | 2015-09-09 | -83/+247 |
| | ||||
* | GH-1233 do not load worlds when not needed | Petr Mrázek | 2015-09-08 | -2/+0 |
| | ||||
* | NOISSUE catch more errors from nbt lib | Petr Mrázek | 2015-09-08 | -0/+14 |
| | ||||
* | GH-1047 parse world files and integrate MCEdit with world page | Petr Mrázek | 2015-09-06 | -78/+250 |
| | ||||
* | Copyright fixes for new code | Alex | 2015-09-06 | -6/+4 |
| | ||||
* | Comment changes and general cleanup | Alex | 2015-09-06 | -4/+4 |
| | ||||
* | GH-1047 World management for instances. Removal only currently. | Alex | 2015-09-06 | -0/+483 |
| | ||||
* | NOISSUE make shared logic library ... shared | Petr Mrázek | 2015-09-05 | -12/+33 |
| | ||||
* | GH-1223 fix override settings | Petr Mrázek | 2015-09-04 | -11/+15 |
| | | | | They now work more like passthrough settings, except not passing through set and reset | |||
* | GH-1133 fix bad java path detection some more | Petr Mrázek | 2015-08-24 | -0/+10 |
| | ||||
* | NOISSUE revamp the minecraft log exception detection | Petr Mrázek | 2015-08-19 | -1/+8 |
| | ||||
* | NOISSUE fix log-related legacy instance crash and show hidden log files | Petr Mrázek | 2015-08-19 | -0/+9 |
| | ||||
* | GH-926 implement log cleaning functionality | Petr Mrázek | 2015-08-18 | -0/+12 |
| | | | | Also adds gzip compressed log support | |||
* | GH-1164 make sure the censor filter never contains empty keys | Petr Mrázek | 2015-08-16 | -30/+38 |
| | ||||
* | GH-1053 add back update progress dialog | Petr Mrázek | 2015-07-26 | -5/+6 |
| | ||||
* | GH-1053 move guessLevel to instances | Petr Mrázek | 2015-07-22 | -0/+43 |
| | ||||
* | GH-1053 add launch step creation to legacy instances | Petr Mrázek | 2015-07-21 | -7/+66 |
| | ||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -6/+209 |
| | ||||
* | GH-1053 move launch related things and rename them | Petr Mrázek | 2015-07-10 | -8/+8 |
| | ||||
* | GH-1034 do jar modding separate from update | Petr Mrázek | 2015-07-10 | -122/+154 |
| | ||||
* | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | 2015-07-04 | -4/+4 |
| | ||||
* | SCRATCH squash MinecraftLauncher into BaseLauncher | Petr Mrázek | 2015-06-30 | -378/+4 |
| | | | | | needs to be split differently needs to be squashed together with the logic from MainWindow | |||
* | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | 2015-06-30 | -89/+96 |
| | ||||
* | GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting | Petr Mrázek | 2015-06-08 | -2/+0 |
| | ||||
* | NOISSUE sanitize Json | Petr Mrázek | 2015-06-06 | -37/+37 |
| | | | | | | Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw | |||
* | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | 2015-06-06 | -42/+42 |
| | ||||
* | GH-1016 print list of mods, coremods and jarmods | Petr Mrázek | 2015-05-31 | -6/+32 |
| | | | | Includes a change to jar mods, where they gain an 'originalName' attribute used only for display | |||
* | GH-1016 print mods, jar mods and core mods on start | Petr Mrázek | 2015-05-31 | -0/+15 |
| | | | | Needs some work - jar mods just have the uuid name | |||
* | GH-1015 catch exceptions when doing profile reapply | Petr Mrázek | 2015-05-31 | -16/+28 |
| | | | | This is a temporary solution. | |||
* | GH-1021 make builtin versions not customizable | Petr Mrázek | 2015-05-31 | -8/+34 |
| | | | | They use attributes not defined in the OneSix format. | |||
* | GH-1020 use plain strings for library URLs | Petr Mrázek | 2015-05-31 | -7/+14 |
| | | | | Because the URLs can contain {}, which are percent encoded in URLs and this breaks variable substitution | |||
* | GH-1015 fix crash when version is incomplete and adding jar mods | Petr Mrázek | 2015-05-29 | -1/+8 |
| | ||||
* | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | 2015-05-28 | -11/+12 |
| | ||||
* | GH-967 make libraries handle their own path prefix | Petr Mrázek | 2015-05-27 | -25/+76 |
| | | | | | Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable |