index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
minecraft
/
mod
Age
Commit message (
Expand
)
Author
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
2022-07-02
Merge pull request #784 from Scrumplex/refactor-cmake
flow
2022-06-14
Merge pull request #716 from flowln/mod_perma_2
Ezekiel Smith
2022-06-14
refactor: move away from UnitTest.cmake
Sefa Eyeoglu
2022-06-13
Merge pull request #714 from Scrumplex/fix-tests
Sefa Eyeoglu
2022-06-13
refactor: make is_indexed false by default
Sefa Eyeoglu
2022-06-12
fix: segfault when the same mod is present enabled and disabled at once
flow
2022-06-12
fix: correctly handle disabled mods with metadata
flow
2022-06-12
fix: handling of incomplete mods
flow
2022-06-12
chore: add license headers
Sefa Eyeoglu
2022-06-12
fix(tests): wait until ModFolderModel has updated
Sefa Eyeoglu
2022-06-12
refactor(test): fix loading mod metadata setting
Sefa Eyeoglu
2022-06-04
fix: hide .index folder on Windows
flow
2022-05-23
chore: add license headers
flow
2022-05-23
fix: use correct hash_type when creating metadata
flow
2022-05-23
fix: don't try to delete mods multiple times
flow
2022-05-23
fix: implement PR suggestions
flow
2022-05-23
refactor: make mod metadata presence (or lack of) easier to find out
flow
2022-05-23
tidy: apply clang-tidy to some files
flow
2022-05-23
test+fix: add basic tests and fix issues with it
flow
2022-05-23
feat: allow disabling mod metadata usage
flow
2022-05-23
feat: cache metadata in ModDetails
flow
2022-05-23
refactor: abstract metadata handling and clarify names
flow
2022-05-23
refactor: remove unused mod info and organize some stuff
flow
[next]