]> git.tdb.fi Git - libs/game.git/commit
Pass more information about tick timing to systems
authorMikko Rasa <tdb@tdb.fi>
Wed, 2 Apr 2025 10:30:45 +0000 (13:30 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 Apr 2025 10:30:45 +0000 (13:30 +0300)
commitc098883373740984af30a8b3b51761cdab66381d
tree4af973bbdf0a0486e1f8b2fd5b13913207874f5d
parentb67ba7691d338bdb5980971a70d9e847867486e8
Pass more information about tick timing to systems

They now get the remaining amount of backlog, which allows detecting if
catch up is happening or processing partial ticks.
source/game/director.cpp
source/game/stage.cpp
source/game/stage.h
source/game/system.h
source/game/systemscheduler.cpp
source/game/systemscheduler.h