Skip to content

Releases: bwRavencl/ControllerBuddy

ControllerBuddy-1.3.31-e1eba2f

09 Jan 00:06
Compare
Choose a tag to compare
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

08 Jan 15:30
Compare
Choose a tag to compare
OpenVrOverlay: add missing line breaks

ControllerBuddy-1.3.29-d7f7ec7

07 Jan 20:41
d7f7ec7
Compare
Choose a tag to compare
Merge pull request #317 from bwRavencl/dependabot/gradle/com.diffplug…

ControllerBuddy-1.3.27-6fb41cf

07 Jan 01:11
6fb41cf
Compare
Choose a tag to compare
Merge pull request #316 from bwRavencl/dependabot/gradle/com.diffplug…

ControllerBuddy-1.3.25-b5bf0ac

06 Jan 12:10
Compare
Choose a tag to compare
GitHub Actions: Remove superfluous shell specification

ControllerBuddy-1.3.24-40502a3

05 Jan 19:08
40502a3
Compare
Choose a tag to compare
Merge pull request #315 from bwRavencl/dependabot/gradle/lwjglVersion…

ControllerBuddy-1.3.22-684c4e2

03 Jan 18:33
Compare
Choose a tag to compare
Linux: force GLFW to use X11 instead of Wayland to workaround GLFW in…

ControllerBuddy-1.3.19-b60effd

03 Jan 17:51
b60effd
Compare
Choose a tag to compare
Merge pull request #314 from bwRavencl/dependabot/submodules/SDL_Game…

ControllerBuddy-1.3.17-4ecbc86

03 Jan 00:32
Compare
Choose a tag to compare
IDEA run configurations: remove unwanted country / language overrides

ControllerBuddy-1.3.11-f759e64

31 Dec 15:22
Compare
Choose a tag to compare
Take into account rounding errors during conversion from float to int