Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | refactor: Move various consts to `constants.rs` (#162) | GeckoEidechse | |
* refactor: Move list of core mods to consts source Move the list of core Northstar mods to constants.rs * fix: Add missing newline * refactor: Move list of blacklisted mods to consts source file * refactor: Move list of TF2 Origin IDs to consts source file | |||
2022-12-02 | fix: Stop opening PS to get Origin game path (#99) | GeckoEidechse | |
Now using a library instead of calling a PowerShell command should prevent the PowerShell window from opening. | |||
2022-11-28 | style: Auto-format all Rust code (#84) | GeckoEidechse | |
2022-10-18 | Add ldd --version check for Linux (#10) | Salmon | |
2022-09-23 | Rename function | GeckoEidechse | |
2022-09-23 | Only include OS specific code on said OS | GeckoEidechse | |
when building | |||
2022-09-23 | Move platform specific code into separate file | GeckoEidechse | |