Zed A. Shaw
|
4e7f837240
|
Cleanup of GUECS and the textures manager.
|
2025-05-03 23:38:03 -04:00 |
|
Zed A. Shaw
|
c51d46aeb8
|
Meson build now attempts to force local only build and linkage.
|
2025-04-25 00:55:58 -04:00 |
|
Zed A. Shaw
|
b832bbd78a
|
Fixed how sprites/textures are loaded so tehy default to frame 0 of any multi-frame textures.
|
2025-04-05 17:17:26 -04:00 |
|
Zed A. Shaw
|
4f090159ab
|
Started working on this 'arena tester' tool that would let me load an enemy and test them, but then realized I could just make it so I can spawn enemies in the game. I'm keeping the arena around as it will be useful later as a scriptable testing tool, but for now just spawn and test.
|
2025-04-04 12:45:55 -04:00 |
|
Zed A. Shaw
|
2e79cf8781
|
Map is way better and components::Tile is _vastly_ improved by switching to a wchar_t on display and letting nlohmann::json auto convert it for me.
|
2025-03-22 02:10:56 -04:00 |
|
Zed A. Shaw
|
14c7f660de
|
Level traversal works better now, compass is accurate, and direction is maintained when you traverse.
|
2025-02-26 10:39:30 -05:00 |
|
Zed A. Shaw
|
0260e3d345
|
Textures and sprites are now managed by a single module in textures.hpp, and even though it is a _single_ location to access all sprites it is NOT a singleton. Those are illegal.
|
2025-02-21 03:32:44 -05:00 |
|