summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* NOISSUE hide mojang structs inside the mojang format entirelyPetr Mrázek2016-03-07-241/+144
|
* NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek2016-03-07-150/+490
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE Fix bad unit test data path and usage of std::absPetr Mrázek2016-03-03-0/+1
|
* NOISSUE add basic unit tests for MojangVersionFormat reading/writingPetr Mrázek2016-03-03-4/+12
| | | | will have to make them pass now
* NOISSUE eliminate timestamp stringsPetr Mrázek2016-03-02-81/+51
|
* SCRATCH some version file member variables commentedPetr Mrázek2016-03-01-18/+58
|
* GH-1502 move launch script generation to the Minecraft launch stepPetr Mrázek2016-02-28-26/+46
|
* NOISSUE even more version file refactorsPetr Mrázek2016-02-28-216/+290
| | | | There is no end to them in sight
* NOISSUE move version file reading and writing to dedicated namespacesPetr Mrázek2016-02-27-308/+328
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-112/+118
|
* NOISSUE remove OneSixLibraryPetr Mrázek2016-02-26-134/+55
|
* NOISSUE remove old unused version file featuresPetr Mrázek2016-02-25-288/+36
|
* NOISSUE fix a benign leak in FTB implementationPetr Mrázek2016-02-25-2/+2
|
* GH-1453 handle certain version loading corner cases better, clean up FTBPetr Mrázek2016-02-21-88/+38
|
* GH-1453 report version file problems in the version pagePetr Mrázek2016-02-21-21/+184
|
* GH-1453 separate out Mojang version reading, use version file URLsPetr Mrázek2016-02-17-61/+119
|
* GH-1453 React to the minimum version change - 18Petr Mrázek2016-02-13-1/+1
|
* NOISSUE remove dead code from MC version listPetr Mrázek2016-02-13-9/+0
|
* GH-1483 Use the new version index URLPetr Mrázek2016-02-13-2/+1
|
* GH-1411 fail if pre-launch and post-exit commands return non-zero valuesPetr Mrázek2016-01-20-7/+34
|
* GH-1379 fix build on win32Petr Mrázek2016-01-07-0/+4
|
* GH-1379 fix build with Qt 5.2.1 on ubuntu64Petr Mrázek2016-01-07-1/+11
|
* NOISSUE Add more qt versions to travisJan Dalheimer2016-01-06-1/+1
| | | | | | 5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely.
* GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek2016-01-05-26/+194
| | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
* GH-1365 fix java detection build on windowsPetr Mrázek2016-01-02-0/+1
|
* GH-1365 fix java detection OS ifdefsPetr Mrázek2016-01-02-3/+3
|
* GH-1365 rework java version parsing and sortingPetr Mrázek2016-01-02-120/+271
|
* NOISSUE export more stuff from JsonPetr Mrázek2015-12-28-13/+13
|
* GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek2015-12-28-4/+4
|
* GH-1308 remove use of static data (translations) and root ↵Petr Mrázek2015-12-27-4/+4
| | | | (notifications.json) paths.
* GH-1178 sanitize mod paths while installing folder modsPetr Mrázek2015-12-26-8/+13
|
* GH-1178 add failing testPetr Mrázek2015-12-26-1/+0
|
* NOISSUE add a basic test for FS::copyPetr Mrázek2015-12-26-1/+1
|
* GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC ↵Petr Mrázek2015-12-18-1/+19
| | | | bin folder
* GH-1338: mark asset index as stale during instance updatePetr Mrázek2015-11-19-0/+1
| | | | This forces an update for assets changing on mojang servers
* NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek2015-10-20-10/+27
| | | | unique_qobject_ptr, refactor MainWindow to match
* NOISSUE fix non-zero exit code from minecraft not being a 'crash'Petr Mrázek2015-10-18-2/+11
|
* GH-1275 create server-resource-packs folder on launchPetr Mrázek2015-10-12-0/+6
| | | | This is a workaround for Minecraft bug MCL-3732
* NOISSUE make the compiler more evilPetr Mrázek2015-10-11-2/+5
|
* GH-93 add an option to not copy saves on instance copyPetr Mrázek2015-10-10-59/+137
|
* GH-1268 ... and catch the inevitable errorsPetr Mrázek2015-10-05-1/+8
|
* GH-1268 simplify and fix instance group file IOPetr Mrázek2015-10-05-23/+9
|
* NOISSUE missed a few places...Petr Mrázek2015-10-05-3/+3
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-171/+1603
|
* GH-719 implement paste.ee API keysPetr Mrázek2015-10-02-14/+32
|
* GH-729 use mod mmc_id as name when name is emptyPetr Mrázek2015-09-30-0/+4
|
* GH-1262 fix relative paths for java binariesPetr Mrázek2015-09-30-2/+4
|
* GH-253 implement launching instances from command linePetr Mrázek2015-09-30-13/+6
|
* GH-1072 use crafatar for grabbing the user skinPetr Mrázek2015-09-28-3/+4
|
* NOISSUE clean up some old cmake messesPetr Mrázek2015-09-28-26/+8
|