Commit Graph

11 Commits (6a72d1160f416e6a0242ce3a7365fb01668e2d2f)

Author SHA1 Message Date
Zed A. Shaw e0588847fa Tracked down the bug that was caused by picking up an item but not removing its Position in the world, so when you go to another level it gets brought back to life causing a dupe. 4 days ago
Zed A. Shaw 438bd8ab8a Finally upgraded the strings to const& since I'm about to pull guecs out and distribute it. Oh well, the joke's finally over. 2 months ago
Zed A. Shaw f3e157a0f7 Enemy AI is now prototyped and can find the player and attack them. 3 months ago
Zed A. Shaw ad71631809 Enemies and now using the GOAP AI to decide when to attack the player, but it's very rough right now. I need to sort out how to store the AI states and use them in the System. 3 months ago
Zed A. Shaw 80a0f2ba75 Basic simple animations where the enemies just move forward. 4 months ago
Zed A. Shaw 9c66e870d2 Finally get rid of this weird thing in dinkyecs where I was passing a const& to an _integer_ when a copy of the integer is exactly the same. 4 months ago
Zed A. Shaw 846b7aaf16 Initial cut of the lel parser mostly working but none of the basic alignment properties work. 4 months ago
Zed A. Shaw a69be90464 Game now builds and is using the new dynamic component loading but enemies do not spawn in and device events are really working. Also inventory is a giant bag of fail and needs a rewrite. 5 months ago
Zed A. Shaw 9e91c71125 BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail. 5 months ago
Zed A. Shaw 96efc990c1 Brought in nuke's idea for json serialize now to use it. 5 months ago
Zed A. Shaw 2daa1c9bd5 Brought over a bunch of code from the roguelike and now will use it to generate a random map. 5 months ago