Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-20 | fix: adjust containers position | Remy Raes | |
2022-10-19 | refactor: Use `Result<>` return type for Linux checks (#21) | GeckoEidechse | |
* refactor: Use result return type for Linux checks * refactor: Store min required ldd version in const This way we only need to update a single variable in case min required version changes. | |||
2022-10-19 | feat: Manually find game if needed (#7) | Rémy Raes | |
* refactor: move updateGamePath method in store mutations * feat: play button allows game path update If game path was not found automatically and the user clicks the play button, FlightCore will ask him to point out his Titanfall2 installation folder. * refactor: change button text * feat: display a notification on successful game folder selection * feat: close permanent notification on successful game folder selection * fix: allow game launch with UNKNOWN install type on Windows * feat: set install type to UNKNOWN on manual folder pick * refactor: update omni-button text when game folder wasn't found | |||
2022-10-18 | feat: Add persistent store (#16) | GeckoEidechse | |
* refactor: Rename object field So that is specifically references Northstar * chore: Add plugin-store as npm dependency * feat: Persistent storing selected NS release canal * docs: Add explanation about persistent store | |||
2022-10-18 | Add ldd --version check for Linux (#10) | Salmon | |
2022-10-08 | feat: Show own version number in settings view (#11) | GeckoEidechse | |
* feat: Show own version number in settings view Adds a new field to state that stores FlightCore version number. Version number is pulled from backend on application launch. * style: Reorder so that FC version is shown first * chore: Remove leftover TODO comment | |||
2022-10-06 | refactor: Use string variable value directly | GeckoEidechse | |
instead of encapsulating in template literal | |||
2022-10-06 | fix: Remove console logs | GeckoEidechse | |
As requested in review | |||
2022-10-06 | feat: Initial logic to disable all but core mods | GeckoEidechse | |
In the future, this button should be moved to a "Repair" view. For now I'm putting it into Dev view for testing. | |||
2022-10-05 | feat: Allow switching between release channels (#3) | GeckoEidechse | |
* feat: Allow switching between release channels Right now it's a single toggle button. In the future it should be a dropdown menu * fix: Use proper way to perform a change in state * refactor: Call right function to update state * fix: Use proper message type * refactor: Use ternary operator for release channel selection | |||
2022-10-03 | feat: add panic button to dev view | Alystrasz | |
2022-10-03 | feat: implement updateGamePath method | Alystrasz | |
2022-10-03 | refactor: Gecko is paranoid | Remy Raes | |
2022-10-02 | fix: store is now typed | Remy Raes | |
2022-10-02 | refactor: type issues | Remy Raes | |
2022-10-02 | fix: SettingsView is a Typescript component | Remy Raes | |
2022-09-29 | fix: restore launch button style | Alystrasz | |
2022-09-29 | Merge pull request #1 from GeckoEidechse/ui-mention-tfor | Rémy Raes | |
Mention TFOR as inspiration for UI in about section | |||
2022-09-29 | fix: Use application wide style for link | GeckoEidechse | |
2022-09-28 | fix: Open tforevive github link in default browser | GeckoEidechse | |
2022-09-28 | feat: add changelog view component | Alystrasz | |
2022-09-28 | feat: Mention TFOR for UI inspiration | GeckoEidechse | |
2022-09-27 | refactor: export PlayButton component to dedicated file | 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 | feat: add DeveloperView component | Alystrasz | |
2022-09-25 | feat: add component to see game folder path | Remy Raes | |
2022-09-25 | play button is disabled when game is running | 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: developer mode can be activated by clicking northstar version multiple ↵ | Remy Raes | |
times | |||
2022-09-24 | feat: use a store for application state | Remy Raes | |
2022-09-24 | refactor: remove "run server" button | Remy Raes | |
2022-09-23 | feat: add PlayView component | Remy Raes | |