aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/vk_script.cpp
AgeCommit message (Collapse)Author
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-06-28BLADERUNNER: JANITORIAL: Code formatting fixesThanasis Antoniou
2019-06-09BLADERUNNER: Restored a cue in Grigorian's VKThanasis Antoniou
2019-05-05BLADERUNNER: fix for Clovis being stuck at BB11Thanasis Antoniou
This is a possible bugfix, hopefully it will be enough The bug occurs when skipping fast through the dialogue of Clovis with Sadik at BB11 rooftop. But it does not happen always. I've managed to capture the case when this happens a few times (_animationState == 0 switch clause), but I'm unsure if there are other unhandled _animationState values that would cause this.
2019-04-25BLADERUNNER: Make the cut content a runtime optionPeter Kohaut
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game.
2019-04-24BLADERUNNER: Restore VK sessions cut contentThanasis Antoniou
Includes Runciter's VK session
2019-04-24BLADERUNNER: Debugger command for full VK sessionsThanasis Antoniou
2019-04-24BLADERUNNER: Restore relared VK questions mechanismThanasis Antoniou
2019-01-27BLADERUNNER: Small cleanup for chapter 2 scriptsPeter Kohaut
2019-01-19BLADERUNNER: More variable names in the game scriptsPeter Kohaut
Fixed some errors as well
2018-03-18BLADERUNNER: Round coordinates to two decimalsThomas Fach-Pedersen
Also fixes a couple of typos.
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks