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

misc: reconfigure UI toggling mechanism #1683

Merged
merged 3 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. tr1/config: rename enable_ui to enable_game_ui

    This will allow making specific UI hiding settings rather than a global
    catch-all.
    lahm86 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8fee550 View commit details
    Browse the repository at this point in the history
  2. libtrx/ui: make common UI toggle function

    This makes a general UI hiding function available in libtrx, expecting
    the relevant specific config setting to be provided.
    For TR1, the call is moved away from shell.c into Game_ProcessInput.
    lahm86 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a32af41 View commit details
    Browse the repository at this point in the history
  3. tr1/phase_photo_mode: use independent UI setting

    This introduces a separate UI state setting for photo mode only.
    lahm86 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1fa5e3f View commit details
    Browse the repository at this point in the history