aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod
AgeCommit message (Expand)Author
2022-12-24feat: zip resource validation check for flameRachel Powers
2022-12-24fix: update parse testsRachel Powers
2022-12-24feat: validate world savesRachel Powers
2022-12-24feat: worldSave parsing and validationRachel Powers
2022-12-24feat: add shaderpack validationRachel Powers
2022-12-24feat: add a `ModUtils::validate`Rachel Powers
2022-12-24feat: add initial support for parseing datapacksRachel Powers
2022-12-15fix(ResourceModel): use a single ConcurrentTask for parsing tasksflow
2022-12-11Merge pull request #461 from flowln/fix_big_resource_pack_imgsflow
2022-11-27fix: check resource pack validity solely using pack formatSefa Eyeoglu
2022-11-20fix: remove commented-out assertionsflow
2022-11-20refactor: move RP/TP validation to their respective utilsflow
2022-11-19fix instance IDs and resource pack importsRyan Cao
2022-11-19fix: add resource pack format for 1.19.3Ryan Cao
2022-11-19fix: check if packFormat is valid for resourcepack parsingRyan Cao
2022-11-19fix resource packs and add support for texture packsRyan Cao
2022-11-15fix: use QPixmapCache only from the main threadflow
2022-11-15fix: don't retry to load RP images that can't fit in the cacheflow
2022-11-14Merge pull request #428 from DioEgizio/fixes-to-CIflow
2022-11-14Pass index.parent() as parent parameter for rowCountTheLastRar
2022-11-14Use Q_UNUSED instead of [[maybe_unused]] in onParseFailedTheLastRar
2022-11-14Check parent in rowCount/columnCount/canFetchMoreTheLastRar
2022-11-14Mark paramaters of onParseFailed as unusedTheLastRar
2022-11-13fix: Fix the error that CodeQL caughttxtsd
2022-11-04fix: use unicode variant for marking '.index' hiddenflow
2022-09-25Update launcher/minecraft/mod/tasks/LocalModParseTask.cppAlexandru Ionut Tripon
2022-09-24Replaced tomlc99 with tomlplusplusTrial97
2022-09-20fix: ensure all resource folders existSefa Eyeoglu
2022-09-20fix: comments and naming of texture pack stuffSefa Eyeoglu
2022-09-20fix: testsSefa Eyeoglu
2022-09-20feat: add texture pack parsingSefa Eyeoglu
2022-09-16fix: prevent container detaching in ResourceFolderModelflow
2022-09-16fix: prevent deletes by shared pointer accidental creationflow
2022-09-16fix: move newly allocated resources to the main threadflow
2022-09-16fix: memory leak when getting mods from the mods folderflow
2022-09-11refactor: restructure testsSefa Eyeoglu
2022-09-03fix: improve handling of unrecognized pack formatsflow
2022-09-03fix: crash when adding resource packs directly in the folderflow
2022-09-03fix: race condition on ResourceFolderModel testsflow
2022-09-03feat: move resource pack images to QPixmapCacheflow
2022-09-03feat(tests): add tests for resource pack parsingflow
2022-09-03refactor: move resource pack file parsing utilities to separate namespaceflow
2022-09-03feat: add image from pack.png to resource packsflow
2022-09-03fix: filtering in regex search in resource packsflow
2022-09-03fix: sorting by pack formatflow
2022-09-03feat: add basic resource pack parsing of pack.mcmetaflow
2022-09-03feat: add more resource pack infoflow
2022-09-03feat: allow specifying factory for resources in BasicFolderLoadTaskflow
2022-08-20fix: LGTM warningsflow
2022-08-20change: add enable/disable to resourcesflow