|
|
9fed59c4c8
|
Abstract the global renderer, physics, camera and gamemap objects behind a pointer, so you can swap in and out different ones as needed
|
2026-06-02 13:15:26 -04:00 |
|
|
|
6314ad7f26
|
Start abstracting the rendering backend away to make it easier to switch to GPU rendering later
|
2026-05-24 21:59:29 -04:00 |
|
|
|
8f613397d6
|
Loading sprites and tiles both work correctly with relative paths, now using akgl_path_relative* helpers
|
2026-05-24 19:57:57 -04:00 |
|
|
|
5439b8004b
|
Move some of the sprite math out of the actor into the sprite
|
2026-05-12 15:21:36 -04:00 |
|
|
|
cc0916cd1f
|
Added a (registry object name -> registry object pointer) map to the save method so that registry reference by name can have their actor, sprite, spritesheet, and character references reset
|
2026-05-09 14:45:37 -04:00 |
|
|
|
e0a59e2447
|
Add types.h, standardize integer types on stdint
|
2026-05-08 22:01:56 -04:00 |
|
|
|
a0b2dda4cf
|
Rename library to AKGL (AKLabs Game Library)
|
2026-05-07 22:20:10 -04:00 |
|
|
|
359ae23414
|
Unify the library on an akgl_ namespace
|
2026-05-07 22:01:27 -04:00 |
|
|
|
c3847160da
|
Added a font registry, a text rendering helper, and an FPS counter function
|
2026-05-06 11:12:42 -04:00 |
|
|
|
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 |
|
|
|
35621d8b4d
|
Changed sprite and character loaders to use the explicit paths passed into them, and to use relative paths for assets referenced inside of spritesheets
Unfortunately 3 tests are broken. Lots of stuff still expects the old behavior (automatic path computation from the binary location on the filesystem)
|
2025-08-04 22:35:48 -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 |
|
|
|
ae697a178c
|
Moved include files to a proper sdl3game include directory
|
2025-08-03 10:41:09 -04:00 |
|
|
|
5bd7803051
|
Exported libsdl3game from the sdl3-gametest demo project
|
2025-08-03 10:07:35 -04:00 |
|