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
/
tasks
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: comments and naming of texture pack stuff
Sefa Eyeoglu
2022-09-20
feat: add texture pack parsing
Sefa Eyeoglu
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-03
fix: race condition on ResourceFolderModel tests
flow
2022-09-03
feat: move resource pack images to QPixmapCache
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
feat: add basic resource pack parsing of pack.mcmeta
flow
2022-09-03
feat: allow specifying factory for resources in BasicFolderLoadTask
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: move general code from mod model to its own model
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
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-06-14
Merge pull request #716 from flowln/mod_perma_2
Ezekiel Smith
2022-06-13
Merge pull request #714 from Scrumplex/fix-tests
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
chore: add license headers
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: 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
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