Age | Commit message (Expand) | Author |
2022-10-20 | fix: restore updateCurrentTab method with router | Remy Raes |
2022-10-18 | feat: Add persistent store (#16) | GeckoEidechse |
2022-10-08 | feat: Show own version number in settings view (#11) | GeckoEidechse |
2022-10-06 | feat: Enable dev mode directly if in debug mode | GeckoEidechse |
2022-10-05 | refactor: Use Element+ notif. instead of `alert()` | GeckoEidechse |
2022-10-04 | fix: Install selected release canal | GeckoEidechse |
2022-10-04 | feat: Show notification if FlightCore is outdated | GeckoEidechse |
2022-10-04 | refactor: Remove unused copied code | GeckoEidechse |
2022-10-04 | Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-ui | Alystrasz |
2022-10-04 | feat: migrate update check code to store | Alystrasz |
2022-10-04 | refactor: rename store type | Alystrasz |
2022-10-03 | chore: Fix import formatting | GeckoEidechse |
2022-10-03 | feat: implement updateGamePath method | Alystrasz |
2022-10-03 | fix: address _initializeApp result typing issue | Remy Raes |
2022-10-03 | refactor: implement launchGame method with switch/case | Remy Raes |
2022-10-03 | fix: Do not show install button if TF|2 not found | GeckoEidechse |
2022-10-03 | fix: Null out game path | GeckoEidechse |
2022-10-02 | fix: store is now typed | Remy Raes |
2022-10-02 | refactor: type issues | Remy Raes |
2022-10-02 | refactor: Use enum for install type | GeckoEidechse |
2022-10-02 | feat: Add initial NS launch functionality | GeckoEidechse |
2022-10-02 | feat: Add update functionality | GeckoEidechse |
2022-09-29 | feat: add basic canal selector | Alystrasz |
2022-09-27 | fix: do not try to run game after installing Northstar | Alystrasz |
2022-09-27 | feat: we can now install Northstar if it wasn't detected | Alystrasz |
2022-09-26 | fix: do not display "see patch notes" link with unknown Northstar version | Alystrasz |
2022-09-26 | feat: game cannot be launched if Origin is not running | Alystrasz |
2022-09-26 | developer mode can be turned off from developer view | Alystrasz |
2022-09-26 | refactor: rename northstar version method | Alystrasz |
2022-09-26 | docs: add documentation to store methods | Alystrasz |
2022-09-25 | feat: load northstar version in app state | Remy Raes |
2022-09-25 | feat: load up installation path in app state on launch | Remy Raes |
2022-09-25 | feat: add component to see game folder path | Remy Raes |
2022-09-24 | feat: add a "see patch notes" link to main view | Remy Raes |
2022-09-24 | feat: display services state on dev mode | Remy Raes |
2022-09-24 | feat: add developer_mode variable | Remy Raes |
2022-09-24 | feat: listen to origin/northstar events | Remy Raes |
2022-09-24 | feat: use a store for application state | Remy Raes |