Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-20 | fix: Strip leading zeroes from rc version number (#24) | GeckoEidechse | |
This is more of a hotfix, we should really just use propery regex or something better instead. | |||
2022-10-19 | chore: Update Ubuntu version in CI (#22) | GeckoEidechse | |
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-15 | chore: Remove old entries from gitignore (#15) | GeckoEidechse | |
Files no longer exist since the UI rewrite | |||
2022-10-15 | chore: Bump version numberv0.2.3 | GeckoEidechse | |
2022-10-13 | chore: Link release notes in update notification (#14) | GeckoEidechse | |
* Move release notes to own variable * Show link in update notification | |||
2022-10-12 | fix: App bar drag (#13) | Rémy Raes | |
* feat: dragging app bar drags the whole app The data-tauri-drag-region attribute cannot be put on menu bar directly because it contains elements, so we emulate its behavior with a mousedown listener. * fix: app cannot be dragged by background container * fix: type issues | |||
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-07 | fix: Disable self-updater in CI builds from push | GeckoEidechse | |
Remedies the issue that anyone pushing without access to private key will see their CI fail. | |||
2022-10-06 | Merge pull request #9 from GeckoEidechse/feat/enable-dev-mode-on-debug | Rémy Raes | |
feat: Enable dev mode directly if in debug mode | |||
2022-10-06 | feat: Enable dev mode directly if in debug mode | GeckoEidechse | |
Allows skipping clicking version number 5 times when working on FlightCore. Release builds are not in debug mode, so dev mode is still disabled by default for end-users. | |||
2022-10-06 | Merge pull request #6 from GeckoEidechse/feat/initial-extra-mods-disable-button | Rémy Raes | |
feat: Initial logic to disable all but core mods | |||
2022-10-06 | Merge pull request #5 from GeckoEidechse/chore/remove-unused-code | GeckoEidechse | |
chore: Remove unused code and dependencies | |||
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-06 | chore: Remove unused dependencies | GeckoEidechse | |
2022-10-06 | chore: Remove unused frontend page and styling | GeckoEidechse | |
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 | |