aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/clovis.cpp
AgeCommit message (Collapse)Author
2019-10-07BLADERUNNER: Add Further Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-09BLADERUNNER: Replace animation mode values with their proper enumsThanasis Antoniou
2019-08-27BLADERUNNER: Improve Clovis facing direction in KP07Thanasis Antoniou
2019-07-11BLADERUNNER: Prevent Clovis from rotating in KP07Thanasis Antoniou
This is when he is dying/ lying on the bed
2019-07-11BLADERUNNER: Fix Clovis goal 513 stuck in bed bugThanasis Antoniou
2019-07-01BLADERUNNER: Rat AI bug fixesThanasis Antoniou
Most prominent bugs fixed is behavior in KP02 and not attacking when near McCoy
2019-06-22BLADERUNNER: _playerActorIdle should affect McCoy onlyThanasis Antoniou
Should be set or cleared only when McCoy is the actor who is walking and affect only McCoy
2019-05-09BLADERUNNER: Use booleans in walk functionsThanasis Antoniou
And a few more (not all yet) methods that had 1, 0 instead of true, false
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-05BLADERUNNER: SFX named constants and MissSound fixThanasis Antoniou
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
2019-04-02BLADERUNNER: Fix flash back to game between end outtake and creditsThanasis Antoniou
Between an ending outtake and the end credits the game did a quick flash back to the game scene
2019-03-30BLADERUNNER: Fix spelling of kVariableReplicantsSurvivorsAtMoonbusThanasis Antoniou
2019-03-28BLADERUNNER: Moonbus fixes (Izo and Luther)Thanasis Antoniou
Also fixed a typo that resulted in Izo's corpse persisting past chapter 2 at RC03
2019-03-27BLADERUNNER: Fixes for moonbus combatThanasis Antoniou
2019-02-07BLADERUNNER: Cleanup of Clovis scripts for chapter 5Peter Kohaut
2019-02-05BLADERUNNER: Cleanup Steele scripts for endingPeter Kohaut
2019-02-03BLADERUNNER: Cleanup of KP03 bomb related scriptsPeter Kohaut
2019-02-03BLADERUNNER: Initial cleanup of Kipple scriptsPeter Kohaut
2019-02-03BLADERUNNER: Cleanup of scripts at start of chapter 5Peter Kohaut
2019-02-03BLADERUNNER: Cleanup for scene at UG18Peter Kohaut
2019-02-03BLADERUNNER: Cleanup Luther & Lance related scriptsPeter Kohaut
2019-01-31BLADERUNNER: Cleanup of Dektora chase related scriptsPeter Kohaut
2019-01-28BLADERUNNER: Cleanup of scripts for Gordo chasePeter Kohaut
2019-01-25BLADERUNNER: Cleanup of actor scripts for a fight in BB11Peter Kohaut
Also named goal for McCoy arrest
2019-01-25BLADERUNNER: Cleanup of BBxx scriptsPeter Kohaut
Removed issue where McCoy went to jail for no reason at start of 3rd act
2019-01-24BLADERUNNER: Fixes for game scripts & cleanupPeter Kohaut
2019-01-21BLADERUNNER: More game constantsPeter Kohaut
Added Region_Check functionality Code cleanup
2019-01-19BLADERUNNER: More variable names in the game scriptsPeter Kohaut
Fixed some errors as well
2019-01-13BLADERUNNER: Merged chapter & scene debugger commandPeter Kohaut
2018-03-18BLADERUNNER: Actors fixesPeter Kohaut
Removed forgotten combat development hack Clovis clovis & fix Grayford cleanup & fixes Hanoi small cleanup
2018-03-17BLADERUNNER: Added combatPeter Kohaut
Math cleanup Fixed obstacle detection
2018-03-14BLADERUNNER: Added Clovis actorEugene Sandulenko