]> git.tdb.fi Git - libs/game.git/commit
Rewrite System tick bracketing with a Transactor class
authorMikko Rasa <tdb@tdb.fi>
Sat, 22 Mar 2025 10:25:34 +0000 (12:25 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 22 Mar 2025 10:25:34 +0000 (12:25 +0200)
commit8467e91ad183e81886c41e7029ba32877d8d8745
treeee33477eb4ddfecf9239a49b25681583f2138187
parentd3ffde14ba5640e64e1195aa538a7efef00d20df
Rewrite System tick bracketing with a Transactor class

This allows components to better customize their transactions.
source/game/component.h
source/game/stage.h
source/game/system.cpp
source/game/system.h
source/game/transactor.h [new file with mode: 0644]