Commit Graph

13 Commits (master)

Author SHA1 Message Date
Zed A. Shaw a0c0308461 More boss fight UI done and a bit of ambient sound working. 1 week ago
Zed A. Shaw e9accf14e6 Going into a well triggers a little 'loading screen' that's currently faked. Click on it to continue. 2 weeks ago
Zed A. Shaw e0e7a1027c Inventory system basically works now but is in a alpha hack stage. Time to refactor. 2 weeks ago
Zed A. Shaw 389690e5c3 Optimize GUECS a bit so that it automatically sets up the cell names and lel::Cell contents in the world, making it easier to work with. 2 weeks ago
Zed A. Shaw f3e1413022 Intermediate refactor to move everything over to using the textures module rather than everyone using one TexturePack thing. 2 weeks ago
Zed A. Shaw d8e1fc7aa3 I have the overlay display the low health blood using the gui system. 2 weeks ago
Zed A. Shaw 70a9420c11 Started the overlay UI but need to make it possible to add/remove components to it. 3 weeks ago
Zed A. Shaw f2b7871d12 Quickly pulled out some of the magic numbers but this isn't the ideal way to configure this stuff. 3 weeks ago
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. 3 weeks ago
Zed A. Shaw bfe0d797c8 Status UI now has a log and some buttons. 3 weeks ago
Zed A. Shaw 3a6ba8445a Added a Background guecs component. 3 weeks ago
Zed A. Shaw 69a810b5a1 Combat UI can now send events to the GUIwhen they click on buttons, and I've got a crappy wood texture for the buttons to test that. 3 weeks ago
Zed A. Shaw 722d55d948 Refactored the GUECS system to have its own namespace then got Meter to work. 3 weeks ago