Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-03 | fix: aborts when using a Qt build with assertions enabled | flow | |
Preventing undefined behaviour hooray! :D Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | refactor(test): fix loading mod metadata setting | Sefa Eyeoglu | |
2022-05-23 | fix: don't try to delete mods multiple times | flow | |
Shows a more helpful message if there's a parsing error when reading the index file. Also fixes a clazy warning with using the `.data()` method in a temporary QByteArray object. | |||
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 | |
Makes the launcher/minecraft/mod/ folder a little more organized. | |||
2022-05-23 | feat: use mod metadata for getting mod information | flow | |
For now this doesn't mean much, but it will help when we need data exclusive from the metadata, such as addon id and mod provider. Also removes the metadata when the mod is deleted, and make the Mod.h file a little more pleasing to look at :) | |||
2021-09-09 | NOISSUE enable listing symlinks in mod/world lists | Petr Mrázek | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |