summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek2016-05-01-305/+267
| | | | more dead tests.
* NOISSUE remove dead unit tests and reorganize CMake code related to unit testsPetr Mrázek2016-05-01-137/+169
|
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-12/+12
| | | | Minecraft and Java are not generic.
* NOISSUE re/move some dead code and unused build system partsPetr Mrázek2016-05-01-155/+5
|
* NOISSUE make travis.ci shut up about fancy QJsonObject initialization in ↵Petr Mrázek2016-05-01-19/+21
| | | | Wonko parser
* NOISSUE reorganize and document librariesPetr Mrázek2016-05-01-275/+159
|
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-132/+126
|
* NOISSUE tiny skeleton for a CLI wonko clientPetr Mrázek2016-04-30-0/+161
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-32/+2632
|
* NOISSUE nuke builtin Minecraft versionsPetr Mrázek2016-04-30-886/+24
| | | | Use upstream Mojang versions.
* GH-1556 disable export for tracked FTB instancesPetr Mrázek2016-04-28-1/+24
|
* GH-1556 do not crash when instance has no update task while creating an instancePetr Mrázek2016-04-27-1/+11
|
* NOISSUE: Add double spaces between each section in issue template.TheDoctorsLife2016-04-17-0/+4
| | | | Makes it look pretty once filed out.
* GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek2016-04-11-22/+131
| | | | using context menu
* NOISSUE add line wrapping checkbox to log pagePetr Mrázek2016-04-10-0/+24
|
* NOISSUE: Move the issue template file out of project root to help make it ↵TheDoctorsLife2016-04-05-0/+0
| | | | just a little more clean.
* NOISSUE fix some forge version processing issuesPetr Mrázek2016-04-03-2/+9
|
* NOISSUE write +libraries instead of libraries to stay compatiblePetr Mrázek2016-04-03-1/+1
|
* NOISSUE Make formatting pretty Idiot proofBenjamin Hoffmeyer2016-04-01-15/+15
|
* NOISSUE Make formatting little easier to understandBenjamin Hoffmeyer2016-04-01-15/+15
|
* NOISSUE Remove formatting for help sectionBenjamin Hoffmeyer2016-04-01-11/+11
|
* NOISSUE Make the notes to the user not show up if not deleted.Benjamin Hoffmeyer2016-04-01-0/+4
| | | Also add a line about formatting.
* NOISSUE Quick fix for icons being requiredAlexia2016-03-28-1/+11
|
* NOISSUE fix bug in unpacking of forge pack200 jar filesPetr Mrázek2016-03-28-10/+23
| | | | This caused failed downloads and broken files to be used.
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-602/+795
|
* NOISSUE use new mojang assets locationsPetr Mrázek2016-03-26-60/+104
|
* NOISSUE use unique_ptr for cached download's QSaveFilePetr Mrázek2016-03-26-1/+1
|
* NOISSUE remove unused 'INetworkValidator'Petr Mrázek2016-03-26-39/+2
|
* NOISSUE do not write 'time' and 'releaseTime' when they are nullPetr Mrázek2016-03-26-2/+8
|
* NOISSUE share logic for new attributes between mojang and onesix formatPetr Mrázek2016-03-26-178/+128
|
* NOISSUE stop update task when it can't read version filesPetr Mrázek2016-03-26-0/+1
|
* NOISSUE Use patch problems and problem levels instead of exceptions for ↵Petr Mrázek2016-03-26-146/+171
| | | | minecraft profiles.
* NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek2016-03-26-85/+87
|
* NOISSUE clean up forge installerPetr Mrázek2016-03-26-152/+111
|
* NOISSUE resolve library activeness during application to profilePetr Mrázek2016-03-26-87/+51
|
* NOISSUE revert attempt to use normal binary output locationsPetr Mrázek2016-03-26-6/+6
|
* NOISSUE continue version file format refactorsPetr Mrázek2016-03-26-488/+421
|
* NOISSUE Fix building when embedded in another projectAlexia2016-03-26-6/+6
|
* NOISSUE Remove tr(...) where unnecessary.Loetkolben2016-03-23-11/+11
|
* GH-1521 When json editor is custom, actually pass the filename to itPetr Mrázek2016-03-17-1/+1
|
* NOISSUE: Change text to also refer to later java versionsSpencer Burris2016-03-16-1/+1
|
* NOISSUE: Add note about Java 8 settings permgen automaticallySpencer Burris2016-03-15-14/+21
|
* 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-155/+493
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE no issue. with unit tests.Petr Mrázek2016-03-03-21/+32
|
* NOISSUE Fix bad unit test data path and usage of std::absPetr Mrázek2016-03-03-3/+2
|
* NOISSUE disable complex variant of mojang version format testPetr Mrázek2016-03-03-0/+3
|
* NOISSUE add basic unit tests for MojangVersionFormat reading/writingPetr Mrázek2016-03-03-21/+814
| | | | will have to make them pass now
* NOISSUE eliminate timestamp stringsPetr Mrázek2016-03-02-81/+97
|
* SCRATCH some version file member variables commentedPetr Mrázek2016-03-01-18/+58
|