Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-30 | refactor: Add Profile to GameInstall (#453) | Jan | |
Add Profile to GameInstall Replace hardcoded uses of R2Northstar with profile attribute | |||
2023-07-21 | feat: Support installing Thunderstore packages (#426) | GeckoEidechse | |
Support for installing mods from Thunderstore directly into the `packages` folder. Adds some basic sanity check during installation. After successful installation, the old version of the mod is removed. This includes both from `packages` and from `mods`. | |||
2023-07-18 | refactor: Move code for legacy TS mod deletion to separate file (#424) | GeckoEidechse | |
2023-07-16 | refactor: Move code for legacy mod install reading to separate file (#416) | GeckoEidechse | |
Moves some logic related to reading legacy installed mods to new file in order to clean up code before adding new logic. |