aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
AgeCommit message (Collapse)Author
2022-09-10Return result error type if TF|2 install not foundGeckoEidechse
2022-09-10Update libthermite versionGeckoEidechse
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-10Update application iconGeckoEidechse
Use an icon that represents the Northstar Flight Core ability instead of the default Tauri icon
2022-09-10Add install location detection for OriginGeckoEidechse
2022-09-10Store format string in variable before useGeckoEidechse
2022-09-10Delete temp download folder after finished installGeckoEidechse
2022-09-10Apply auto-formatGeckoEidechse
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-10Comment out backend-ping printGeckoEidechse
2022-09-09Add initial Northstar install supportGeckoEidechse
still Steam version only
2022-09-09Use crates.io version instead of git repoGeckoEidechse
for libthermite
2022-09-07Show host OS next to FlightCore versionGeckoEidechse
2022-09-07Formatting fixesGeckoEidechse
2022-09-06Add todo commentGeckoEidechse
We should use a passed game_path instead of trying to redetect it
2022-09-06Implement update check for found Northstar installGeckoEidechse
Also includes initial add of libthermite as dependency
2022-09-06Update dependenciesGeckoEidechse
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
as well as Northstar existence and up-to-date check
2022-09-01Add structure to implement Nortshtar update checkGeckoEidechse
Actual logic is not implemented yet
2022-08-30Pass install type together with locationGeckoEidechse
Install type basically defines how Titanfall2 was installed. Whether it was installed via Steam, Origin, etc.
2022-08-30Move functions to separate source fileGeckoEidechse
2022-08-29Check installed Northstar versionGeckoEidechse
2022-08-29Add missing crateGeckoEidechse
2022-08-29Use wrapper function to get Titanfall2 install locationGeckoEidechse
Tauri doesn't allow passing `Result<>` types from backend to frontend. The wrapper returns a string based on the `Result<>` content
2022-08-29Add omni-buttonGeckoEidechse
Changes behaviour and content based on application state, e.g. if game install location was found or Northstar was detect as installed.
2022-08-29Get game install location on application loadGeckoEidechse
2022-08-29Load version number on application startGeckoEidechse
2022-08-27Show version number in UIGeckoEidechse
2022-08-27Do not print Steam library information in consoleGeckoEidechse
2022-08-27Publish release file as releasev0.0.5GeckoEidechse
2022-08-27Remove development window modificationsGeckoEidechse
2022-08-27Find Titanfall2 steam install locationGeckoEidechse
and propagate it to front-end
2022-08-27Add Sentry crash report loggingGeckoEidechse
2022-08-26Re-enable updaterGeckoEidechse
2022-08-26Disable updater again for nowGeckoEidechse
2022-08-26Add updater mechanismGeckoEidechse
2022-08-26Add a force crash buttonGeckoEidechse
2022-08-25Update identifierGeckoEidechse
2022-08-25Update Tauri versionGeckoEidechse
2022-08-25Switch to spacesGeckoEidechse
2022-06-20. full codeJeremy Chone
2022-06-20. initialJeremy Chone