Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Stop displaying omni-button as locked | GeckoEidechse | |
2022-09-10 | Return result error type if TF|2 install not found | GeckoEidechse | |
2022-09-10 | Update libthermite version | 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 | Add showing contributor list to goals | GeckoEidechse | |
2022-09-10 | Add Northstar crash detection as a goal | GeckoEidechse | |
2022-09-10 | Add explanation for why making FlightCore | GeckoEidechse | |
2022-09-10 | Add localisations as goal to Roadmap | GeckoEidechse | |
2022-09-10 | Mark Origin install detection as completed | GeckoEidechse | |
2022-09-10 | Remove old readme | GeckoEidechse | |
2022-09-10 | Return error result type if NS install fails | GeckoEidechse | |
2022-09-10 | Update application icon | GeckoEidechse | |
Use an icon that represents the Northstar Flight Core ability instead of the default Tauri icon | |||
2022-09-10 | Use locked HTML input field for showing gamepath | GeckoEidechse | |
instead of its own custom HTML element | |||
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 | Add goal to roadmap | 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 | 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 | 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 |