aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script
AgeCommit message (Collapse)Author
2019-11-05BLADERUNNER: #11239 Fix buggy state and saved games for Desk ClerkThanasis Antoniou
Resolves ticket #11239 Occurs when McCoy leaves the scene with Leon and Desk Clerk too fast, before Leon drops the clerk Crash happens only when using CDFRAMES, but the animation would be bugged even when using HDFRAMES.DAT
2019-10-07BLADERUNNER: Add Further Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-04BLADERUNNER: Add More Missing Switch Default Cases in ESPER ScriptD G Turner
This also removes most of the return calls from one of these switch statements using a return variable instead to reduce complexity.
2019-10-04BLADERUNNER: Add Some Missing Switch Default CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-09-19BLADERUNNER: Fix rare teleport case for McCoy in BB08Thanasis Antoniou
2019-09-15BLADERUNNER: Fix map glitches and teleport in BB09Thanasis Antoniou
2019-09-15BLADERUNNER: Remove redundant initializationsThanasis Antoniou
Redundant setting of actors health (Init_Actor_Health) and a duplicate _crimesDatabase init
2019-09-10BLADERUNNER: Add DebugMan.clearAllDebugChannels() in shutdownThanasis Antoniou
2019-09-09BLADERUNNER: Allow McCoy to perform both turns when feeding MaggieThanasis Antoniou
First animated turn is to the counter, second is towards Maggie
2019-09-09BLADERUNNER: Improve interaction with Gordo in the cityThanasis Antoniou
2019-09-09BLADERUNNER: Fix Leon Clerk encounter bugThanasis Antoniou
When McCoy leaves CT09 they should be both gone. They were not This was our bug, a bad translation of an if clause. Also added in this commit is a bit different behavior for the restored content case. In restored content, the player is not allowed to leave until the situation is resolved.
2019-09-09BLADERUNNER: Replace animation mode values with their proper enumsThanasis Antoniou
2019-09-09BLADERUNNER: Fix CT02 map obstacles glitchesThanasis Antoniou
2019-09-08BLADERUNNER: Fix silent InShot for BB01Thanasis Antoniou
2019-09-08BLADERUNNER: Fix McCoy's visibility in BB02 elevatorThanasis Antoniou
2019-09-08BLADERUNNER: Fix Hasan behavior post Act 2Thanasis Antoniou
2019-09-05BLADERUNNER: Add comment for redundancy in actor's health initThanasis Antoniou
2019-09-03BLADERUNNER: Restored content - Fix bracelet purchase regressionThanasis Antoniou
2019-08-28BLADERUNNER: Fix restored walkers idle behavior and ↵Thanasis Antoniou
AI_Movement_Track_Append_With_Facing
2019-08-28BLADERUNNER: Restored - KIA object type for snake, slug, fishThanasis Antoniou
2019-08-27BLADERUNNER: Improve Clovis facing direction in KP07Thanasis Antoniou
2019-08-22BLADERUNNER: Restore Animoid banter and purchasesantoniou79
2019-08-22BLADERUNNER: Restore Hasan being at Animoid past Act 2antoniou79
This restores the trigger for the last dialogue about the fish scale
2019-08-22BLADERUNNER: Restore a banter quote for Sgt Wallsantoniou79
2019-08-22BLADERUNNER: Named animations for Klein and Hasanantoniou79
2019-08-18BLADERUNNER: Restore bits of dialogue for McCoy, Chew, Wallsantoniou79
2019-08-18BLADERUNNER: McCoy should face Clovis in KP07 (ClickedOnActor)antoniou79
2019-08-18BLADERUNNER: Restore bits of Guzza dialogueantoniou79
2019-08-17BLADERUNNER: Remove traces of added L.MOUSE2 object in PS07antoniou79
2019-08-17BLADERUNNER: Complete Klein's annoyed behaviorantoniou79
Also restored him being at the lab past day 1 (Act 1 up to and including Act 3)
2019-08-17BLADERUNNER: Merge code for clues in PS07 original/cut versionsantoniou79
2019-08-17BLADERUNNER: Restored - Dino gets clues properlyantoniou79
He gets them from the mainframe as indicated by the game's manual
2019-08-16BLADERUNNER: Restored buzzer to annoy Dino (WIP)antoniou79
2019-08-16BLADERUNNER: Added cut generic walker modelsantoniou79
2019-08-16BLADERUNNER: Early restoration for Dino Kleinantoniou79
2019-08-16BLADERUNNER: Cleaner format in constants and init_script(partial)antoniou79
2019-08-13BLADERUNNER: Prevent Replicants from despawning from the moonbusThanasis Antoniou
All Replicants get a new goal now inside the moonbus, and movement flush This is to prevent earlier scripts that had them "walking around" from kicking in (this was mainly a bug for the twins) but is applied to everyone (except Clovis and Sadik) for conformance
2019-08-09BLADERUNNER: Restore more comments in RC02Thanasis Antoniou
2019-08-02BLADERUNNER: Restore nu-sooch dumped commentThanasis Antoniou
2019-07-29BLADERUNNER: Remove buzz at transition PS11 to PS10Thanasis Antoniou
2019-07-29BLADERUNNER: Fix Izo getting stuck in RC03Thanasis Antoniou
Bug case was for when he runs away (Steele is blocked)
2019-07-28BLADERUNNER: Prevent McCoy from running to BB10 before SadikThanasis Antoniou
2019-07-25BLADERUNNER: Fix repeat of Izo apprehending and possible freezeThanasis Antoniou
2019-07-23BLADERUNNER: Restore KIA 3d model descriptionsThanasis Antoniou
2019-07-23BLADERUNNER: fix code for targetStateMZ in PS11-PS13 (codacy)Thanasis Antoniou
2019-07-23BLADERUNNER: Fix minor code quality issues (codacy)Thanasis Antoniou
2019-07-22BLADERUNNER: Revert uint32 vars to int32 if they could be init to -1Thanasis Antoniou
2019-07-18BLADERUNNER: Improve variable name (#1752)dafioram
Prevent confusion with function.
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-07-16BLADERUNNER: Don't show VK option for Runciter in vanillaThanasis Antoniou