Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Just use an oxygen icon for the worlds folder... | Petr Mrázek | 2015-09-06 | -1/+3 |
| | ||||
* | Add confirmation dialog for world deletion | Alex | 2015-09-06 | -0/+12 |
| | ||||
* | Icon | Petr Mrázek | 2015-09-06 | -0/+5 |
| | ||||
* | Copyright fixes for new code | Alex | 2015-09-06 | -2/+2 |
| | ||||
* | Comment changes and general cleanup | Alex | 2015-09-06 | -16/+29 |
| | ||||
* | GH-1047 World management for instances. Removal only currently. | Alex | 2015-09-06 | -0/+263 |
| | ||||
* | Fixed overwriting of wrapper command | iambob314 | 2015-09-05 | -1/+1 |
| | | | Fixed "WrapperCommand" setting being overwritten by the value of "PreLaunchCommand". | |||
* | NOISSUE make shared logic library ... shared | Petr Mrázek | 2015-09-05 | -2/+4 |
| | ||||
* | GH-1223 fix override settings | Petr Mrázek | 2015-09-04 | -9/+23 |
| | | | | They now work more like passthrough settings, except not passing through set and reset | |||
* | GH-1206 fix deleting files during update | Petr Mrázek | 2015-08-23 | -1/+4 |
| | | | | Backups weren't created properly which led to failure to update | |||
* | NOISSUE remoce the old WM_CLASS workaround | Petr Mrázek | 2015-08-23 | -155/+0 |
| | ||||
* | GH-1140 mark cached modpack dls as stale so it checks the server | Petr Mrázek | 2015-08-22 | -0/+1 |
| | ||||
* | GH-1148 New instance name is either version or modpack 'base name' | Petr Mrázek | 2015-08-21 | -10/+43 |
| | | | | Default names now use the placeholder text in the new instance dialog. | |||
* | NOISSUE fix librainbow some more | Petr Mrázek | 2015-08-21 | -1/+1 |
| | ||||
* | 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 |
| |