Skip to content

Releases: wermipls/octomino-sdl-input

2023.03.11

11 Mar 17:07
Compare
Choose a tag to compare

Changes:

  • SDL updated to 2.26.4
  • Updated gamecontrollerdb.txt
  • Fixed compatibility with newer versions of PJ64
  • Add separate settings for stick and trigger analog threshold

Full Changelog: 2021.12.15...2023.03.11

2021.12.15

15 Dec 09:45
Compare
Choose a tag to compare

Changes:

  • SDL downgraded from 2.0.16 to 2.0.14 as a workaround for a bug with XInput (and possibly other) controllers not being initialized properly
  • Log is now more informative and ini-related clutter (that was only present for initial debugging purposes) has been removed

Full changelog: 2021.12.01...2021.12.15

2021.12.01

01 Dec 19:55
Compare
Choose a tag to compare

I've kinda lost traction working on the plugin and it's already in a good-enough state to be useful to people, so I'd figured it would be a good idea to make a release now.

New stuff:

  • Plugin is now configurable with a GUI
  • Rudimentary rebinding support
  • Adjustable deadzone, range, clamping, A2D threshold

Fixed:

  • Analog stick clamping will now retain the angle

Known bugs: #1, #3, #5.

Full changelog: v0.1.1...2021.12.01