Zed A. Shaw
|
229ad2dd95
|
Textures and palette moved to graphics.
|
2026-02-27 13:09:44 -05:00 |
|
Zed A. Shaw
|
13ec422aae
|
AI is now moved.
|
2026-02-27 11:21:42 -05:00 |
|
Zed A. Shaw
|
e3065f7add
|
Cleaning out stray animation.hpp files to make finding usage easier.
|
2026-02-23 00:21:57 -05:00 |
|
Zed A. Shaw
|
32e9c65331
|
First implementation of doing the usual update/render dance.
|
2026-02-20 10:32:37 -05:00 |
|
Zed A. Shaw
|
364f66bffb
|
Camera is now using Animate2 and it's mostly working, but there's a few more refactors needed.
|
2026-02-20 00:15:19 -05:00 |
|
Zed A. Shaw
|
2484802d93
|
Torches are now flipped, but next is that same crash.
|
2026-02-13 11:10:13 -05:00 |
|
Zed A. Shaw
|
0e8b661273
|
Figured out the crash, but want to see what valgrind would say.
|
2026-02-12 12:59:35 -05:00 |
|
Zed A. Shaw
|
05fc9062a7
|
The shader effects now work correctly on the scene actors, but the application of shaders should be on the animation class.
|
2026-01-02 23:23:05 -05:00 |
|
Zed A. Shaw
|
8208d146de
|
Can now see an enemy take damage, and a damage number, but the effect is inverted.
|
2025-12-28 02:05:30 -05:00 |
|
Zed A. Shaw
|
4b4f9b3916
|
Boss fight is now working. Turned out to be something really dumb.
|
2025-12-19 12:04:51 -05:00 |
|
Zed A. Shaw
|
c618a4828f
|
Finally unified all of my events into one place.
|
2025-12-17 12:51:15 -05:00 |
|
Zed A. Shaw
|
bf8ce7e16b
|
Fixed some things but now the world and boss fight worlds are out of sync and need to be fixed. tools/arena is broken.
|
2025-12-13 13:13:59 -05:00 |
|
Zed A. Shaw
|
9739441a9c
|
Beginning state machine for controlling the boss fight UI is up.
|
2025-12-07 00:21:07 -05:00 |
|
Zed A. Shaw
|
b48df3f4db
|
Can now run the full AI for all combatants and then sort by the action costs to make the action queue.
|
2025-11-27 12:46:14 -05:00 |
|
Zed A. Shaw
|
5b57fb2033
|
Now have a simple camera system that I can configure in json for different motion effects.
|
2025-11-03 00:25:48 -05:00 |
|
Zed A. Shaw
|
25f7096489
|
AnimatedScene now defines how a scene with animated sprites and actors is structured and played.
|
2025-10-22 00:11:36 -04:00 |
|
Zed A. Shaw
|
7c11ffa2af
|
Now have animated torches that are defined from json, and smoother animations in the arena.
|
2025-10-21 00:21:46 -04:00 |
|
Zed A. Shaw
|
59ba73baa0
|
Mostly working torch sprites have taught me what I need for the animation system.
|
2025-10-18 00:13:44 -04:00 |
|
Zed A. Shaw
|
a578c49a77
|
Basic arena working that lets me work on the boss fight system quicker.
|
2025-10-16 12:00:33 -04:00 |
|
Zed A. Shaw
|
e523aa8b02
|
Quick refactor of the config system to make it easier to refactor config.cpp/hpp later.
|
2025-09-16 11:59:30 -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 |
|