提交图

19 次代码提交 (029a0f86aefe73656242090c65d51e87c9ed9aab)

作者 SHA1 备注 提交日期
Zed A. Shaw 7fc32b0248 Trying out Ragel's state machine generation as an alternative to the DinkyFSM style. 4 周前
Zed A. Shaw af933c827a Have a separate container vs. item loot for the different situations where you're pick items out of a container vs. an item on the ground. 4 周前
Zed A. Shaw 86eabed3db Now when you loot an item the loot UI works. 4 周前
Zed A. Shaw ac252bf09d Maze works well now and there's something placed in all rooms and dead ends. Will need to randomize it more so not every dead end is an enemy. 2 个月前
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. 4 个月前
Zed A. Shaw ca18422930 BossFightUI is not managed by the level manager since it is kind of a new level, just with a different mini game. 4 个月前
Zed A. Shaw a3f6ba3c03 Refactored the bossfight_ui so it will work with any description of a boss fight. 4 个月前
Zed A. Shaw 80a0f2ba75 Basic simple animations where the enemies just move forward. 5 个月前
Zed A. Shaw baa4d8ee2b Grave stones are not lootable and give 10 gold. No idea what gold even does. I mean, why _are_ there traders in a dungeon? 5 个月前
Zed A. Shaw 3b9525cca4 Enemies now turn into a lootable device witha grave_stone sprite so you know they died. Need to implement noclipping on items with collision. 5 个月前
Zed A. Shaw e04c03b381 Small error in how mouse events are processed. I need to do them _outside_ of the guecs::UI so that the event is checked once and then confirmed in all grids. Then created a tombstone device to be used as a dead enemy marker that will later allow looting. 5 个月前
Zed A. Shaw d38e2cb0f2 All of the assets I need right now are done. 5 个月前
Zed A. Shaw 4027b70867 More assets. 5 个月前
Zed A. Shaw 6bca6d021e Sprite is now a component we can place on anything to render it. 5 个月前
Zed A. Shaw 0cbe20af35 Fix up the colors and rendering so that tilemap just uses components::Tile all the time. Need to load all of the config data from json one time on system start instead of constantly, although constantly does make debugging live easier. 5 个月前
Zed A. Shaw 27bb08d62c Tell json to be more strict about missing fields to avoid that bug in the future, then fix all of the data. 5 个月前
Zed A. Shaw b6831b75a3 This fixes the stupid 'bug' where nothing would render because I actually had the data type wrong in the json after moving to the new format. 5 个月前
Zed A. Shaw 9e91c71125 BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail. 5 个月前
Zed A. Shaw 2daa1c9bd5 Brought over a bunch of code from the roguelike and now will use it to generate a random map. 5 个月前