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
/
Mod.cpp
Age
Commit message (
Expand
)
Author
2023-07-08
Make trash hungry
TheKodeToad
2023-07-07
Merge pull request #1120 from Trial97/visit_mod_page
Tayou
2023-07-04
Merge branch 'develop' into fix-implicit-fallthrough
PandaNinjas
2023-06-25
Made custom url function
Trial97
2023-06-07
Resolve other switch fallthrough issues
PandaNinjas
2023-05-05
feat: display license and issue tracker
Rachel Powers
2023-05-05
use 32x32 images for image column
Rachel Powers
2023-05-05
fix: fix qchar conversion and codeql
Rachel Powers
2023-05-04
feat(mod parsing): load extra mod details
Rachel Powers
2023-01-07
Merge pull request #576 from Ryex/identify-zip-packs
Sefa Eyeoglu
2022-12-29
refactor(Mods): make provider() return a std::optional
flow
2022-12-26
fix: cleanup and suggested changes
Rachel Powers
2022-12-24
feat: add a `ModUtils::validate`
Rachel Powers
2022-12-16
fix: translate unknown mod provider
leo78913
2022-12-15
feat: add a provider column to the mods page
leo78913
2022-08-20
change: add enable/disable to resources
flow
2022-08-20
refactor: simplify Mod structure
flow
2022-08-20
refactor: move more tied logic to model and move logic to the resources
flow
2022-08-20
refactor: move general info from Mod to Resource
flow
2022-07-17
change: use ModStatus as a simple member instead of a pointer
flow
2022-07-17
change: mod metadata improvements
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
change: allow deleting mods while preserving their metadata
flow
2022-06-13
Merge pull request #714 from Scrumplex/fix-tests
Sefa Eyeoglu
2022-06-12
fix: handling of incomplete mods
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
chore: add license headers
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
2022-05-23
feat: use mod metadata for getting mod information
flow
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek