Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | docs: Show logo in readme | GeckoEidechse | |
2022-10-05 | refactor: Use Element+ notif. instead of `alert()` | GeckoEidechse | |
Less jarring then receiving an `alert()` as the first thing when opening FlightCore | |||
2022-10-05 | feat: Add backend function to check if debug mode | GeckoEidechse | |
Useful for having different UI between dev and release | |||
2022-10-05 | chore: Bump version numberv0.2.2 | GeckoEidechse | |
2022-10-05 | chore: Add download instructions | GeckoEidechse | |
2022-10-05 | chore: Remove outdated build instructions | GeckoEidechse | |
2022-10-05 | chore: Add application screenshot | GeckoEidechse | |
2022-10-05 | chore: Update mod-manager status on README | GeckoEidechse | |
2022-10-05 | chore: Remove unused code | GeckoEidechse | |
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-05 | chore: Bump version numberv0.2.1 | GeckoEidechse | |
2022-10-05 | fix: Adjust file paths to capitalised product name | GeckoEidechse | |
2022-10-05 | chore: Bump version numberv0.2.0 | GeckoEidechse | |
2022-10-04 | fix: Install selected release canal | GeckoEidechse | |
Use selected release canal for install/update instead of hardcoding to main release. | |||
2022-10-04 | refactor: Give NorthstarState enum mapped string | GeckoEidechse | |
So that when printing out the value for debug purposes it is clear which value it is. | |||
2022-10-04 | fix: Capitalise product name properly | GeckoEidechse | |
2022-10-04 | Merge pull request #2 from Alystrasz/feat/new-ui | GeckoEidechse | |
Full UI rework | |||
2022-10-04 | fix: Re-enable self updating mechanism | GeckoEidechse | |
2022-10-04 | Merge pull request #11 from GeckoEidechse/feat/flightcore-oudated-notification | Rémy Raes | |
Show notification if FlightCore is outdated | |||
2022-10-04 | feat: Show notification if FlightCore is outdated | GeckoEidechse | |
2022-10-04 | refactor: Remove unused copied code | GeckoEidechse | |
2022-10-04 | Merge pull request #10 from GeckoEidechse/refactor/change-dist-dir | Rémy Raes | |
Change dist dir path | |||
2022-10-04 | refactor: Change dist dir path | GeckoEidechse | |
Instead of copying dist to different directory as before build step | |||
2022-10-04 | Merge pull request #9 from GeckoEidechse/docs/add-readme-deprecated-ui | Rémy Raes | |
Add readme to mention deprecated UI | |||
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-04 | feat: set minimum window dimensions to 600x300 | Rémy Raes | |
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | |||
2022-10-03 | docs: Add readme to mention deprecated UI | GeckoEidechse | |
2022-10-03 | Merge pull request #8 from GeckoEidechse/chore/import-formatting | Rémy Raes | |
Fix import formatting | |||
2022-10-03 | chore: Fix import formatting | GeckoEidechse | |
2022-10-03 | feat: add panic button to dev view | Alystrasz | |
2022-10-03 | feat: implement updateGamePath method | Alystrasz | |
2022-10-03 | fix: address options() typing issue | Alystrasz | |
2022-10-03 | fix: address _initializeApp result typing issue | Remy Raes | |
2022-10-03 | refactor: Gecko is paranoid | Remy Raes | |
2022-10-03 | docs: update readme | Remy Raes | |
2022-10-03 | refactor: implement launchGame method with switch/case | Remy Raes | |
2022-10-03 | build: remove old tauri config file | Remy Raes | |
2022-10-03 | Merge pull request #5 from GeckoEidechse/null-out-gamepath | Rémy Raes | |
Start with empty gamepath and set button accordingly if no Titanfall2 install found | |||
2022-10-03 | Merge pull request #6 from GeckoEidechse/fix/temp-disable-updater | Rémy Raes | |
Temporarily disable updater to avoid failing builds | |||
2022-10-03 | fix: Temp. disable updater to avoid failing builds | GeckoEidechse | |
Should be re-enabled before merging and in the longterm disabled in CI if private key is missing. | |||
2022-10-03 | fix: Do not show install button if TF|2 not found | GeckoEidechse | |
Instead show a button saying that Titanfall2 was not found | |||
2022-10-03 | fix: Null out game path | GeckoEidechse | |
to avoid installing to an unkown path. | |||
2022-10-03 | Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-ui | Remy Raes | |
2022-10-03 | build: move front files on build step | Remy Raes | |
2022-10-03 | Merge pull request #4 from GeckoEidechse/fix-ci | Rémy Raes | |
Update CI for new UI framework | |||
2022-10-02 | fix: Update CI for new UI framework | GeckoEidechse | |
2022-10-02 | Merge branch 'GeckoEidechse:main' into feat/new-ui | Rémy Raes | |