aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
AgeCommit message (Expand)Author
2023-08-03fix: Go over all folders during cleanup (#469)GeckoEidechse
2023-08-03refactor: Use `GameInstall` object for PR install functions (#467)Jan
2023-08-03fix: Add extract dir to cleanup (#466)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-30feat: Add button to forcefully terminate Northstar (#451)Jan
2023-07-30refactor: Replace naive `game_path` argument with `GameInstall` (#454)GeckoEidechse
2023-07-30refactor: Add Profile to GameInstall (#453)Jan
2023-07-23feat: Add basic warning on plugin install (#441)GeckoEidechse
2023-07-22feat: Prevent mods with plugins to be installed (#438)GeckoEidechse
2023-07-21feat: Support installing Thunderstore packages (#426)GeckoEidechse
2023-07-20feat: Compare Flightcore versions as semver (#423)Jan
2023-07-19feat: Add ability to delete package (#425)GeckoEidechse
2023-07-19feat: Support reading mods from Northstar `packages` directory (#417)GeckoEidechse
2023-07-19feat: Replace MessageBoxW invocation with Tauri dialog (#418)Jan
2023-07-18feat: Add basic Proton management (#383)Jan
2023-07-18feat: Add warning for Snap installations (#399)Jan
2023-07-18refactor: Move code for legacy TS mod deletion to separate file (#424)GeckoEidechse
2023-07-17feat: Launch via Steam on non-Windows systems if possible (#422)Jan
2023-07-17fix: Add regex check for parsing TS mod string (#421)GeckoEidechse
2023-07-17feat: Implement `to_string` for `ParsedThunderstoreModString` (#420)GeckoEidechse
2023-07-16refactor: Move code for legacy mod install reading to separate file (#416)GeckoEidechse
2023-07-15fix: Address anti-pattern found by newer clippy (#413)GeckoEidechse
2023-07-07chore: Bump libthermite to `0.6.5` (#409)GeckoEidechse
2023-07-07fix: Pass launch options to Steam (#392)Jan
2023-07-02fix: Return error instead of panickingGeckoEidechse
2023-07-02chore: replace game_scanner usage with winreg (#394)Jan
2023-06-28fix: Use empty map for enabled mods (#397)GeckoEidechse
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-06-02fix: Remove some unwraps for fetching GitHub API (#375)GeckoEidechse
2023-06-01feat: Log folder names when indexing mods (#373)GeckoEidechse
2023-05-29fix: Return error on TS package index fetch fail (#371)GeckoEidechse
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-15feat: Button to install NorthstarLauncher from git main branch (#314)GeckoEidechse
2023-05-15fix: Do not crash if not able to connect to TS (#346)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-12refactor: Handle error if JSON not well-formatted for release notes (#348)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