aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/dektora.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-10BLADERUNNER: Add DebugMan.clearAllDebugChannels() in shutdownThanasis Antoniou
2019-06-24BLADERUNNER: Increase distance thresh for Dektora on fireThanasis Antoniou
2019-05-23BLADERUNNER: Fix Dektora overlap issues, restore rattleThanasis Antoniou
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-09BLADERUNNER: Complementary fix for scorpion cageThanasis Antoniou
2019-05-08BLADERUNNER: Another fix for confess to GuzzaThanasis Antoniou
2019-04-20BLADERUNNER: Named constants for animationIds P01Thanasis Antoniou
Part one of using named constants for model animations
2019-04-09BLADERUNNER: Fix Officer Leary crowd interrogationThanasis Antoniou
He will now resume interrogation after McCoy interrupts him Also used named constants for timers
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-03-30BLADERUNNER: Fix spelling of kVariableReplicantsSurvivorsAtMoonbusThanasis Antoniou
2019-03-27BLADERUNNER: Fixes for moonbus combatThanasis Antoniou
2019-03-26BLADERUNNER: Fix Dektora showing up dead at moonbusThanasis Antoniou
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-01-31BLADERUNNER: Cleanup of Dektora chase related scriptsPeter Kohaut
2019-01-31BLADERUNNER: Clean up of Dektora scriptPeter Kohaut
2019-01-31BLADERUNNER: Clean up NR04 and related scriptsPeter Kohaut
2019-01-29BLADERUNNER: Cleanup of back EarlyQ's scenes scriptsPeter Kohaut
2019-01-25BLADERUNNER: Cleanup of actor scripts for a fight in BB11Peter Kohaut
Also named goal for McCoy arrest
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-15BLADERUNNER: More variable names in the game scriptsPeter Kohaut
2019-01-13BLADERUNNER: Merged chapter & scene debugger commandPeter Kohaut
2018-03-17BLADERUNNER: Added combatPeter Kohaut
Math cleanup Fixed obstacle detection
2018-03-13BLADERUNNER: Added Dektora actorEugene Sandulenko