Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-10 | Add initial front-end code for launching Northstar | GeckoEidechse | |
2022-09-10 | Return GameInstall object instead of tuple | GeckoEidechse | |
The object contains the path Titanfall2 is installed in, as well as how it was installed (Steam, Origin, EA-App) | |||
2022-09-10 | Return result error type if TF|2 install not found | GeckoEidechse | |
2022-09-10 | Add update functionality | GeckoEidechse | |
2022-09-10 | Return error result type if NS update check fails | GeckoEidechse | |
2022-09-10 | Return error result type if NS install fails | GeckoEidechse | |
2022-09-10 | Implement manually selecting TF|2 install location | GeckoEidechse | |
2022-09-10 | Comment out backend-ping print | GeckoEidechse | |
2022-09-09 | Add initial Northstar install support | GeckoEidechse | |
still Steam version only | |||
2022-09-07 | Show host OS next to FlightCore version | GeckoEidechse | |
2022-09-07 | Formatting fixes | GeckoEidechse | |
2022-09-06 | Implement update check for found Northstar install | GeckoEidechse | |
Also includes initial add of libthermite as dependency | |||
2022-09-01 | Handle gamepath check if manually selected | GeckoEidechse | |
as well as Northstar existence and up-to-date check | |||
2022-09-01 | Add structure to implement Nortshtar update check | GeckoEidechse | |
Actual logic is not implemented yet | |||
2022-08-30 | Pass install type together with location | GeckoEidechse | |
Install type basically defines how Titanfall2 was installed. Whether it was installed via Steam, Origin, etc. | |||
2022-08-30 | Move functions to separate source file | GeckoEidechse | |
2022-08-29 | Check installed Northstar version | GeckoEidechse | |
2022-08-29 | Use wrapper function to get Titanfall2 install location | GeckoEidechse | |
Tauri doesn't allow passing `Result<>` types from backend to frontend. The wrapper returns a string based on the `Result<>` content | |||
2022-08-29 | Add omni-button | GeckoEidechse | |
Changes behaviour and content based on application state, e.g. if game install location was found or Northstar was detect as installed. | |||
2022-08-29 | Get game install location on application load | GeckoEidechse | |
2022-08-29 | Load version number on application start | GeckoEidechse | |
2022-08-27 | Show version number in UI | GeckoEidechse | |
2022-08-27 | Do not print Steam library information in console | GeckoEidechse | |
2022-08-27 | Find Titanfall2 steam install location | GeckoEidechse | |
and propagate it to front-end | |||
2022-08-27 | Add Sentry crash report logging | GeckoEidechse | |
2022-08-26 | Add a force crash button | GeckoEidechse | |
2022-08-25 | Switch to spaces | GeckoEidechse | |
2022-06-20 | . full code | Jeremy Chone | |
2022-06-20 | . initial | Jeremy Chone | |