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

Wii addon refactor and button/analog mapping support #501

Merged
merged 23 commits into from
Sep 9, 2023
Merged

Wii addon refactor and button/analog mapping support #501

merged 23 commits into from
Sep 9, 2023

Commits on May 11, 2023

  1. Added improved Wii extension detection.

    Added GHWT touch fret support.
    Added initial Wii extension hot plugging support.
    Fixed issue with detecting GHWT guitars.
    Fixed issue with guitar analog values.
    mikepparks committed May 11, 2023
    Configuration menu
    Copy the full SHA
    af4fd3e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    98a666f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f122ec4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Added analog calibration. If controller does not have stored calibrat…

    …ion, default is used (implemented per-controller). Verifies calibration checksum to determine which is used.
    mikepparks committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0f4df7f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Adjust default analog calibration when data is unavailable on the dev…

    …ice. Fixed issue where adjusted input values would overflow after calibration.
    mikepparks committed May 26, 2023
    Configuration menu
    Copy the full SHA
    60570f5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Added default calibration for Drums and Turntable extensions since no…

    … calibration exists on device. Implemented default button mapping config in prep for web-config mapping options.
    mikepparks committed May 29, 2023
    Configuration menu
    Copy the full SHA
    fb21dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f27d61d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 7, 2023

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

Commits on Jun 27, 2023

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

Commits on Aug 18, 2023

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

Commits on Aug 19, 2023

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

Commits on Aug 20, 2023

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

Commits on Aug 27, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Refactor of Wii addon to include button and analog mapping.

    Included separation of Wii addon-specific L10n strings to Locales/en/Addons/WiiAddon.jsx
    mikepparks committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    81c94ff View commit details
    Browse the repository at this point in the history
  2. Fixed issue causing Classic Pro-based controllers from functioning.

    Updated documentation to remove Wii controller mapping details and add new image.
    mikepparks committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7d76a07 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    0566ac9 View commit details
    Browse the repository at this point in the history
  2. Fixed key warnings

    mikepparks committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    92a6eba View commit details
    Browse the repository at this point in the history