Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-08-27 | Find Titanfall2 steam install location | GeckoEidechse | |
and propagate it to front-end | |||
2022-08-26 | Add a force crash button | GeckoEidechse | |
2022-08-25 | Update formatting | GeckoEidechse | |
2022-06-20 | . full code | Jeremy Chone | |
2022-06-20 | . initial | Jeremy Chone | |