aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/lib.rs
AgeCommit message (Expand)Author
2023-05-10refactor: Move code from `lib.rs` into `main.rs` (#330)GeckoEidechse
2023-05-10fix: Remove unused importGeckoEidechse
2023-05-10refactor: Move `check_mod_version_number`GeckoEidechse
2023-05-09Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)"GeckoEidechse
2023-05-09refactor: Move `check_is_valid_game_path` to `main.rs` (#335)GeckoEidechse
2023-05-09refactor: Move `launch_northstar` to own module (#338)GeckoEidechse
2023-05-09refactor: Move `convert_release_candidate_number` to `main.rs` (#334)GeckoEidechse
2023-05-09refactor: Move `get_enabled_mods` to `main.rs` (#333)GeckoEidechse
2023-05-07refactor: Prepare code for installing older Northstar versions (#305)GeckoEidechse
2023-05-07fix: Fix typoGeckoEidechse
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-10feat: Show download progress for installing Northstar (#200)GeckoEidechse
2023-04-06feat: Add ability to launch via Steam to DevView (#178)Jan
2023-04-02fix: Another set of various clippy fixes (#246)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-26fix: Adjust code for single iteration loop (#232)GeckoEidechse
2023-03-26fix: Remove unnecessary borrows (#231)GeckoEidechse
2023-03-22fix: Address clippy warnings regarding format!() (#229)GeckoEidechse
2023-03-22fix: Remove unnecessary `.to_string()` (#230)GeckoEidechse
2023-03-22fix: Address clippy errors in glibc parsing code (#226)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-20fix: Add error handling if default EA App path (#211)GeckoEidechse
2023-03-13feat: Add some breadcrumbs printing install path (#206)GeckoEidechse
2023-02-25refactor: Properly set cfg macro for OS conditional compilation (#186)GeckoEidechse
2023-02-07feat: Show mod version in LocalMods View (#159)GeckoEidechse
2023-02-06chore: Bump libthermite version to 0.5.2 (#163)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-01-31refactor: Remove unnecessary use of anyhow (#150)GeckoEidechse
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse
2023-01-13refactor: Bump libthermite (#133)GeckoEidechse
2023-01-07refactor: Store global const in separate file (#131)GeckoEidechse
2022-12-20feat: Alternatively check if EA App is running (#115)GeckoEidechse
2022-12-13feat: Start Northstar properly detached (#112)GeckoEidechse
2022-12-12feat: Expose installed NS mod directory (#109)GeckoEidechse
2022-11-30refactor: Remove the "Origin running" check from frontend (#94)GeckoEidechse
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-25refactor: Move function to dedicated module (#67)GeckoEidechse
2022-11-22refactor: Start moving NS related logic to own mod (#63)GeckoEidechse
2022-11-19feat: Return Thunderstore mod string of installed mods. (#56)GeckoEidechse
2022-11-14refactor: Move GitHub API fetch to submodule and re-use existing function (#51)GeckoEidechse
2022-11-13chore: Bump libthermite version to 0.3.3 (#49)GeckoEidechse
2022-11-10feat: Parse actually installed mods (#38)GeckoEidechse
2022-11-07refactor: Move functions to dedicated file (#41)GeckoEidechse
2022-11-03refactor: Rename function to better fit behaviour (#40)GeckoEidechse
2022-11-03fix: Resolve thread crash due to block in async (#39)GeckoEidechse
2022-11-02refactor: Return error string instead of anyhow!() (#36)GeckoEidechse
2022-11-02refactor: Use existing function for enabled mods (#34)GeckoEidechse
2022-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse