Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | GH-1227 fix zlib nonsense on Windows | Petr Mrázek | 2015-09-10 | -7/+3 |
| | ||||
* | 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 | -79/+251 |
| | ||||
* | 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/+487 |
| | ||||
* | SCRATCH do not export the pure template | Petr Mrázek | 2015-09-05 | -1/+1 |
| | ||||
* | SCRATCH NetAction fix | Petr Mrázek | 2015-09-05 | -1/+3 |
| | ||||
* | NOISSUE make shared logic library ... shared | Petr Mrázek | 2015-09-05 | -112/+251 |
| | ||||
* | GH-1223 fix override settings | Petr Mrázek | 2015-09-04 | -28/+65 |
| | | | | They now work more like passthrough settings, except not passing through set and reset | |||
* | GH-1124 tell user which java path is wrong. | Petr Mrázek | 2015-08-24 | -8/+23 |
| | ||||
* | GH-1133 fix bad java path detection some more | Petr Mrázek | 2015-08-24 | -4/+19 |
| | ||||
* | GH-1158 generate client uuid for yggdrasil auth | Petr Mrázek | 2015-08-22 | -2/+9 |
| | ||||
* | 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 | -2/+20 |
| | ||||
* | GH-926 implement log cleaning functionality | Petr Mrázek | 2015-08-18 | -12/+246 |
| | | | | 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 |
| | ||||
* | NOISSUE fix build on windows - pid -> processId | Petr Mrázek | 2015-08-14 | -1/+1 |
| | ||||
* | GH-1053 add back update progress dialog | Petr Mrázek | 2015-07-26 | -62/+102 |
| | ||||
* | GH-1053 move guessLevel to instances | Petr Mrázek | 2015-07-22 | -58/+53 |
| | ||||
* | GH-1053 add launch step creation to legacy instances | Petr Mrázek | 2015-07-21 | -8/+67 |
| | ||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -588/+1253 |
| | ||||
* | GH-1053 move launch related things and rename them | Petr Mrázek | 2015-07-10 | -74/+76 |
| | ||||
* | GH-1034 do jar modding separate from update | Petr Mrázek | 2015-07-10 | -134/+206 |
| | ||||
* | GH-1053 cleanup | Petr Mrázek | 2015-07-05 | -10/+0 |
| | ||||
* | GH-1053 move launch process UI to a separate class | Petr Mrázek | 2015-07-05 | -89/+80 |
| | ||||
* | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | 2015-07-04 | -206/+270 |
| | ||||
* | SCRATCH squash MinecraftLauncher into BaseLauncher | Petr Mrázek | 2015-06-30 | -386/+305 |
| | | | | | needs to be split differently needs to be squashed together with the logic from MainWindow | |||
* | SCRATCH fix BaseLauncher | Petr Mrázek | 2015-06-30 | -4/+19 |
| | ||||
* | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | 2015-06-30 | -579/+724 |
| | ||||
* | GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATH | Petr Mrázek | 2015-06-12 | -1/+14 |
| | ||||
* | GH-1009 use .sh instead of .pyc - .pyc doesn't work at all | Petr Mrázek | 2015-06-11 | -3/+3 |
| | ||||
* | GH-1009 add mcedit.pyc as a valid mcedit 'executable' | Petr Mrázek | 2015-06-10 | -3/+13 |
| | ||||
* | GH-1060 update tweaks | Petr Mrázek | 2015-06-09 | -5/+10 |
| | | | | | | | | * download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace' | |||
* | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | 2015-06-09 | -91/+14 |
| | ||||
* | GH-1060 remove some old updater bits and pieces | Petr Mrázek | 2015-06-09 | -47/+17 |
| | ||||
* | GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting | Petr Mrázek | 2015-06-08 | -4/+4 |
| | ||||
* | GH-1051 ignore CDPATH | Petr Mrázek | 2015-06-06 | -1/+2 |
| | ||||
* | NOISSUE Comment and bugfix the Resource system | Jan Dalheimer | 2015-06-06 | -81/+158 |
| | ||||
* | NOISSUE sanitize Json | Petr Mrázek | 2015-06-06 | -118/+130 |
| | | | | | | Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw | |||
* | NOISSUE remove StandardTask | Petr Mrázek | 2015-06-06 | -165/+0 |
| | ||||
* | NOISSUE document exceptions a bit more | Petr Mrázek | 2015-06-06 | -0/+17 |
| | ||||
* | NOISSUE use FS a bit more | Petr Mrázek | 2015-06-06 | -49/+24 |
| | ||||
* | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | 2015-06-06 | -319/+2398 |
| | ||||
* | GH-1031 include icon in exported instance if it is custom | Petr Mrázek | 2015-06-01 | -0/+21 |
| | ||||
* | 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. |