]> git.tdb.fi Git - libs/game.git/history - source/game/stage.cpp
Provide a way to request events for existing entities and components
[libs/game.git] / source / game / stage.cpp
2022-11-12 Mikko RasaProvide a way to request events for existing entities...
2022-11-04 Mikko RasaAdd a way for systems to do things at the end of a...
2022-10-29 Mikko RasaAdd a view sub-library, including a Camera component
2022-10-29 Mikko RasaAdd a function to remove a system from a stage
2022-10-29 Mikko RasaAdd resource container references to Director and Stage
2022-10-22 Mikko RasaAdjust component ticking
2022-10-20 Mikko RasaEmit events on entity and component creation and destru...
2022-10-19 Mikko RasaAdjust some things to make header dependencies easier...
2022-10-19 Mikko RasaImplement a basic ECS