|
|
284ffd7b4a
|
Fix missing sdl3game.pc for pkg-config, change sprite speed and character movement values to long int expressed in nanoseconds for better compatibility with SDL_Time and locking against game clock, still expressed as milliseconds in json
|
2026-05-05 20:40:25 -04:00 |
|
|
|
6763b5629f
|
Got the suite rebuilding, most tests pass, actor and sprite are failing
|
2026-05-03 23:57:55 -04:00 |
|
|
|
f475dfb6ee
|
Move from 'libsdlerror' to 'libakerror'
|
2026-01-05 08:58:06 -05:00 |
|
|
|
4b901886a2
|
Add GameControllerDB support
|
2025-08-09 13:53:37 -04:00 |
|
|
|
9ecfc7dc42
|
Add charviewer utility for viewing character / sprite files
|
2025-08-04 21:37:36 -04:00 |
|
|
|
fb3ff6f2b3
|
Refactor gamepad to controller, introduce control maps and control map handling of actor states
|
2025-08-03 21:42:12 -04:00 |
|
|
|
0a386a6a67
|
Removed box2d physics because of linking problems (and nothing's using it yet). Also tests work now.
```
ln -s ../tests/assets build/assets
cd build
make test
```
|
2025-08-03 14:07:56 -04:00 |
|
|
|
5bd7803051
|
Exported libsdl3game from the sdl3-gametest demo project
|
2025-08-03 10:07:35 -04:00 |
|