Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-23 | Move platform specific code into separate file | GeckoEidechse | |
2022-09-22 | Remove left-over functions from original template | GeckoEidechse | |
2022-09-22 | Add initial functionality to get NS log files | GeckoEidechse | |
2022-09-22 | Import OS specifc libraries only on that OS | GeckoEidechse | |
2022-09-20 | Make button to select NS RC persistent | GeckoEidechse | |
Uses a tauri plugin for persistent store behind the scenes to persist values over restarts of the application. | |||
2022-09-20 | Periodically check if Northstar is running | GeckoEidechse | |
2022-09-20 | Move dependency import to top of file | GeckoEidechse | |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse | |
To show user if application is outdated should self-update somehow not work. | |||
2022-09-14 | Support switching between main release and RCs | GeckoEidechse | |
State is not saved between launches currently. | |||
2022-09-14 | Add missing `to_lowercase()` | GeckoEidechse | |
WIthout it, the Northstar package would never be found. | |||
2022-09-14 | Use variable instead of hard-coded string | GeckoEidechse | |
2022-09-14 | Show error message in panic | GeckoEidechse | |
2022-09-13 | When launching NS explicetly fail early | GeckoEidechse | |
certain unsupported setup combinations | |||
2022-09-13 | Auto-format | GeckoEidechse | |
2022-09-11 | Require Origin to be running to launch Northstarv0.1.0 | GeckoEidechse | |
2022-09-11 | Check if Origin is running | GeckoEidechse | |
2022-09-10 | Auto-format | GeckoEidechse | |
2022-09-10 | Move launching Northstar to lib.rs source file | GeckoEidechse | |
2022-09-10 | Move get host OS function to lib.rs | GeckoEidechse | |
2022-09-10 | Auto-format | GeckoEidechse | |
2022-09-10 | Add initial back-end code for launching Northstar | GeckoEidechse | |
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 | Add install location detection for Origin | GeckoEidechse | |
2022-09-10 | Store format string in variable before use | GeckoEidechse | |
2022-09-10 | Delete temp download folder after finished install | GeckoEidechse | |
2022-09-10 | Apply auto-format | 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 | Add todo comment | GeckoEidechse | |
We should use a passed game_path instead of trying to redetect it | |||
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 |