Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -592/+1258 | |
| | |||||
* | GH-1053 move launch related things and rename them | Petr Mrázek | 2015-07-10 | -89/+91 | |
| | |||||
* | GH-1034 do jar modding separate from update | Petr Mrázek | 2015-07-10 | -141/+214 | |
| | |||||
* | GH-1053 cleanup | Petr Mrázek | 2015-07-05 | -20/+3 | |
| | |||||
* | GH-1053 split settings dialog creation to its own namespace | Petr Mrázek | 2015-07-05 | -48/+76 | |
| | |||||
* | GH-1053 move launch process UI to a separate class | Petr Mrázek | 2015-07-05 | -333/+392 | |
| | |||||
* | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | 2015-07-04 | -262/+303 | |
| | |||||
* | 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 | -601/+741 | |
| | |||||
* | GH-1100 Fix issues with LD_* variables when restarting on updates | Jan Dalheimer | 2015-06-29 | -2/+2 | |
| | |||||
* | GH-1096 make ubuntu package work on both 32bit and 64bit machines | Petr Mrázek | 2015-06-28 | -28/+46 | |
| | |||||
* | GH-1096 simple debian/ubuntu wrapper package | Petr Mrázek | 2015-06-28 | -0/+2049 | |
| | | | | Built with `fakeroot dpkg-deb --build multimc_1.0-1` | ||||
* | GH-1068 update changelog | Petr Mrázek | 2015-06-13 | -1/+24 | |
| | |||||
* | GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATH | Petr Mrázek | 2015-06-12 | -3/+19 | |
| | |||||
* | GH-1009 use .sh instead of .pyc - .pyc doesn't work at all | Petr Mrázek | 2015-06-11 | -3/+3 | |
| | |||||
* | GH-1008 implement log window max line count | Petr Mrázek | 2015-06-11 | -1/+91 | |
| | | | | Defaults to 100k lines | ||||
* | GH-1009 add mcedit.pyc as a valid mcedit 'executable' | Petr Mrázek | 2015-06-10 | -3/+13 | |
| | |||||
* | GH-1060 ugly XP hack is ugly | Petr Mrázek | 2015-06-10 | -0/+55 | |
| | |||||
* | GH-1060 create and delete update dir | Petr Mrázek | 2015-06-10 | -0/+6 | |
| | |||||
* | GH-1060 update tweaks | Petr Mrázek | 2015-06-09 | -40/+58 | |
| | | | | | | | | * 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 add a lot of error checking and reporting to the inner updater | Petr Mrázek | 2015-06-09 | -7/+62 | |
| | |||||
* | GH-1060 tweaks to new update mechanism - logging | Petr Mrázek | 2015-06-09 | -6/+21 | |
| | |||||
* | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | 2015-06-09 | -116/+170 | |
| | |||||
* | GH-1060 remove some old updater bits and pieces | Petr Mrázek | 2015-06-09 | -169/+28 | |
| | |||||
* | GH-1049 fix bad ifdefs that prevent linux-specific env blacklisting | Petr Mrázek | 2015-06-08 | -4/+4 | |
| | |||||
* | GH-1060 remove updater code | Petr Mrázek | 2015-06-07 | -44226/+0 | |
| | |||||
* | GH-1051 ignore CDPATH | Petr Mrázek | 2015-06-06 | -1/+2 | |
| | |||||
* | GH-1033 Set up travis for C++14 setup | Jan Dalheimer | 2015-06-06 | -11/+76 | |
| | | | | No clang, no OSX, nothing | ||||
* | NOISSUE Comment and bugfix the Resource system | Jan Dalheimer | 2015-06-06 | -86/+180 | |
| | |||||
* | 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 | -55/+32 | |
| | |||||
* | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | 2015-06-06 | -333/+2661 | |
| | |||||
* | GH-1052 try using c++1y on OSX | Petr Mrázek | 2015-06-06 | -1/+1 | |
| | |||||
* | GH-1052 switch over to C++14 everywhere | Petr Mrázek | 2015-06-06 | -2/+15 | |
| | |||||
* | NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4 | Jan Dalheimer | 2015-06-06 | -9/+12 | |
| | |||||
* | NOISSUE begin working on 0.4.8 and update changelog | Petr Mrázek | 2015-06-02 | -9/+19 | |
| | |||||
* | NOISSUE redo the launcher part | Alex | 2015-06-02 | -335/+113 | |
| | |||||
* | GH-980 finalize changelog0.4.7 | Petr Mrázek | 2015-06-01 | -0/+2 | |
| | |||||
* | GH-1031 include icon in exported instance if it is custom | Petr Mrázek | 2015-06-01 | -7/+92 | |
| | |||||
* | GH-980 more changelog tweakery | Petr Mrázek | 2015-06-01 | -1/+3 | |
| | |||||
* | GH-980 Update changelog for 0.4.7 | Petr Mrázek | 2015-06-01 | -3/+28 | |
| | |||||
* | 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 | -21/+54 | |
| | | | | 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 | |
| |