Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | refactor: abstract metadata handling and clarify names | flow | |
2022-05-23 | feat: add support for converting builtin -> packwiz mod formats | flow | |
Also adds more documentation. | |||
2022-05-23 | feat: add method to delete mod metadata | flow | |
Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel | |||
2022-05-23 | feat: add parser for current impl of packwiz mod.toml | flow | |
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 | feat(ui): adapt SequentialTask to nested SequentialTasks | flow | |
2022-05-23 | feat: add very early mod.toml packwiz support | flow | |
Also use it as a on-disk format for storing mod metadata. This will be used later on to make better mod managment. |