aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/mod
AgeCommit message (Expand)Author
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
2022-06-04fix: hide .index folder on Windowsflow
2022-05-23chore: add license headersflow
2022-05-23fix: use correct hash_type when creating metadataflow
2022-05-23fix: don't try to delete mods multiple timesflow
2022-05-23fix: implement PR suggestionsflow
2022-05-23refactor: make mod metadata presence (or lack of) easier to find outflow
2022-05-23tidy: apply clang-tidy to some filesflow
2022-05-23test+fix: add basic tests and fix issues with itflow
2022-05-23feat: allow disabling mod metadata usageflow
2022-05-23feat: cache metadata in ModDetailsflow
2022-05-23refactor: abstract metadata handling and clarify namesflow
2022-05-23refactor: remove unused mod info and organize some stuffflow