Zed A. Shaw
|
82216b8307
|
World copying with facts and constants is working so now new levels are possible, but need to work on previous level motion.
|
2025-01-27 13:48:20 -05:00 |
|
Zed A. Shaw
|
128fc4f540
|
Turned on all the warnings I could handle and made them into errors then fixed them all. Worldbuilder needs a refactor in random_path.
|
2025-01-10 15:22:37 -05:00 |
|
Zed A. Shaw
|
ed9d0de8e0
|
Event system now accepts any data and the GUI receives simpler events with data for them.
|
2024-11-07 09:16:21 -05:00 |
|
Zed A. Shaw
|
0a268591c2
|
Started working on the loot system which will eventually become the inventory/improved collision system.
|
2024-11-07 00:29:06 -05:00 |
|
Zed A. Shaw
|
da8011cb14
|
Can just use the enum as the type for the map but it'd be nicer if I could use a class enum without tons of template BS.
|
2024-10-29 17:49:54 -04:00 |
|
Zed A. Shaw
|
3f87d19911
|
Simple event system for entities in the world.
|
2024-10-29 17:27:12 -04:00 |
|
Zed A. Shaw
|
ea6cf1362b
|
Create a test for the ECS before we add more functionality.
|
2024-10-29 16:04:40 -04:00 |
|