Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |