Releases: bwRavencl/ControllerBuddy
Releases · bwRavencl/ControllerBuddy
ControllerBuddy-1.3.31-e1eba2f
Fix NPE in Input.poll() introduced with 9481fd1 After some reordering of the startup process in the above mentioned commit, no updated instance of Input with a non-null ControllerInfo got created, resulting in a NPE in the poll() method. In order to prevent this problem, a new instance of Input gets created after GLFW initialization with a ControllerInfo instance. In addition, multiple defensive checks are introduced.
ControllerBuddy-1.3.30-8e2e5bf
OpenVrOverlay: add missing line breaks
ControllerBuddy-1.3.29-d7f7ec7
Merge pull request #317 from bwRavencl/dependabot/gradle/com.diffplug…
ControllerBuddy-1.3.27-6fb41cf
Merge pull request #316 from bwRavencl/dependabot/gradle/com.diffplug…
ControllerBuddy-1.3.25-b5bf0ac
GitHub Actions: Remove superfluous shell specification
ControllerBuddy-1.3.24-40502a3
Merge pull request #315 from bwRavencl/dependabot/gradle/lwjglVersion…
ControllerBuddy-1.3.22-684c4e2
Linux: force GLFW to use X11 instead of Wayland to workaround GLFW in…
ControllerBuddy-1.3.19-b60effd
Merge pull request #314 from bwRavencl/dependabot/submodules/SDL_Game…
ControllerBuddy-1.3.17-4ecbc86
IDEA run configurations: remove unwanted country / language overrides
ControllerBuddy-1.3.11-f759e64
Take into account rounding errors during conversion from float to int