-
Notifications
You must be signed in to change notification settings - Fork 34
New model loader for MSFS 2024 #374
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
base: main
Are you sure you want to change the base?
Conversation
ltoenning
left a comment
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.
Nice work!
One thing we might need to think about is if at least some common parts can be reused. Otherwise the PR adds quite much duplicate code, possibly making the plugins harder to maintain. Of course this is a tradeoff because of the changes between MSFS2020 and MSFS2024... Maybe we can discuss this soon.
| // clang-format off | ||
| #include <Windows.h> | ||
| //#include <SimConnect.h> | ||
| #include "../third_party/externals/common/include/simconnect/MSFS2024/SimConnect.h" |
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.
Should be #include <SimConnect.h> with the include paths correctly managed in CMake.
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
Co-authored-by: Lars Toenning <dev@ltoenning.de>
…lotclient into msfs2024_new_ml
New version for MSFS2024 modelloader, based on the current main branch. Includes all adjustments for Qt 6.10.1
Please pay particular attention to the sections marked "TODO TZ".