aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06refactor: Use string variable value directlyGeckoEidechse
2022-10-06fix: Remove console logsGeckoEidechse
2022-10-06feat: Initial logic to disable all but core modsGeckoEidechse
2022-10-06chore: Remove unused dependenciesGeckoEidechse
2022-10-06chore: Remove unused frontend page and stylingGeckoEidechse
2022-10-06docs: Show logo in readmeGeckoEidechse
2022-10-05refactor: Use Element+ notif. instead of `alert()`GeckoEidechse
2022-10-05feat: Add backend function to check if debug modeGeckoEidechse
2022-10-05chore: Bump version numberv0.2.2GeckoEidechse
2022-10-05chore: Add download instructionsGeckoEidechse
2022-10-05chore: Remove outdated build instructionsGeckoEidechse
2022-10-05chore: Add application screenshotGeckoEidechse
2022-10-05chore: Update mod-manager status on READMEGeckoEidechse
2022-10-05chore: Remove unused codeGeckoEidechse
2022-10-05feat: Allow switching between release channels (#3)GeckoEidechse
2022-10-05chore: Bump version numberv0.2.1GeckoEidechse
2022-10-05fix: Adjust file paths to capitalised product nameGeckoEidechse
2022-10-05chore: Bump version numberv0.2.0GeckoEidechse
2022-10-04fix: Install selected release canalGeckoEidechse
2022-10-04refactor: Give NorthstarState enum mapped stringGeckoEidechse
2022-10-04fix: Capitalise product name properlyGeckoEidechse
2022-10-04Merge pull request #2 from Alystrasz/feat/new-uiGeckoEidechse
2022-10-04fix: Re-enable self updating mechanismGeckoEidechse
2022-10-04Merge pull request #11 from GeckoEidechse/feat/flightcore-oudated-notificationRémy Raes
2022-10-04feat: Show notification if FlightCore is outdatedGeckoEidechse
2022-10-04refactor: Remove unused copied codeGeckoEidechse
2022-10-04Merge pull request #10 from GeckoEidechse/refactor/change-dist-dirRémy Raes
2022-10-04refactor: Change dist dir pathGeckoEidechse
2022-10-04Merge pull request #9 from GeckoEidechse/docs/add-readme-deprecated-uiRémy Raes
2022-10-04Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiAlystrasz
2022-10-04feat: migrate update check code to storeAlystrasz
2022-10-04refactor: rename store typeAlystrasz
2022-10-04feat: set minimum window dimensions to 600x300Rémy Raes
2022-10-03docs: Add readme to mention deprecated UIGeckoEidechse
2022-10-03Merge pull request #8 from GeckoEidechse/chore/import-formattingRémy Raes
2022-10-03chore: Fix import formattingGeckoEidechse
2022-10-03feat: add panic button to dev viewAlystrasz
2022-10-03feat: implement updateGamePath methodAlystrasz
2022-10-03fix: address options() typing issueAlystrasz
2022-10-03fix: address _initializeApp result typing issueRemy Raes
2022-10-03refactor: Gecko is paranoidRemy Raes
2022-10-03docs: update readmeRemy Raes
2022-10-03refactor: implement launchGame method with switch/caseRemy Raes
2022-10-03build: remove old tauri config fileRemy Raes
2022-10-03Merge pull request #5 from GeckoEidechse/null-out-gamepathRémy Raes
2022-10-03Merge pull request #6 from GeckoEidechse/fix/temp-disable-updaterRémy Raes
2022-10-03fix: Temp. disable updater to avoid failing buildsGeckoEidechse
2022-10-03fix: Do not show install button if TF|2 not foundGeckoEidechse
2022-10-03fix: Null out game pathGeckoEidechse
2022-10-03Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiRemy Raes