Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-19 | BLADERUNNER: Fix rare teleport case for McCoy in BB08 | Thanasis Antoniou | |
2019-09-15 | BLADERUNNER: Fix map glitches and teleport in BB09 | Thanasis Antoniou | |
2019-09-09 | BLADERUNNER: Fix Leon Clerk encounter bug | Thanasis 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-09 | BLADERUNNER: Replace animation mode values with their proper enums | Thanasis Antoniou | |
2019-09-09 | BLADERUNNER: Fix CT02 map obstacles glitches | Thanasis Antoniou | |
2019-09-08 | BLADERUNNER: Fix silent InShot for BB01 | Thanasis Antoniou | |
2019-09-08 | BLADERUNNER: Fix McCoy's visibility in BB02 elevator | Thanasis Antoniou | |
2019-09-08 | BLADERUNNER: Fix Hasan behavior post Act 2 | Thanasis Antoniou | |
2019-09-03 | BLADERUNNER: Restored content - Fix bracelet purchase regression | Thanasis Antoniou | |
2019-08-22 | BLADERUNNER: Restore Animoid banter and purchases | antoniou79 | |
2019-08-22 | BLADERUNNER: Restore Hasan being at Animoid past Act 2 | antoniou79 | |
This restores the trigger for the last dialogue about the fish scale | |||
2019-08-22 | BLADERUNNER: Restore a banter quote for Sgt Walls | antoniou79 | |
2019-08-22 | BLADERUNNER: Named animations for Klein and Hasan | antoniou79 | |
2019-08-18 | BLADERUNNER: Restore bits of dialogue for McCoy, Chew, Walls | antoniou79 | |
2019-08-18 | BLADERUNNER: McCoy should face Clovis in KP07 (ClickedOnActor) | antoniou79 | |
2019-08-18 | BLADERUNNER: Restore bits of Guzza dialogue | antoniou79 | |
2019-08-17 | BLADERUNNER: Remove traces of added L.MOUSE2 object in PS07 | antoniou79 | |
2019-08-17 | BLADERUNNER: Complete Klein's annoyed behavior | antoniou79 | |
Also restored him being at the lab past day 1 (Act 1 up to and including Act 3) | |||
2019-08-17 | BLADERUNNER: Merge code for clues in PS07 original/cut versions | antoniou79 | |
2019-08-17 | BLADERUNNER: Restored - Dino gets clues properly | antoniou79 | |
He gets them from the mainframe as indicated by the game's manual | |||
2019-08-16 | BLADERUNNER: Restored buzzer to annoy Dino (WIP) | antoniou79 | |
2019-08-16 | BLADERUNNER: Early restoration for Dino Klein | antoniou79 | |
2019-08-13 | BLADERUNNER: Prevent Replicants from despawning from the moonbus | Thanasis 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-09 | BLADERUNNER: Restore more comments in RC02 | Thanasis Antoniou | |
2019-08-02 | BLADERUNNER: Restore nu-sooch dumped comment | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Remove buzz at transition PS11 to PS10 | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix Izo getting stuck in RC03 | Thanasis Antoniou | |
Bug case was for when he runs away (Steele is blocked) | |||
2019-07-28 | BLADERUNNER: Prevent McCoy from running to BB10 before Sadik | Thanasis Antoniou | |
2019-07-25 | BLADERUNNER: Fix repeat of Izo apprehending and possible freeze | Thanasis Antoniou | |
2019-07-23 | BLADERUNNER: fix code for targetStateMZ in PS11-PS13 (codacy) | Thanasis Antoniou | |
2019-07-23 | BLADERUNNER: Fix minor code quality issues (codacy) | Thanasis Antoniou | |
2019-07-22 | BLADERUNNER: Revert uint32 vars to int32 if they could be init to -1 | Thanasis Antoniou | |
2019-07-18 | BLADERUNNER: Improve variable name (#1752) | dafioram | |
Prevent confusion with function. | |||
2019-07-16 | BLADERUNNER: Don't show VK option for Runciter in vanilla | Thanasis Antoniou | |
2019-07-14 | BLADERUNNER: Restore dispatch and rats comment | Thanasis Antoniou | |
2019-07-11 | BLADERUNNER: Addon fix for awry saved games for Clovis | Thanasis Antoniou | |
This is for awry Clovis goal kGoalClovisKP07Wait (513) | |||
2019-07-11 | BLADERUNNER: Spinner outtake bug in CT01 start of Act3 | Thanasis Antoniou | |
2019-07-10 | BLADERUNNER: Note for unused kOuttakeFlyThrough | Thanasis Antoniou | |
2019-07-01 | BLADERUNNER: Rat AI bug fixes | Thanasis Antoniou | |
Most prominent bugs fixed is behavior in KP02 and not attacking when near McCoy | |||
2019-06-30 | BLADERUNNER: Fix Steele re-arresting Izo at RC03 | Thanasis Antoniou | |
2019-06-28 | BLADERUNNER: JANITORIAL: Code formatting fixes | Thanasis Antoniou | |
2019-06-28 | BLADERUNNER: Pause NPC walkers for Gaff scene in CT12 | Thanasis Antoniou | |
2019-06-26 | BLADERUNNER: Pause walkers for special loop in RC03 | Thanasis Antoniou | |
Otherwise they may glitch with the background at the Hawker's Circle entrance. | |||
2019-06-26 | BLADERUNNER: McCoy should holster his gun in MA07 when Gaff is there | Thanasis Antoniou | |
2019-06-26 | BLADERUNNER: Stop McCoy from buying absinthe a second time | Thanasis Antoniou | |
After he gives it to transient, he should not be able to buy it again That's because the Flask option is added to be selected only once, so McCoy won't be able to give it again to the homeless guy to get more info, and also the second time round, he gets the exact same dialogue from the bartender at the Hawker's Circle, which does not sound right. | |||
2019-06-26 | BLADERUNNER: Fix UG04 train disable control and Police AI | Thanasis Antoniou | |
2019-06-25 | BLADERUNNER: Fixing clipping into Runciter's closed door | Thanasis Antoniou | |
2019-06-25 | BLADERUNNER: Fix Elevator blink in when missing from UG08 | Thanasis Antoniou | |
Happens, if elevator missing because McCoy took it down to UG13 and then went the long way round | |||
2019-06-25 | BLADERUNNER: VK both Runciter and Grigorian is now possible | Thanasis Antoniou | |
For restored content version | |||
2019-06-24 | BLADERUNNER: (restored) projector comment blocks McCoy from shooting | Thanasis Antoniou | |