aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/northstar
AgeCommit message (Expand)Author
2023-12-28feat: Delete previous core mod files (#659)GeckoEidechse
2023-10-13refactor: Move `convert_release_candidate_number` (#629)GeckoEidechse
2023-10-13refactor: Move relevant functions to northstar module (#626)GeckoEidechse
2023-10-13refactor: Move NS installation logic to module (#619)GeckoEidechse
2023-10-13refactor: Move `get_host_os` to module (#618)GeckoEidechse
2023-10-10feat: Add button to delete profile (#603)GeckoEidechse
2023-10-10feat: Remove compatibility tool check (#607)Jan
2023-09-18Allow ProtonGE to be used as a compatibility tool (#533)Ombrezz
2023-09-08fix: Remove hashes around raw string literal (#547)GeckoEidechse
2023-08-08feat: Add dropdown menu for profiles (#494)Jan
2023-08-04Move DLL into Profile for non default Profiles (#465)Jan
2023-08-02Extract Northstar into temporary location before installing (#456)Jan
2023-08-01refactor Generalise temporary directory structure (#458)Jan
2023-07-31refactor: Migrate install related functions to `GameInstall` (#457)Jan
2023-07-30refactor: Replace naive `game_path` argument with `GameInstall` (#454)GeckoEidechse
2023-07-30refactor: Add Profile to GameInstall (#453)Jan
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