flow
|
e17b6804a7
|
fix: implement PR suggestions
Some stylistic changes, and get hashes from the mod providers when
building the metadata.
|
2022-05-23 14:43:09 -03:00 |
|
flow
|
96e36f0604
|
refactor: make mod metadata presence (or lack of) easier to find out
|
2022-05-23 14:43:09 -03:00 |
|
flow
|
a99858c64d
|
refactor: move code out of ModIndex.h
Now it's in ModIndex.cpp
|
2022-05-23 14:43:07 -03:00 |
|
flow
|
ba50765c30
|
tidy: apply clang-tidy to some files
Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h
|
2022-05-23 14:42:28 -03:00 |
|
flow
|
d7f6b36990
|
test+fix: add basic tests and fix issues with it
|
2022-05-23 14:42:28 -03:00 |
|
flow
|
fab4a7a602
|
refactor: abstract metadata handling and clarify names
|
2022-05-23 14:42:28 -03:00 |
|
flow
|
092d2f8917
|
feat: add support for converting builtin -> packwiz mod formats
Also adds more documentation.
|
2022-05-23 14:42:28 -03:00 |
|
flow
|
e93b9560b5
|
feat: add method to delete mod metadata
Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel
|
2022-05-23 14:42:27 -03:00 |
|
flow
|
8e4438b375
|
feat: add parser for current impl of packwiz mod.toml
This reads a local mod.toml file and extract information from it. Using
C libs in C++ is kind of a pain tho :(
|
2022-05-23 14:42:27 -03:00 |
|
flow
|
b30b88716e
|
feat: add very early mod.toml packwiz support
Also use it as a on-disk format for storing mod metadata. This will be
used later on to make better mod managment.
|
2022-05-23 14:42:22 -03:00 |
|