Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | GH-1197 finish color stuff | Petr Mrázek | 2015-08-20 | -88/+175 | |
| | |||||
* | GH-1197 add console log color adaptation | Petr Mrázek | 2015-08-19 | -9/+59 | |
| | | | | rainbow library was part of KDE - KGuiAddons | ||||
* | NOISSUE fix log-related legacy instance crash and show hidden log files | Petr Mrázek | 2015-08-19 | -2/+1 | |
| | |||||
* | GH-926 implement log cleaning functionality | Petr Mrázek | 2015-08-18 | -39/+161 | |
| | | | | Also adds gzip compressed log support | ||||
* | NOISSUE improve account UI | Petr Mrázek | 2015-08-14 | -18/+52 | |
| | |||||
* | GH-1053 add back update progress dialog | Petr Mrázek | 2015-07-26 | -1/+49 | |
| | |||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -4/+5 | |
| | |||||
* | GH-1053 move launch related things and rename them | Petr Mrázek | 2015-07-10 | -15/+15 | |
| | |||||
* | GH-1034 do jar modding separate from update | Petr Mrázek | 2015-07-10 | -7/+8 | |
| | |||||
* | GH-1053 cleanup | Petr Mrázek | 2015-07-05 | -10/+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 | -244/+312 | |
| | |||||
* | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | 2015-07-04 | -56/+33 | |
| | |||||
* | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | 2015-06-30 | -21/+16 | |
| | |||||
* | 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-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATH | Petr Mrázek | 2015-06-12 | -2/+5 | |
| | |||||
* | GH-1008 implement log window max line count | Petr Mrázek | 2015-06-11 | -1/+91 | |
| | | | | Defaults to 100k lines | ||||
* | 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 | -34/+47 | |
| | | | | | | | | * 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 | -11/+156 | |
| | |||||
* | GH-1060 remove some old updater bits and pieces | Petr Mrázek | 2015-06-09 | -115/+10 | |
| | |||||
* | NOISSUE use FS a bit more | Petr Mrázek | 2015-06-06 | -6/+8 | |
| | |||||
* | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | 2015-06-06 | -12/+161 | |
| | |||||
* | 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 | -1/+1 | |
| | |||||
* | GH-1031 include icon in exported instance if it is custom | Petr Mrázek | 2015-06-01 | -7/+71 | |
| | |||||
* | GH-994 hopefully fix issue with people still using jar mods | Petr Mrázek | 2015-05-29 | -8/+91 | |
| | | | | | | Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods | ||||
* | GH-1011 fetch missing versions when customizing/reverting Minecraft patches | Petr Mrázek | 2015-05-28 | -2/+29 | |
| | |||||
* | GH-1003 Fix settings dialog delays | Petr Mrázek | 2015-05-26 | -12/+5 | |
| | |||||
* | GH-1003 add some save locking for dialog pages that deal with settings | Petr Mrázek | 2015-05-25 | -0/+18 | |
| | |||||
* | GH-991 implement wrapper commands | Petr Mrázek | 2015-05-24 | -5/+24 | |
| | |||||
* | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | 2015-05-23 | -7/+7 | |
| | | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | ||||
* | GH-977 Improve FTB loading and instance creation | Petr Mrázek | 2015-05-22 | -2/+2 | |
| | |||||
* | GH-977 this isn't funny anymore... | Petr Mrázek | 2015-05-22 | -2/+2 | |
| | |||||
* | GH-970 fix help page links some more | Petr Mrázek | 2015-05-21 | -1/+1 | |
| | |||||
* | GH-980 update version number and changelog for 0.4.7 | Petr Mrázek | 2015-05-21 | -1/+1 | |
| | |||||
* | GH-970 fix help page links | Petr Mrázek | 2015-05-21 | -2/+2 | |
| | |||||
* | GH-794 add libstdc++ to build on linux. hopefully? | Petr Mrázek | 2015-05-21 | -0/+3 | |
| | |||||
* | GH-932 Icon themes actually do not need a restart to be applied0.4.6 | Petr Mrázek | 2015-05-20 | -1/+1 | |
| | |||||
* | GH-960 possible fix for missing OSX ca certs | Petr Mrázek | 2015-05-19 | -0/+41 | |
| | |||||
* | GH-952 Hardcore version page tweakery | Petr Mrázek | 2015-05-17 | -65/+234 | |
| | | | | | | | 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 | ||||
* | GH-952 fix legacy edit instance | Petr Mrázek | 2015-05-16 | -1/+1 | |
| | |||||
* | NOISSUE replace derpy merkdown thing with hoedown | Petr Mrázek | 2015-05-16 | -144/+58 | |
| | |||||
* | NOISSUE add some functionality to the derpy markdown changelog thing | Petr Mrázek | 2015-05-16 | -0/+37 | |
| | |||||
* | GH-951 add .litemod to mod browse dialog | Petr Mrázek | 2015-05-12 | -9/+17 | |
| |