TheoryOfNekomata
8bf3b46233
Update gamepad event handling
Use game controller APIs instead of the joystick ones to be able to use
the gamepad button DB file.
1年前
TheoryOfNekomata
c754e55558
Fix tests on Windows, update sprites
The SDL.h include is only valid for macOS because of memset_pattern4, on
Windows it is not required.
The character and weapon sprites have been updated.
1年前
TheoryOfNekomata
82f85f25ef
Fix joystick test
Remove mapping for gamepad.
1年前
TheoryOfNekomata
bdfd7c1d74
Fix input tests
Ensure signed values are respected.
1年前
TheoryOfNekomata
2976aa757f
Fix tests for macOS
Properly add SDL mocks for macOS.
1年前
TheoryOfNekomata
d5dba952e6
Update ini-config mock
Use library in new subproject.
1年前
TheoryOfNekomata
397828c1a4
Organize codebase
Extract tests from source directory.
1年前