Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-21 | Do not access field of potential null object | 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 | Add missing semicolon | 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-13 | Do now show version number in omni-button | GeckoEidechse | |
Use separate field below to show version number | |||
2022-09-13 | Show installed Northstar version in separate field | GeckoEidechse | |
2022-09-11 | Check if Origin is running | 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 | Update button if Northstar launched | GeckoEidechse | |
2022-09-10 | Add initial front-end code for launching Northstar | GeckoEidechse | |
2022-09-10 | Propagate install type to UI | GeckoEidechse | |
Install type is Steam, Origin, EAPlay | |||
2022-09-10 | Fix using incorrect typing | GeckoEidechse | |
2022-09-10 | Remove unnecessary typing | 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 | Do not show alert message on install/update finish | GeckoEidechse | |
2022-09-10 | Do nothing when button clicked mid-action | GeckoEidechse | |
2022-09-10 | Add update functionality | GeckoEidechse | |
2022-09-10 | Use variable to set button state | GeckoEidechse | |
2022-09-10 | Show what feature not implemented on click | GeckoEidechse | |
2022-09-10 | Remove unused variable | 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 | Use locked HTML input field for showing gamepath | GeckoEidechse | |
instead of its own custom HTML element | |||
2022-09-10 | Implement manually selecting TF|2 install location | GeckoEidechse | |
2022-09-09 | Use consts to define button content | GeckoEidechse | |
2022-09-09 | Update install button text | GeckoEidechse | |
2022-09-09 | Move duplicate into dedicated function | GeckoEidechse | |
2022-09-09 | Use consts to define button content | GeckoEidechse | |
i.e. replace setting button to a string with setting it to a variable to ensure that value is consistent over multiple places. | |||
2022-09-09 | Add initial Northstar install support | GeckoEidechse | |
still Steam version only | |||
2022-09-09 | Add switch-case for performing action | GeckoEidechse | |
on button click based on UI state | |||
2022-09-09 | Comment out testing code | GeckoEidechse | |
2022-09-07 | Show host OS next to FlightCore version | GeckoEidechse | |
2022-09-06 | Fix gamepath not passed correctly to backend | GeckoEidechse | |
For some reason it wants camelCase variable name even though backend uses snake_case... | |||
2022-09-01 | Remove elements from template application | GeckoEidechse | |
2022-09-01 | Handle gamepath check if manually selected | GeckoEidechse | |
as well as Northstar existence and up-to-date check | |||
2022-09-01 | Add dir picker if Titanfall2 is not installed | GeckoEidechse | |
Allows user to select install location if the Titanfall2 install path was not found under the assumption that Titanfall2 was installed but couldn't be found by FlightCore | |||
2022-09-01 | Add structure to implement Nortshtar update check | GeckoEidechse | |
Actual logic is not implemented yet | |||
2022-08-30 | Show Northstar version number in play button | 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 variable to track global state | GeckoEidechse | |
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 | |