Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-09 | Move duplicate into dedicated function | GeckoEidechse | |
2022-09-09 | Re-order version number and tool description | 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-09 | Use crates.io version instead of git repo | GeckoEidechse | |
for libthermite | |||
2022-09-07 | Show host OS next to FlightCore version | GeckoEidechse | |
2022-09-07 | Formatting fixes | GeckoEidechse | |
2022-09-07 | Add another goal in regards to fs permissions | 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-06 | Update roadmap | GeckoEidechse | |
EA App specific read-only filesystem Detecting Northstar up-to-date and updating Northstar install | |||
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-06 | Update dependencies | GeckoEidechse | |
2022-09-01 | Add comments | GeckoEidechse | |
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 | 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 | Do not add additional scripts to release | GeckoEidechse | |
2022-08-30 | Drop deb package | GeckoEidechse | |
It's the only one not supported by auto-update Might reconsider once adding Flatpak support | |||
2022-08-30 | Add subtext under title | GeckoEidechse | |
2022-08-30 | Add CSS for locked functionality | GeckoEidechse | |
2022-08-30 | Move functions to separate source file | GeckoEidechse | |
2022-08-30 | Show Northstar version number in play button | GeckoEidechse | |
2022-08-29 | Update goals on roadmap | GeckoEidechse | |
2022-08-29 | Check installed Northstar version | GeckoEidechse | |
2022-08-29 | Add completed goals | GeckoEidechse | |
2022-08-29 | Add missing crate | 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 profile support to goals | GeckoEidechse | |
2022-08-29 | Add variable to track global state | GeckoEidechse | |
2022-08-29 | Style button | GeckoEidechse | |
2022-08-29 | Re-order layout | 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-28 | Add another goal | GeckoEidechse | |
2022-08-28 | Add title | GeckoEidechse | |
2022-08-28 | Add more goals to roadmap | GeckoEidechse | |
2022-08-28 | Fix indentation | GeckoEidechse | |
2022-08-28 | vscode build task to `npm run tauri dev` | 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 | Publish release file as releasev0.0.5 | GeckoEidechse | |
2022-08-27 | Add note about Tauri window behaviour | GeckoEidechse | |
controlled by config file | |||
2022-08-27 | Add title | GeckoEidechse | |
2022-08-27 | Move old README content to bottom of page | GeckoEidechse | |