aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/time.cpp
AgeCommit message (Collapse)Author
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-05-31BLADERUNNER: Fix bad timer initialization for actors after LOADThanasis Antoniou
2019-02-11BLADERUNNER: Improved time managementPeter Kohaut
This should fix thi issue with freezing actors after loading save game, but works on new saves only. Game was not paused before saving and wrong timer value got saved.
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-03-23BLADERUNNER: Add Game Time classThomas Fach-Pedersen
Not yet used.