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

Make map Orientation fully configurable by input events #1426

Merged
merged 5 commits into from
May 19, 2024

Conversation

kobedegeest
Copy link
Contributor

Your PR should:

  • all description should be in the commit messages (no text in the pr)
  • your pr should be rebased on the current HEAD
  • one commit per atomic feature (every commit should build)
  • no fixup commits
  • pass all the compile and CI targets

For coding, style guide, architecture information please see our development guide:
https://xcsoar.readthedocs.io/en/latest/index.html

@kobedegeest kobedegeest requested a review from a team as a code owner May 14, 2024 18:52
Copy link
Contributor

@lordfolken lordfolken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent PR. Keep it up. :-)
+1

This adds an event that can change the orientation in cruise,
as the current "Orientation" event is incomplete.

Since one input can trigger multiple events it is not needed to mix
cruise and circling orientation in one event, like "Orientation" tries
(this would need 25 combinations vs two sets of 5 when split)
This adds an event that can change the orientation in circling,
as the current "Orientation" event is incomplete.

Since one input can trigger multiple events it is not needed to mix
cruise and circling orientation in one event, like "Orientation" tries
(this would need 25 combinations vs two sets of 5 when split)
Map orientation is completly configiruable with input events after this
PR thus this TODO is done.
No more needed as it is replaced with eventOrientationCruise and
eventOrientationCircling.

However removing this will break users inputfile if they used the
eventOrientation. Which they can easily fix by updating it.
@lordfolken lordfolken merged commit 6d67670 into XCSoar:master May 19, 2024
7 of 8 checks passed
@kobedegeest kobedegeest deleted the Orientation-events branch June 3, 2024 08:44
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.

None yet

2 participants