| Commit message (Expand) | Author | Age | Lines |
* | NOISSUE add basic unit tests for MojangVersionFormat reading/writing | Petr Mrázek | 2016-03-03 | -4/+12 |
* | NOISSUE eliminate timestamp strings | Petr Mrázek | 2016-03-02 | -81/+51 |
* | SCRATCH some version file member variables commented | Petr Mrázek | 2016-03-01 | -18/+58 |
* | GH-1502 move launch script generation to the Minecraft launch step | Petr Mrázek | 2016-02-28 | -26/+46 |
* | NOISSUE even more version file refactors | Petr Mrázek | 2016-02-28 | -216/+290 |
* | NOISSUE move version file reading and writing to dedicated namespaces | Petr Mrázek | 2016-02-27 | -308/+328 |
* | NOISSUE move files into paths that make more sense | Petr Mrázek | 2016-02-27 | -112/+118 |
* | NOISSUE remove OneSixLibrary | Petr Mrázek | 2016-02-26 | -134/+55 |
* | NOISSUE remove old unused version file features | Petr Mrázek | 2016-02-25 | -288/+36 |
* | NOISSUE fix a benign leak in FTB implementation | Petr Mrázek | 2016-02-25 | -2/+2 |
* | GH-1453 handle certain version loading corner cases better, clean up FTB | Petr Mrázek | 2016-02-21 | -88/+38 |
* | GH-1453 report version file problems in the version page | Petr Mrázek | 2016-02-21 | -21/+184 |
* | GH-1453 separate out Mojang version reading, use version file URLs | Petr Mrázek | 2016-02-17 | -61/+119 |
* | GH-1453 React to the minimum version change - 18 | Petr Mrázek | 2016-02-13 | -1/+1 |
* | NOISSUE remove dead code from MC version list | Petr Mrázek | 2016-02-13 | -9/+0 |
* | GH-1483 Use the new version index URL | Petr Mrázek | 2016-02-13 | -2/+1 |
* | GH-1411 fail if pre-launch and post-exit commands return non-zero values | Petr Mrázek | 2016-01-20 | -7/+34 |
* | GH-1379 fix build on win32 | Petr Mrázek | 2016-01-07 | -0/+4 |
* | GH-1379 fix build with Qt 5.2.1 on ubuntu64 | Petr Mrázek | 2016-01-07 | -1/+11 |
* | NOISSUE Add more qt versions to travis | Jan Dalheimer | 2016-01-06 | -1/+1 |
* | GH-1389 wrap QDesktopServices and QProcess::startDetached | Petr Mrázek | 2016-01-05 | -26/+194 |
* | GH-1365 fix java detection build on windows | Petr Mrázek | 2016-01-02 | -0/+1 |
* | GH-1365 fix java detection OS ifdefs | Petr Mrázek | 2016-01-02 | -3/+3 |
* | GH-1365 rework java version parsing and sorting | Petr Mrázek | 2016-01-02 | -120/+271 |
* | NOISSUE export more stuff from Json | Petr Mrázek | 2015-12-28 | -13/+13 |
* | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | 2015-12-28 | -4/+4 |
* | GH-1308 remove use of static data (translations) and root (notifications.json... | Petr Mrázek | 2015-12-27 | -4/+4 |
* | GH-1178 sanitize mod paths while installing folder mods | Petr Mrázek | 2015-12-26 | -8/+13 |
* | GH-1178 add failing test | Petr Mrázek | 2015-12-26 | -1/+0 |
* | NOISSUE add a basic test for FS::copy | Petr Mrázek | 2015-12-26 | -1/+1 |
* | GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC bin... | Petr Mrázek | 2015-12-18 | -1/+19 |
* | GH-1338: mark asset index as stale during instance update | Petr Mrázek | 2015-11-19 | -0/+1 |
* | NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr... | Petr Mrázek | 2015-10-20 | -10/+27 |
* | 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 make the compiler more evil | Petr Mrázek | 2015-10-11 | -2/+5 |
* | GH-93 add an option to not copy saves on instance copy | Petr Mrázek | 2015-10-10 | -59/+137 |
* | 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 missed a few places... | Petr Mrázek | 2015-10-05 | -3/+3 |
* | NOISSUE dissolve util library | Petr Mrázek | 2015-10-05 | -171/+1603 |
* | GH-719 implement paste.ee API keys | Petr Mrázek | 2015-10-02 | -14/+32 |
* | GH-729 use mod mmc_id as name when name is empty | Petr Mrázek | 2015-09-30 | -0/+4 |
* | GH-1262 fix relative paths for java binaries | Petr Mrázek | 2015-09-30 | -2/+4 |
* | GH-253 implement launching instances from command line | Petr Mrázek | 2015-09-30 | -13/+6 |
* | GH-1072 use crafatar for grabbing the user skin | Petr Mrázek | 2015-09-28 | -3/+4 |
* | NOISSUE clean up some old cmake messes | Petr Mrázek | 2015-09-28 | -26/+8 |
* | GH-1072 split resource system to UI and logic parts | Petr Mrázek | 2015-09-26 | -201/+27 |
* | NOISSUE fix all clang warnings | Petr Mrázek | 2015-09-26 | -80/+80 |
* | GH-1238 re-integrate nbt library | Petr Mrázek | 2015-09-23 | -0/+4 |