Skip to content
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
wants to merge 33 commits into from
Closed

feat: add native msfs2024 support #321

wants to merge 33 commits into from

Conversation

tzobler
Copy link
Contributor

@tzobler tzobler commented Dec 18, 2024

"Microsoft flight simulator 2024" has been integrated into all functions. The datastore also contains information about this simulator

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
@tzobler tzobler marked this pull request as draft December 18, 2024 11:59
@tzobler tzobler marked this pull request as ready for review December 18, 2024 12:05
@tzobler tzobler marked this pull request as draft December 18, 2024 12:19
@tzobler tzobler requested a review from ltoenning December 18, 2024 12:20
CMakeLists.txt Outdated Show resolved Hide resolved
cmake/tools.cmake Outdated Show resolved Hide resolved
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";
Copy link
Contributor

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.

src/gui/components/dbownmodelscomponent.cpp Outdated Show resolved Hide resolved
src/misc/simulation/fscommon/fsdirectories.cpp Outdated Show resolved Hide resolved
src/plugins/simulator/CMakeLists.txt Outdated Show resolved Hide resolved
src/plugins/simulator/fscommon/fsuipcimpl.cpp Outdated Show resolved Hide resolved
@tzobler tzobler closed this Dec 20, 2024
@tzobler tzobler deleted the msfs2024_native branch December 20, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants