aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
AgeCommit message (Expand)Author
2023-07-19feat: Replace MessageBoxW invocation with Tauri dialog (#418)Jan
2023-07-18feat: Add basic Proton management (#383)Jan
2023-07-17feat: Launch via Steam on non-Windows systems if possible (#422)Jan
2023-07-07fix: Pass launch options to Steam (#392)Jan
2023-06-10refactor: Use fully qualified path syntax in `main.rs` (#379)GeckoEidechse
2023-06-02fix: Remove unwrap from Northstar update check (#377)GeckoEidechse
2023-05-22refactor: Change error messages and function names to EA App (#362)GeckoEidechse
2023-05-17feat: Better logging regarding mod installation (#363)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-15feat: Button to install NorthstarLauncher from git main branch (#314)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-13refactor: Move server browser fetch to util module (#352)GeckoEidechse
2023-05-11refactor: Move some functions to utility module (#347)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 `get_enabled_mods` to different source file (#311)GeckoEidechse
2023-05-10fix: Handle no internet on serverbrowser fetch (#322)GeckoEidechse
2023-05-10feat: Add button to install older Northstar version in DevView (#325)GeckoEidechse
2023-05-10refactor: Import constants from crate root insteadGeckoEidechse
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: Use fully qualified path syntax for using functions in `invoke_hand...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-08refactor: Put doc comment before macro (#312)GeckoEidechse
2023-05-07refactor: Prepare code for installing older Northstar versions (#305)GeckoEidechse
2023-05-01feat: Show error message if WebView2 not installed (#285)GeckoEidechse
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-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27feat: Generate FlightCore release notes (#188)GeckoEidechse
2023-03-27fix: Address regression around persistent store (#227)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-22feat: Refresh statistics (#228)Rémy Raes
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-12feat: Allow opening a window with various repair features (#129)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-25refactor: Properly set cfg macro for OS conditional compilation (#186)GeckoEidechse
2023-02-14refactor: Get TS package API response from backend (#168)GeckoEidechse
2023-02-13feat: Better stacktrace in Sentry dashboard (#175)GeckoEidechse
2023-02-06chore: Bump libthermite version to 0.5.2 (#163)GeckoEidechse
2023-01-22chore: Autoformat Rust source files (#143)GeckoEidechse
2023-01-22fix: Remove unused serde import in `main.rs` (#142)GeckoEidechse
2023-01-13feat: Add backend code for getting playercount (#135)GeckoEidechse