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

Pressure Control: Disable manual controls when user access is enabled #2137

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2024

  1. P_SetAllHStoAtmospheric: Prefer P_GetPressureDataWaveRef

    We don't need to take care of a non-existing pressure data wave.
    t-b committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    989c43c View commit details
    Browse the repository at this point in the history
  2. P_SetAllHStoAtmospheric: Avoid memory leak

    We need to save returned free waves in WAVE statements first before using
    them.
    t-b committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a718204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4784bc5 View commit details
    Browse the repository at this point in the history
  4. DAP_CheckProc_Settings_PUser: Disable and stop manual pressure on use…

    …r access
    
    This avoids a runtime assertion.
    t-b committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    06538d0 View commit details
    Browse the repository at this point in the history
  5. P_UpdatePressureModeTabs: Skip setting disabled controls

    This is broken since e29c778 (PGC_SetAndActivateControl: Make setting a
    disabled control an error, 2021-09-30).
    t-b committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    633d0cc View commit details
    Browse the repository at this point in the history