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

Backport master into release/14 #12466

Merged
merged 11 commits into from
Apr 9, 2024
Merged

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    b5c9913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e335043 View commit details
    Browse the repository at this point in the history
  3. Fix: Segfault when using -q without providing a . character. (OpenTTD…

    …#12418)
    
    Use std::filesystem::path to find extension instead of strrchr.
    PeterN authored and glx22 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2856792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df1537 View commit details
    Browse the repository at this point in the history
  5. Fix OpenTTD#12114: Viewport coords of crashed aircraft not updated wh…

    …en falling. (OpenTTD#12424)
    
    This results in the aircraft glitching as the wrong viewport area is drawn.
    PeterN authored and glx22 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    920eb60 View commit details
    Browse the repository at this point in the history
  6. Fix OpenTTD#12233: Mini order list overlaps vehicle group name. (Open…

    …TTD#12423)
    
    Move mini order list down one line to make room.
    PeterN authored and glx22 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0f6fc23 View commit details
    Browse the repository at this point in the history
  7. Fix: Aircraft crash counter was too low to reach ground. (OpenTTD#12425)

    Aircraft can float above the ground when crashed as the counter limit to reach the ground is too low.
    
    Instead reset the counter until the aircraft reaches the ground, then continue the timer.
    PeterN authored and glx22 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7efdf31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4ab280 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    865cf30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    003b847 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1b3eb2 View commit details
    Browse the repository at this point in the history