aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/actor_dialogue_queue.cpp
AgeCommit message (Collapse)Author
2019-07-22BLADERUNNER: Revert uint32 vars to int32 if they could be init to -1Thanasis Antoniou
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-04-04BLADERUNNER: Support wait for dialogue queues to finishThanasis Antoniou
Fixes a Crazylegs bug where he can interrupt himself Could probably be used elsewhere if there are any other such cases.
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-11-24BLADERUNNER: Fixed ambient sounds after loadPeter Kohaut
After loading a game, ambient sounds stoped playing, now they are working properly. Also some smaller compiler warnings were fixed.
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks
2018-01-28BLADERUNNER: Added basic KIA interfacePeter Kohaut
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files