aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
AgeCommit message (Expand)Author
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: Make all functions async (#35)GeckoEidechse
2022-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse
2022-10-19refactor: Use `Result<>` return type for Linux checks (#21)GeckoEidechse
2022-10-18Add ldd --version check for Linux (#10)Salmon
2022-10-05feat: Add backend function to check if debug modeGeckoEidechse
2022-09-29Add backend function to disable all mods but corearchive/pre-ui-mergeGeckoEidechse
2022-09-29Add ability to enable/disable modsGeckoEidechse
2022-09-28Add backend logic to parse `enabledmods.json`GeckoEidechse
2022-09-28Auto-formatGeckoEidechse
2022-09-24Add code skeleton to verify game filesGeckoEidechse
2022-09-23Show if debug in version numberGeckoEidechse
2022-09-22Remove left-over functions from original templateGeckoEidechse
2022-09-22Add initial functionality to get NS log filesGeckoEidechse
2022-09-20Make button to select NS RC persistentGeckoEidechse
2022-09-20Periodically check if Northstar is runningGeckoEidechse
2022-09-16Show in UI if FlightCore out-of-dateGeckoEidechse
2022-09-14Support switching between main release and RCsGeckoEidechse
2022-09-14Use variable instead of hard-coded stringGeckoEidechse
2022-09-14Show error message in panicGeckoEidechse
2022-09-11Check if Origin is runningGeckoEidechse
2022-09-10Auto-formatGeckoEidechse
2022-09-10Move launching Northstar to lib.rs source fileGeckoEidechse
2022-09-10Move get host OS function to lib.rsGeckoEidechse
2022-09-10Auto-formatGeckoEidechse
2022-09-10Add initial back-end code for launching NorthstarGeckoEidechse
2022-09-10Add initial front-end code for launching NorthstarGeckoEidechse
2022-09-10Return GameInstall object instead of tupleGeckoEidechse
2022-09-10Return result error type if TF|2 install not foundGeckoEidechse
2022-09-10Add update functionalityGeckoEidechse
2022-09-10Return error result type if NS update check failsGeckoEidechse
2022-09-10Return error result type if NS install failsGeckoEidechse
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-10Comment out backend-ping printGeckoEidechse
2022-09-09Add initial Northstar install supportGeckoEidechse
2022-09-07Show host OS next to FlightCore versionGeckoEidechse
2022-09-07Formatting fixesGeckoEidechse
2022-09-06Implement update check for found Northstar installGeckoEidechse
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
2022-09-01Add structure to implement Nortshtar update checkGeckoEidechse
2022-08-30Pass install type together with locationGeckoEidechse
2022-08-30Move functions to separate source fileGeckoEidechse
2022-08-29Check installed Northstar versionGeckoEidechse
2022-08-29Use wrapper function to get Titanfall2 install locationGeckoEidechse
2022-08-29Add omni-buttonGeckoEidechse
2022-08-29Get game install location on application loadGeckoEidechse
2022-08-29Load version number on application startGeckoEidechse
2022-08-27Show version number in UIGeckoEidechse