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.h
Age
Commit message (
Expand
)
Author
2023-05-28
Merge branch 'develop' into feature/images-for-resource-page
Rachel Powers
2023-05-28
fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...
Rachel Powers
2023-05-24
feat: Column on left, hideable
Rachel Powers
2023-05-04
feat(modpage): mod icon in description and column
Rachel Powers
2023-04-29
refactor: pass instance ptr to resource models. use it to find instance root.
Rachel Powers
2023-02-13
do not create nilmods folder
kumquat-ir
2022-12-15
feat: add a provider column to the mods page
leo78913
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
fix: don't give shared pointer to obj. external to the 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: std::list -> QList
flow
2022-07-17
change: make Mod a QObject used as a pointer
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-06-13
refactor: make is_indexed false by default
Sefa Eyeoglu
2022-06-12
chore: add license headers
Sefa Eyeoglu
2022-06-12
refactor(test): fix loading mod metadata setting
Sefa Eyeoglu
2022-05-23
refactor: move mod tasks to their own subfolder
flow
2022-05-23
feat: add method to delete mod metadata
flow
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek