aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod
AgeCommit message (Expand)Author
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
2022-08-20refactor+fix: add new tests for Resource models and fix issuesflow
2022-08-20refactor: simplify Mod structureflow
2022-08-20fix(tests): add timeout on ModFolderModel's testsflow
2022-08-20fix: don't give shared pointer to obj. external to the modelflow
2022-08-20refactor: adapt rest of the codebase to the new resource modelflow
2022-08-20refactor: make Resource Pack model inherit from ResourceFolderModelflow
2022-08-20refactor: move more tied logic to model and move logic to the resourcesflow
2022-08-20refactor: move things around in the mod modelflow
2022-08-20refactor: move general code from mod model to its own modelflow
2022-08-20refactor: move general info from Mod to Resourceflow
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-17fix: std::list -> QListflow
2022-07-17change: use ModStatus as a simple member instead of a pointerflow
2022-07-17change: make Mod a QObject used as a pointerflow
2022-07-17change: mod metadata improvementsflow
2022-07-17fix: mod parsing of 'String-fied' version (i.e. OpenBlocks)flow
2022-07-17feat: add metadata get/delete via mod idflow
2022-07-17feat: remove existing mod when updating/redownloading itflow
2022-07-17feat: add update mods to the ui / mod modelflow
2022-07-17change: allow deleting mods while preserving their metadataflow
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
2022-07-03fix: aborts when using a Qt build with assertions enabledflow
2022-07-02Merge pull request #784 from Scrumplex/refactor-cmakeflow
2022-06-14Merge pull request #716 from flowln/mod_perma_2Ezekiel Smith
2022-06-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-06-13Merge pull request #714 from Scrumplex/fix-testsSefa Eyeoglu
2022-06-13refactor: make is_indexed false by defaultSefa Eyeoglu
2022-06-12fix: segfault when the same mod is present enabled and disabled at onceflow
2022-06-12fix: correctly handle disabled mods with metadataflow
2022-06-12fix: handling of incomplete modsflow
2022-06-12chore: add license headersSefa Eyeoglu
2022-06-12fix(tests): wait until ModFolderModel has updatedSefa Eyeoglu
2022-06-12refactor(test): fix loading mod metadata settingSefa Eyeoglu