Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-26 | fix: cleanup and suggested changes | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | fix: update parse tests | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: validate world saves | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | fix: force add of ignored testdata files | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-12-24 | feat: add initial support for parseing datapacks | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-11-12 | refactor: allow copy operation with whitelist | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-03 | Fix: Using uint8_t in std::uniform_int_distribution is undefined | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-10-28 | feat(tests): add test for FS::copy with files | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-15 | chore(tests): add test for FS copy with dot folders/files | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-08 | Merge pull request #1033 from Scrumplex/multi-arch-support | Sefa Eyeoglu | |
2022-10-08 | chore: add missing license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: support multiarch system classifiers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | refactor: introduce RuntimeContext | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: comments and naming of texture pack stuff | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-12 | chore(tests): add test for copy operation with blacklist | flow | |
I almost :skull: because no tests used this x.x Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2016-05-01 | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | |
more dead tests. | |||
2016-05-01 | NOISSUE remove dead unit tests and reorganize CMake code related to unit tests | Petr Mrázek | |
2016-05-01 | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2016-04-30 | NOISSUE Add a skeleton of the wonko system | Jan Dalheimer | |
2016-03-27 | NOISSUE finalize support for new mojang version format | Petr Mrázek | |
2016-03-26 | NOISSUE share logic for new attributes between mojang and onesix format | Petr Mrázek | |
2016-03-07 | NOISSUE make new Mojang version format pass through MultiMC structures | Petr Mrázek | |
Not yet used effectively, but it is read and written properly | |||
2016-03-03 | NOISSUE no issue. with unit tests. | Petr Mrázek | |
2016-03-03 | NOISSUE Fix bad unit test data path and usage of std::abs | Petr Mrázek | |
2016-03-03 | NOISSUE disable complex variant of mojang version format test | Petr Mrázek | |
2016-03-03 | NOISSUE add basic unit tests for MojangVersionFormat reading/writing | Petr Mrázek | |
will have to make them pass now | |||
2016-03-02 | NOISSUE eliminate timestamp strings | Petr Mrázek | |
2016-01-06 | NOISSUE Add more qt versions to travis | Jan 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-02 | GH-1365 rework java version parsing and sorting | Petr Mrázek | |
2015-12-28 | GH-1360 add basic changelog based on github API, fix update dialog buttons | Petr Mrázek | |
2015-12-26 | GH-1178 add failing test | Petr Mrázek | |
2015-12-26 | NOISSUE add a basic test for FS::copy | Petr Mrázek | |
2015-10-05 | NOISSUE dissolve util library | Petr Mrázek | |
2015-09-28 | NOISSUE clean up some old cmake messes | Petr Mrázek | |
2015-09-26 | NOISSUE fix all clang warnings | Petr Mrázek | |
2015-09-14 | GH-1227 renam GZip functions to not collide with zlib macros | Petr Mrázek | |
2015-09-14 | GH-1227 add GZip compress function and a unit test fo GZip | Petr Mrázek | |
2015-09-05 | NOISSUE make shared logic library ... shared | Petr Mrázek | |
2015-08-18 | GH-926 implement log cleaning functionality | Petr Mrázek | |
Also adds gzip compressed log support | |||
2015-06-09 | GH-1060 update tweaks | Petr Mrázek | |
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace' | |||
2015-06-09 | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | |
2015-06-09 | GH-1060 remove some old updater bits and pieces | Petr Mrázek | |
2015-06-06 | NOISSUE Comment and bugfix the Resource system | Jan Dalheimer | |
2015-06-06 | NOISSUE Various changes from multiauth that are unrelated to it | Jan Dalheimer | |
2015-05-26 | GH-997 add unit test for ini file save/load passthrough | Petr Mrázek | |
2015-04-12 | NOISSUE move everything. | Petr Mrázek | |