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

Improved joystick support #255

Merged
merged 11 commits into from
Sep 19, 2023
Merged

Commits on Jul 23, 2023

  1. Various improvements to the joystick handling, including several new …

    …settings to accommodate variations between devices and users' preferences.
    
    Closes BZFlag-Dev#72.
    macsforme authored and blast007 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6a0bd16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76dc80a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c816b19 View commit details
    Browse the repository at this point in the history
  4. Cast a couple values.

    macsforme authored and blast007 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    69150d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45faaf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfa2ef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    9b0115c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6cded9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. In Input Settings, match the joystick device based on index.

    This can end up selecting a different joystick than the user had
    selected if the order of connected joysticks change. However, this
    matches the logic in SDLJoystick , so it's at least consistent now.
    blast007 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    84148a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7c7bc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    dcc3d87 View commit details
    Browse the repository at this point in the history