Age | Commit message (Expand) | Author |
2022-09-25 | Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp | Alexandru Ionut Tripon |
2022-09-24 | Replaced tomlc99 with tomlplusplus | Trial97 |
2022-09-20 | fix: ensure all resource folders exist | Sefa Eyeoglu |
2022-09-20 | fix: comments and naming of texture pack stuff | Sefa Eyeoglu |
2022-09-20 | fix: tests | Sefa Eyeoglu |
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu |
2022-09-16 | fix: prevent container detaching in ResourceFolderModel | flow |
2022-09-16 | fix: prevent deletes by shared pointer accidental creation | flow |
2022-09-16 | fix: move newly allocated resources to the main thread | flow |
2022-09-16 | fix: memory leak when getting mods from the mods folder | flow |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu |
2022-09-03 | fix: improve handling of unrecognized pack formats | flow |
2022-09-03 | fix: crash when adding resource packs directly in the folder | flow |
2022-09-03 | fix: race condition on ResourceFolderModel tests | flow |
2022-09-03 | feat: move resource pack images to QPixmapCache | flow |
2022-09-03 | feat(tests): add tests for resource pack parsing | flow |
2022-09-03 | refactor: move resource pack file parsing utilities to separate namespace | flow |
2022-09-03 | feat: add image from pack.png to resource packs | flow |
2022-09-03 | fix: filtering in regex search in resource packs | flow |
2022-09-03 | fix: sorting by pack format | flow |
2022-09-03 | feat: add basic resource pack parsing of pack.mcmeta | flow |
2022-09-03 | feat: add more resource pack info | flow |
2022-09-03 | feat: allow specifying factory for resources in BasicFolderLoadTask | flow |
2022-08-20 | fix: LGTM warnings | flow |
2022-08-20 | change: add enable/disable to resources | flow |
2022-08-20 | refactor+fix: add new tests for Resource models and fix issues | flow |
2022-08-20 | refactor: simplify Mod structure | flow |
2022-08-20 | fix(tests): add timeout on ModFolderModel's tests | flow |
2022-08-20 | fix: don't give shared pointer to obj. external to the model | flow |
2022-08-20 | refactor: adapt rest of the codebase to the new resource model | flow |
2022-08-20 | refactor: make Resource Pack model inherit from ResourceFolderModel | flow |
2022-08-20 | refactor: move more tied logic to model and move logic to the resources | flow |
2022-08-20 | refactor: move things around in the mod model | flow |
2022-08-20 | refactor: move general code from mod model to its own model | flow |
2022-08-20 | refactor: move general info from Mod to Resource | flow |
2022-08-11 | fix: only remove orphaned metadata on first opening | flow |
2022-08-02 | fix: remove orphaned metadata to avoid problems with auto-updating insts | flow |
2022-07-17 | fix: raw-pointers and leaks in ModFolderLoadTask | flow |
2022-07-17 | fix: std::list -> QList | flow |
2022-07-17 | change: use ModStatus as a simple member instead of a pointer | flow |
2022-07-17 | change: make Mod a QObject used as a pointer | flow |
2022-07-17 | change: mod metadata improvements | flow |
2022-07-17 | fix: mod parsing of 'String-fied' version (i.e. OpenBlocks) | flow |
2022-07-17 | feat: add metadata get/delete via mod id | flow |
2022-07-17 | feat: remove existing mod when updating/redownloading it | flow |
2022-07-17 | feat: add update mods to the ui / mod model | flow |
2022-07-17 | change: allow deleting mods while preserving their metadata | flow |
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu |
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu |
2022-07-03 | fix: aborts when using a Qt build with assertions enabled | flow |