-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add native msfs2024 support #321
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ct/pilotclient into fix_model_validation
…config.dll in swift-plugin-simulators.xml
…lotclient into msfs2024_native
squash: preventing error messages git checks test: reset the URL to datastore (datastore2 for testing) fix: add steam directories for msfs2024 Squashed commit of the following: commit 6267cab Author: Lars Toenning <dev@ltoenning.de> Date: Mon Dec 16 18:22:37 2024 +0100 fix: Update user login data on server change Fixes #317 commit 77fed2b Author: Lars Toenning <dev@ltoenning.de> Date: Mon Dec 16 18:23:43 2024 +0100 build: Ignore commit body commit 5a24b61 Author: tzobler <tzobler@t-online.de> Date: Mon Dec 16 12:41:12 2024 +0100 fix: removes unnecessary function in msfsDirImpl() commit 0cf4434 Author: tzobler <tzobler@t-online.de> Date: Sat Dec 14 20:44:10 2024 +0100 ci: add some comments commit 220cc2a Author: tzobler <tzobler@t-online.de> Date: Sat Dec 14 20:35:00 2024 +0100 fix: search model directory adapted for Steam edition commit 3c18558 Author: Lars Toenning <dev@ltoenning.de> Date: Fri Dec 6 18:55:32 2024 +0100 fix: Remove check for share/images commit 937c2aa Author: tzobler <tzobler@t-online.de> Date: Sat Nov 30 18:43:41 2024 +0100 fix: Correct path for MSFS2020 model validation commit 59021f9 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 19:50:49 2024 +0100 ci: Add gitlint commit 3f9d116 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:14:13 2024 +0100 ci: Add REUSE check to CI commit 417d4b0 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 18:31:47 2024 +0100 feat: Update notification sounds commit 5498f78 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:19:32 2024 +0100 refactor: Remove unused error sound notification commit c63b5ac Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:13:47 2024 +0100 feat: Add reuse lint information commit bae92ff Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:10:46 2024 +0100 refactor: Remove FSUIPC commit e14a953 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:10:28 2024 +0100 refactor: Remove old files commit e8556fd Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:09:25 2024 +0100 refactor: Remove unused country flags and airline logos commit d789f61 Author: Lars Toenning <dev@ltoenning.de> Date: Tue Dec 3 10:08:06 2024 +0100 docs: Remove outdated doxygen Qt tag files commit 234ec59 Author: tzobler <tzobler@t-online.de> Date: Tue Dec 3 19:23:31 2024 +0100 Update build.yml commit a43b5dd Author: Lars Toenning <dev@ltoenning.de> Date: Sun Dec 1 11:04:25 2024 +0100 refactor: Fix clang-tidy warnings commit 7bc99ff Author: Lars Toenning <dev@ltoenning.de> Date: Sun Dec 1 10:58:33 2024 +0100 refactor: Fix include guard end comment commit 7f277e4 Author: Lars Toenning <dev@ltoenning.de> Date: Sun Dec 1 10:56:24 2024 +0100 refactor: Clean up includes commit 8e77599 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 17:32:48 2024 +0100 refactor: Clean up simconnect settings commit 35a284f Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 17:32:25 2024 +0100 fix(ui): Set correct min size commit 41e8ffd Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:21:16 2024 +0100 refactor: Remove famfamfam icons commit 545fba7 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:20:12 2024 +0100 refactor: Remove kill button commit a0c4502 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:19:01 2024 +0100 refactor: Remove MCX icon commit 74415e7 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:18:32 2024 +0100 refactor: Use chrono instead of plain ints commit b8ce7a9 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:15:02 2024 +0100 refactor: Remove time literals commit 97e81cf Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:13:29 2024 +0100 refactor: Remove preloader commit 5e8ff1a Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:12:28 2024 +0100 refactor: Remove old comments commit 5c81599 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:11:21 2024 +0100 docs: Remove old CLA from docs commit 8063764 Author: Lars Toenning <dev@ltoenning.de> Date: Sat Nov 30 12:11:05 2024 +0100 docs: Update version in README ci: remove some comments
ltoenning
reviewed
Dec 18, 2024
Comment on lines
+183
to
+186
// future versions | ||
// future versions | ||
case SimType::XPLANE12: | ||
case SimType::P3Dv5: | ||
case SimType::MSFS: return "0"; | ||
case SimType::P3Dv5: return "0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this needs to be agreed on with VATSIM. Maybe some other simulators are already using 10
and 11
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
"Microsoft flight simulator 2024" has been integrated into all functions. The datastore also contains information about this simulator