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
/
ModFolderModel.cpp
Age
Commit message (
Expand
)
Author
2023-03-20
fix: typos
Rachel Powers
2023-03-20
feat: warnings when instance resources are linked
Rachel Powers
2023-02-22
review fixes
kumquat-ir
2023-02-13
do not create nilmods folder
kumquat-ir
2022-12-29
refactor(Mods): make provider() return a std::optional
flow
2022-12-15
feat: add a provider column to the mods page
leo78913
2022-11-14
Check parent in rowCount/columnCount/canFetchMore
TheLastRar
2022-09-20
fix: ensure all resource folders exist
Sefa Eyeoglu
2022-09-16
fix: prevent container detaching in ResourceFolderModel
flow
2022-09-03
fix: race condition on ResourceFolderModel tests
flow
2022-09-03
feat: add basic resource pack parsing of pack.mcmeta
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: 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: 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-11
fix: only remove orphaned metadata on first opening
flow
2022-07-17
fix: raw-pointers and leaks in ModFolderLoadTask
flow
2022-07-17
fix: std::list -> QList
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
feat: remove existing mod when updating/redownloading it
flow
2022-07-17
feat: add update mods to the ui / mod model
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-06-12
chore: add license headers
Sefa Eyeoglu
2022-06-12
refactor(test): fix loading mod metadata setting
Sefa Eyeoglu
2022-05-23
fix: don't try to delete mods multiple times
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
2022-05-23
refactor: move mod tasks to their own subfolder
flow
2022-05-23
feat: use mod metadata for getting mod information
flow
2021-09-09
NOISSUE enable listing symlinks in mod/world lists
Petr Mrázek
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek