Commit Graph

1314 Commits

Author SHA1 Message Date
Thomas Zobler
80e8710ecc fix: Update src/plugins/simulator/msfs2024/CMakeLists.txt
Co-authored-by: Lars Toenning <dev@ltoenning.de>
2025-12-01 07:34:03 +01:00
tzobler
5951f75fe1 Merge branch 'main' into msfs2024_new_ml 2025-11-21 14:10:30 +01:00
tzobler
a3d6bb871f feat: new lights and number of engines increased to 6 2025-11-13 13:58:36 +01:00
tzobler
dbe7bf69fb refactor: Remove TerrainProbe from msfs2024 code 2025-11-11 16:16:18 +01:00
tzobler
0110146a74 fix: sortorder modelset 2025-11-10 13:50:25 +01:00
tzobler
f034d31694 feat: Implementation of the msfs2024 model mapping is ready for testing 2025-11-07 22:09:24 +01:00
tzobler
6700f66e1c fix: Annotations from GitHub build resolved 2025-11-05 12:04:36 +01:00
tzobler
53d069a5d1 feat: new method for loading models via SimConnect MSFS2024 2025-11-05 11:37:18 +01:00
Lars Toenning
1bf664f241 build: Fix build on Windows 2025-11-01 16:15:13 +01:00
Lars Toenning
707eaf0495 refactor: Fix readability-use-concise-preprocessor-directives 2025-11-01 16:15:13 +01:00
Lars Toenning
469d9b8421 refactor: Fix readability-static-accessed-through-instance warnings 2025-11-01 16:15:13 +01:00
Lars Toenning
5eafb1282d refactor: Fix cppcoreguidelines-init-variables warnings 2025-11-01 16:15:13 +01:00
Lars Toenning
8a877e85b7 refactor: Fix readability-use-std-min-max 2025-11-01 16:15:12 +01:00
Lars Toenning
369450107b refactor: Fix remaining modernize- warnings 2025-11-01 16:15:12 +01:00
Lars Toenning
e09413614a refactor: Fix clang-tidy modernize-return-braced-init-list 2025-11-01 16:15:12 +01:00
Lars Toenning
8f946b77d5 refactor: Fix clang-tidy modernize-use-override 2025-11-01 16:15:12 +01:00
Lars Toenning
29bc905e56 refactor: Fix clang-tidy modernize-use-auto 2025-11-01 16:15:12 +01:00
Mat Sutcliffe
57ae33a8d2 fix: doxygen warnings 2025-07-11 13:54:39 +02:00
Mat Sutcliffe
2ed1161508 refactor: remove unused method 2025-07-11 13:54:39 +02:00
Lars Toenning
e2fc3fe340 feat: Use conan for dependency management 2025-07-07 21:51:31 +02:00
Lars Toenning
edbabe34be refactor: Remove airport view 2024-12-30 10:08:50 +01:00
Lars Toenning
efc7796f1b refactor: Remove timesync feature
This is directly available by new simulators.
2024-12-30 10:08:49 +01:00
tzobler
940b7281c9 feat: add native msfs2024 support 2024-12-20 14:18:26 +01:00
Lars Toenning
bae92ffb73 refactor: Remove FSUIPC 2024-12-03 20:01:52 +01:00
Lars Toenning
7bc99ff6f2 refactor: Fix include guard end comment 2024-12-01 14:25:18 +01:00
Lars Toenning
8e775990ae refactor: Clean up simconnect settings 2024-11-30 17:32:48 +01:00
Lars Toenning
5e8ff1a4ca refactor: Remove old comments 2024-11-30 16:27:36 +01:00
Lars Toenning
1a0b2a8c5f refactor: clang format line length 2024-11-17 09:25:46 +01:00
Lars Toenning
fa4c0bacbf fix: Fix broken doxygen comments 2024-11-16 21:40:55 +01:00
Lars Toenning
97eed9562a refactor: clang-format 2024-11-16 21:40:55 +01:00
Lars Toenning
d125d84d78 fix(fg): Do not mark FG plugin as experimental anymore 2024-11-15 20:54:15 +01:00
Lars Toenning
528b0cc255 feat: Add MSFS support
Co-Authored-By: Roland Rossgotterer <roland.rossgotterer@gmail.com>
Co-Authored-By: tzobler <tzobler@t-online.de>
2024-11-15 20:54:14 +01:00
Lars Toenning
7b6568f3b9 refactor: Use using instead of typedef 2024-11-12 20:58:26 +01:00
Lars Toenning
cc1e41fc59 refactor: Rename remaining "black" identifiers 2024-11-11 15:11:40 +01:00
Lars Toenning
6d1812b164 refactor: Rename blackgui to swift::gui 2024-11-11 15:11:40 +01:00
Lars Toenning
3a2447770f refactor: Rename blackcore to swift::core 2024-11-11 15:11:39 +01:00
Lars Toenning
9142a3649b refactor: Rename blackmisc to swift::misc 2024-11-11 15:11:39 +01:00
Lars Toenning
9c879aea1c refactor: Rename verify macros 2024-11-11 13:02:36 +01:00
Lars Toenning
0db0c16668 refactor: Rename BlackConfig to swift::config 2024-11-11 13:02:35 +01:00
Lars Toenning
5266cc1909 refactor: Port to Qt 6 2024-11-09 08:15:44 +01:00
Lars Toenning
3af2fe2304 refactor: Move interpolation-related files to new subdirectory 2024-10-21 20:35:38 +02:00
Lars Toenning
a27c2b3f51 refactor: Move OnGround information to own class 2024-10-21 20:33:21 +02:00
Lars Toenning
8604ddf06a refactor: Split InterpolationStatus related classes into separate files 2024-10-21 20:33:20 +02:00
Lars Toenning
e8ae835827 refactor: Fix spelling mistake 2024-10-21 20:33:20 +02:00
Lars Toenning
78d0dc4435 refactor: Change variable type of aircraftNumber
The aircraft number should always be positive
2024-10-21 20:33:19 +02:00
Lars Toenning
ed83671196 refactor(fsx): Simplify condition 2024-10-13 15:29:11 +02:00
Lars Toenning
de7b820112 refactor: Remove weather support 2024-10-13 15:20:57 +02:00
Lars Toenning
9824390f80 fix: Enable probe config only when the sim is running locally
Enabling the terrain probe only works when running locally because it
directly accesses the simulator plugin.
2024-10-13 08:52:33 +02:00
Lars Toenning
48dccd937f refactor: Remove FSX specific method from context
This method was only uses to provide a secondary way installing the
terrain probe. For simplicity we should only provide a single way to
install the probe (through the config wizard).
2024-10-13 08:52:33 +02:00
Lars Toenning
b2ecee8a94 refactor: Use CFileUtils to save the file
Other methods in this component to open and delete the file only worked
in a local environment as well. For simplification allow writing this
file locally only as well.
2024-10-13 08:52:33 +02:00