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

Sync with Q2PRO: UI stuff #346

Merged
merged 14 commits into from
Oct 27, 2023
Merged

Sync with Q2PRO: UI stuff #346

merged 14 commits into from
Oct 27, 2023

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    a7d7029 View commit details
    Browse the repository at this point in the history
  2. Round scaled screen sizes to int.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b208ef5 View commit details
    Browse the repository at this point in the history
  3. Fix odd screen height issue with server browser menu.

    When screen height is odd, menu list height is one pixel off.
    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9ef3e5a View commit details
    Browse the repository at this point in the history
  4. Apply screen scaling to demo bar.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e394b8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e94f3b View commit details
    Browse the repository at this point in the history
  6. Fix UB when demo cache is corrupted.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4873bf3 View commit details
    Browse the repository at this point in the history
  7. Make UI realtime unsigned.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1f80b76 View commit details
    Browse the repository at this point in the history
  8. Use float for demo position percentage.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c4e9f20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20393be View commit details
    Browse the repository at this point in the history
  10. Change demo progress range to [0, 1].

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4d769e0 View commit details
    Browse the repository at this point in the history
  11. Add a hack for action mod scope scaling.

    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    40d7754 View commit details
    Browse the repository at this point in the history
  12. Reset ‘hand’ to 0 if out of range rather than clamping.

    Game has special cases only for values 1 and 2 and all other values
    should be equivalent to 0.
    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b3a1dd7 View commit details
    Browse the repository at this point in the history
  13. Clean up and fix Com_ParseColor().

    Explicitly check for negative value, because whether color_index_t is
    signed or unsigned type is implementation defined.
    skullernet authored and res2k committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    f29b17a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    479d6a9 View commit details
    Browse the repository at this point in the history