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

Add checkbox to enable/disable DynamicCamMaps to the Options Menu. #251

Merged
merged 3 commits into from
Mar 7, 2024

Commits on Feb 25, 2024

  1. Fix H-uru#247.

    Removes the EAX logo from the audio settings dialog.
    Hoikas committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c7f0db1 View commit details
    Browse the repository at this point in the history
  2. Update the options menu to use pfLocalization.

    This means that we no longer need to round trip the localized strings
    through Python, improving performance and reducing code bloat in
    xOptionsMenu.py.
    
    As a drive by, I changed the monitor calibration instructions to scale
    with resolution, so they should be more legible on high resolution
    displays.
    Hoikas committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5b6cb64 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Add checkbox for planar reflections to the graphics options.

    This allows the user to turn off DynamicCamMaps, which can be fairly
    expensive. This mirrors a similar option in Myst V.
    Hoikas committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    df290e3 View commit details
    Browse the repository at this point in the history