Age | Commit message (Expand) | Author |
2022-09-20 | Add missing semicolon | GeckoEidechse |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse |
2022-09-14 | Support switching between main release and RCs | GeckoEidechse |
2022-09-13 | Do now show version number in omni-button | GeckoEidechse |
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 |
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 |
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 |
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 |
2022-09-09 | Add initial Northstar install support | GeckoEidechse |
2022-09-09 | Add switch-case for performing action | GeckoEidechse |
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 |
2022-09-01 | Remove elements from template application | GeckoEidechse |
2022-09-01 | Handle gamepath check if manually selected | GeckoEidechse |
2022-09-01 | Add dir picker if Titanfall2 is not installed | GeckoEidechse |
2022-09-01 | Add structure to implement Nortshtar update check | GeckoEidechse |
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 |
2022-08-29 | Add variable to track global state | GeckoEidechse |
2022-08-29 | Add omni-button | GeckoEidechse |
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 |
2022-08-26 | Add a force crash button | GeckoEidechse |
2022-08-25 | Update formatting | GeckoEidechse |