]> git.tdb.fi Git - libs/game.git/history - source/game/system.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / system.h
2023-01-07 Mikko RasaDecorate things which constitute the public API of...
2022-12-07 Mikko RasaSchedule systems based on their declared dependencies
2022-12-07 Mikko RasaAdd flags for declaring ordering between systems
2022-12-04 Mikko RasaEnforce correct access to buffered components
2022-12-04 Mikko RasaImplement base support for buffered components
2022-11-04 Mikko RasaAdd a way for systems to do things at the end of a...
2022-10-29 Mikko RasaAdd some useful accessors
2022-10-22 Mikko RasaAdjust component ticking
2022-10-19 Mikko RasaImplement a basic ECS