aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod/tasks
AgeCommit message (Expand)Author
2023-05-05feat: display license and issue trackerRachel Powers
2023-05-05fix: fix qchar conversion and codeqlRachel Powers
2023-05-04feat(resourcePackPage): icon columnRachel Powers
2023-05-04feat(texturepackPage): icon columnRachel Powers
2023-05-04feat(mod parsing): load extra mod detailsRachel Powers
2023-04-29refactor: Move ini to use QSettings && drop get/setList functionsRachel Powers
2023-02-22review fixeskumquat-ir
2023-02-16minor cleanupkumquat-ir
2023-02-12switch to qdcss for parsingkumquat-ir
2023-02-11parse nil metadatakumquat-ir
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2023-01-16Merge pull request #696 from Ryex/import-all-the-thingsSefa Eyeoglu
2023-01-13fix: don't fail mod parsing when encountering invalid modListVersionflow
2023-01-09chore: cleanup review suggestionsRachel Powers
2023-01-07feat: Import all the things!Rachel Powers
2022-12-30fix newlinesRachel Powers
2022-12-29refactor: add an `identify` function to make easy to reuseRachel Powers
2022-12-26fix: cleanup and suggested changesRachel 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-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-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: comments and naming of texture pack stuffSefa Eyeoglu
2022-09-20feat: add texture pack parsingSefa Eyeoglu
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-03fix: race condition on ResourceFolderModel testsflow
2022-09-03feat: move resource pack images to QPixmapCacheflow
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-03feat: add basic resource pack parsing of pack.mcmetaflow
2022-09-03feat: allow specifying factory for resources in BasicFolderLoadTaskflow
2022-08-20refactor+fix: add new tests for Resource models and fix issuesflow
2022-08-20refactor: simplify Mod structureflow
2022-08-20fix: don't give shared pointer to obj. external to the modelflow
2022-08-20refactor: move general code from mod model to its own modelflow
2022-08-11fix: only remove orphaned metadata on first openingflow
2022-08-02fix: remove orphaned metadata to avoid problems with auto-updating instsflow
2022-07-17fix: raw-pointers and leaks in ModFolderLoadTaskflow
2022-07-17change: make Mod a QObject used as a pointerflow