| Commit message (Expand) | Author | Age | Lines |
... | |
* | GH-1308 remove use of static data (translations) and root (notifications.json... | Petr Mrázek | 2015-12-27 | -29/+8 |
* | GH-1178 sanitize mod paths while installing folder mods | Petr Mrázek | 2015-12-26 | -10/+15 |
* | GH-1178 add failing test | Petr Mrázek | 2015-12-26 | -1/+53 |
* | NOISSUE add a basic test for FS::copy | Petr Mrázek | 2015-12-26 | -11/+65 |
* | GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC bin... | Petr Mrázek | 2015-12-18 | -1/+19 |
* | GH-1355 Fix MMC env propagating to MC after update | Soni L | 2015-12-17 | -2/+2 |
* | GH-1320 do not fail when launcher part can't change sys_paths | Petr Mrázek | 2015-12-03 | -2/+3 |
* | GH-1339 do not destroy console window while screenshot upload is active | Petr Mrázek | 2015-12-03 | -1/+8 |
* | GH-1338: mark asset index as stale during instance update | Petr Mrázek | 2015-11-19 | -0/+1 |
* | GH-1322 fix mod description ... button popping up multiple dialogs | Petr Mrázek | 2015-11-13 | -3/+21 |
* | NOISSUE travis: just force it to work. | Petr Mrázek | 2015-11-13 | -1/+1 |
* | Revert "NOISSUE travis: use a ppa for cmake 3.2.3" | Petr Mrázek | 2015-11-13 | -2/+4 |
* | NOISSUE travis: use a ppa for cmake 3.2.3 | Petr Mrázek | 2015-11-13 | -4/+2 |
* | NOISSUE fix bad patch.exe link and formatting in BUILD document | Petr Mrázek | 2015-11-13 | -5/+6 |
* | NOISSUE reword and reformat the README | Petr Mrázek | 2015-11-09 | -6/+22 |
* | NOISSUE update versions in build how-to | Petr Mrázek | 2015-11-09 | -5/+6 |
* | GH-1319 add patch.exe mention to the build how-to | Petr Mrázek | 2015-11-09 | -0/+2 |
* | GH-1300 call application quit when direct launch instance quits | Petr Mrázek | 2015-10-24 | -7/+25 |
* | GH-1301 fix linux runner script argument escaping | Petr Mrázek | 2015-10-23 | -3/+3 |
* | NOISSUE update travis to use Qt 5.5.1 | Petr Mrázek | 2015-10-20 | -15/+3 |
* | NOISSUE reformat MainWindow with new clang_format settings | Petr Mrázek | 2015-10-20 | -99/+77 |
* | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr... | Petr Mrázek | 2015-10-20 | -216/+170 |
* | NOISSUE raise formatting column limit to 160 | Petr Mrázek | 2015-10-20 | -1/+1 |
* | GH-1274 update the licenses, the dirty way | Petr Mrázek | 2015-10-20 | -218/+929 |
* | NOISSUE fix non-zero exit code from minecraft not being a 'crash' | Petr Mrázek | 2015-10-18 | -2/+11 |
* | GH-1275 create server-resource-packs folder on launch | Petr Mrázek | 2015-10-12 | -0/+6 |
* | NOISSUE maybe less evil... | Petr Mrázek | 2015-10-11 | -4/+3 |
* | NOISSUE make the compiler more evil | Petr Mrázek | 2015-10-11 | -13/+18 |
* | GH-93 add an option to not copy saves on instance copy | Petr Mrázek | 2015-10-10 | -60/+138 |
* | GH-1268 ... and catch the inevitable errors | Petr Mrázek | 2015-10-05 | -1/+8 |
* | GH-1268 simplify and fix instance group file IO | Petr Mrázek | 2015-10-05 | -23/+9 |
* | NOISSUE there is too much ifdef involved... | Petr Mrázek | 2015-10-05 | -1/+1 |
* | NOISSUE missed a few places... | Petr Mrázek | 2015-10-05 | -3/+3 |
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -869/+770 |
* | GH-1266 fix ubuntu run script | Petr Mrázek | 2015-10-02 | -2/+3 |
* | GH-719 implement paste.ee API keys | Petr Mrázek | 2015-10-02 | -16/+345 |
* | GH-729 use mod mmc_id as name when name is empty | Petr Mrázek | 2015-09-30 | -7/+16 |
* | GH-1262 fix relative paths for java binaries | Petr Mrázek | 2015-09-30 | -20/+65 |
* | GH-1263 update build instructions | Petr Mrázek | 2015-09-30 | -54/+69 |
* | GH-253 implement launching instances from command line | Petr Mrázek | 2015-09-30 | -16/+40 |
* | GH-1202 rebuild SSL certs on start on OSX - part 4 | Petr Mrázek | 2015-09-29 | -0/+10 |
* | GH-1202 rebuild SSL certs on start on OSX - part 3 | Petr Mrázek | 2015-09-29 | -5/+4 |
* | GH-1202 rebuild SSL certs on start on OSX - part 2 | Petr Mrázek | 2015-09-29 | -12/+13 |
* | GH-1202 rebuild SSL certs on start on OSX | Petr Mrázek | 2015-09-29 | -0/+137 |
* | GH-1179 incorporate fixes for comments from linked changeset | Petr Mrázek | 2015-09-28 | -3/+3 |
* | GH-1238 add reddit button | Petr Mrázek | 2015-09-28 | -0/+207 |
* | GH-1072 use crafatar for grabbing the user skin | Petr Mrázek | 2015-09-28 | -9/+10 |
* | NOISSUE and even more: forgot to remove export from IconResourceHandler | Petr Mrázek | 2015-09-28 | -3/+1 |
* | NOISSUE more cmake tweakery | Petr Mrázek | 2015-09-28 | -8/+3 |
* | NOISSUE clean up some old cmake messes | Petr Mrázek | 2015-09-28 | -289/+115 |