aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2016-04-03NOISSUE fix some forge version processing issuesPetr Mrázek
2016-04-03NOISSUE write +libraries instead of libraries to stay compatiblePetr Mrázek
2016-03-28NOISSUE Quick fix for icons being requiredAlexia
2016-03-28NOISSUE fix bug in unpacking of forge pack200 jar filesPetr Mrázek
This caused failed downloads and broken files to be used.
2016-03-27NOISSUE finalize support for new mojang version formatPetr Mrázek
2016-03-26NOISSUE use new mojang assets locationsPetr Mrázek
2016-03-26NOISSUE use unique_ptr for cached download's QSaveFilePetr Mrázek
2016-03-26NOISSUE remove unused 'INetworkValidator'Petr Mrázek
2016-03-26NOISSUE do not write 'time' and 'releaseTime' when they are nullPetr Mrázek
2016-03-26NOISSUE share logic for new attributes between mojang and onesix formatPetr Mrázek
2016-03-26NOISSUE stop update task when it can't read version filesPetr Mrázek
2016-03-26NOISSUE Use patch problems and problem levels instead of exceptions for ↵Petr Mrázek
minecraft profiles.
2016-03-26NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek
2016-03-26NOISSUE clean up forge installerPetr Mrázek
2016-03-26NOISSUE resolve library activeness during application to profilePetr Mrázek
2016-03-26NOISSUE continue version file format refactorsPetr Mrázek
2016-03-07NOISSUE hide mojang structs inside the mojang format entirelyPetr Mrázek
2016-03-07NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek
Not yet used effectively, but it is read and written properly
2016-03-03NOISSUE Fix bad unit test data path and usage of std::absPetr Mrázek
2016-03-03NOISSUE add basic unit tests for MojangVersionFormat reading/writingPetr Mrázek
will have to make them pass now
2016-03-02NOISSUE eliminate timestamp stringsPetr Mrázek
2016-03-01SCRATCH some version file member variables commentedPetr Mrázek
2016-02-28GH-1502 move launch script generation to the Minecraft launch stepPetr Mrázek
2016-02-28NOISSUE even more version file refactorsPetr Mrázek
There is no end to them in sight
2016-02-27NOISSUE move version file reading and writing to dedicated namespacesPetr Mrázek
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-02-26NOISSUE remove OneSixLibraryPetr Mrázek
2016-02-25NOISSUE remove old unused version file featuresPetr Mrázek
2016-02-25NOISSUE fix a benign leak in FTB implementationPetr Mrázek
2016-02-21GH-1453 handle certain version loading corner cases better, clean up FTBPetr Mrázek
2016-02-21GH-1453 report version file problems in the version pagePetr Mrázek
2016-02-17GH-1453 separate out Mojang version reading, use version file URLsPetr Mrázek
2016-02-13GH-1453 React to the minimum version change - 18Petr Mrázek
2016-02-13NOISSUE remove dead code from MC version listPetr Mrázek
2016-02-13GH-1483 Use the new version index URLPetr Mrázek
2016-01-20GH-1411 fail if pre-launch and post-exit commands return non-zero valuesPetr Mrázek
2016-01-07GH-1379 fix build on win32Petr Mrázek
2016-01-07GH-1379 fix build with Qt 5.2.1 on ubuntu64Petr Mrázek
2016-01-06NOISSUE Add more qt versions to travisJan Dalheimer
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.
2016-01-05GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek
Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
2016-01-02GH-1365 fix java detection build on windowsPetr Mrázek
2016-01-02GH-1365 fix java detection OS ifdefsPetr Mrázek
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-12-28NOISSUE export more stuff from JsonPetr Mrázek
2015-12-28GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek
2015-12-27GH-1308 remove use of static data (translations) and root ↵Petr Mrázek
(notifications.json) paths.
2015-12-26GH-1178 sanitize mod paths while installing folder modsPetr Mrázek
2015-12-26GH-1178 add failing testPetr Mrázek
2015-12-26NOISSUE add a basic test for FS::copyPetr Mrázek
2015-12-18GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC ↵Petr Mrázek
bin folder