Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | refactor: Move Origin/NS running check to util mod (#355) | GeckoEidechse | |
2023-05-11 | refactor: Move NS install code into own module (#345) | GeckoEidechse | |
* refactor: Move NS install code into own module Moves the code in question out from main into its own module * fix: Address clippy errors | |||
2023-05-10 | refactor: Move code from `lib.rs` into `main.rs` (#330) | GeckoEidechse | |
Move remaining logic in one big move | |||
2023-05-10 | refactor: Move `check_mod_version_number` | GeckoEidechse | |
to northstar module | |||
2023-05-09 | refactor: Move `launch_northstar` to own module (#338) | GeckoEidechse | |
Part of #329 | |||
2023-04-16 | Use pass-by-reference where possible (#266) | cat_or_not | |
Use pass-by-reference where possible also contains some other small changes | |||
2023-03-21 | feat: Proper logging (#223) | GeckoEidechse | |
* feat: Initial setup of sentry logging * refactor: Replace some println with log call Not replacing all cause too large diff | |||
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-11-27 | refactor: Make var containing core mods pub const (#74) | GeckoEidechse | |
This way we only define them in one place | |||
2022-11-22 | refactor: Start moving NS related logic to own mod (#63) | GeckoEidechse | |