aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/ai/izo.cpp
AgeCommit message (Collapse)Author
2019-09-09BLADERUNNER: Replace animation mode values with their proper enumsThanasis Antoniou
2019-07-29BLADERUNNER: Fix Izo getting stuck in RC03Thanasis Antoniou
Bug case was for when he runs away (Steele is blocked)
2019-07-25BLADERUNNER: Fix repeat of Izo apprehending and possible freezeThanasis Antoniou
2019-06-30BLADERUNNER: Fix Steele re-arresting Izo at RC03Thanasis 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-04BLADERUNNER: Fix rats re-spawn and UG09, UG13 bad pathsThanasis Antoniou
UG09 bad path allowed McCoy to teleport to the pipe top left. UG13, when elevator was up McCoy could walk in the empty chute
2019-04-30BLADERUNNER: Comments on dialogue optionsThanasis Antoniou
2019-04-20BLADERUNNER: Named constants for animationIds P01Thanasis Antoniou
Part one of using named constants for model animations
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-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-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
2019-02-12BLADERUNNER: Removal of memory leaksPeter 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-01-31BLADERUNNER: Cleanup of Dektora chase related scriptsPeter Kohaut
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-16BLADERUNNER: Finished actor Izo codeEugene Sandulenko
2018-03-15BLADERUNNER: Added Izo actor (incomplete)Eugene Sandulenko