aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/northstar
AgeCommit message (Expand)Author
2023-07-18feat: Add warning for Snap installations (#399)Jan
2023-07-17feat: Launch via Steam on non-Windows systems if possible (#422)Jan
2023-07-07chore: Bump libthermite to `0.6.5` (#409)GeckoEidechse
2023-07-02fix: Return error instead of panickingGeckoEidechse
2023-05-22refactor: Change error messages and function names to EA App (#362)GeckoEidechse
2023-05-20fix: Handle case when failing to connect to TS while trying to install NS (#364)GeckoEidechse
2023-05-17feat: Better logging regarding mod installation (#363)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-13refactor: Move Origin/NS running check to util mod (#355)GeckoEidechse
2023-05-13refactor: Move `extract` function to util submod (#354)GeckoEidechse
2023-05-13refactor: Move `find_game_install_location` to submodule (#350)GeckoEidechse
2023-05-11refactor: Move NS install code into own module (#345)GeckoEidechse
2023-05-10refactor: Move code from `lib.rs` into `main.rs` (#330)GeckoEidechse
2023-05-10refactor: Move `check_mod_version_number`GeckoEidechse
2023-05-09refactor: Move `launch_northstar` to own module (#338)GeckoEidechse
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-02-11refactor: Move various consts to `constants.rs` (#162)GeckoEidechse
2022-11-27refactor: Make var containing core mods pub const (#74)GeckoEidechse
2022-11-22refactor: Start moving NS related logic to own mod (#63)GeckoEidechse