Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | BLADERUNNER: Fix warning | Cameron Cawley | |
2019-06-30 | BLADERUNNER: Fix Steele re-arresting Izo at RC03 | Thanasis Antoniou | |
2019-06-30 | BLADERUNNER: Additional potential Bullet Bob's gun fix | Thanasis Antoniou | |
2019-06-30 | BLADERUNNER: Possible gun blinking out fix | Thanasis Antoniou | |
2019-06-29 | BLADERUNNER: JANITORIAL: Fix a compiler warning with a const cast. (#1719) | jepael | |
Tested and it works. Thanks for the fix! | |||
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-28 | BLADERUNNER: Avoid freeze in Gordo scene at CT05 | Thanasis Antoniou | |
If McCoy re-climbs the stairs immediately after retiring Zuben and having picked up the photo | |||
2019-06-26 | BLADERUNNER: Fix obstacle map in CT04 | Thanasis Antoniou | |
Prevent transient from walking through scenery alongside the right wall | |||
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: Correct fix for maze target timings | Thanasis Antoniou | |
Still only applies in Hard and Normal mode difficulty | |||
2019-06-26 | BLADERUNNER: Fix waiting time for targets in Maze | Thanasis Antoniou | |
Applies only for normal and hard mode. Easy mode keeps the original more relaxed behavior. | |||
2019-06-26 | BLADERUNNER: Fix for police in UG07 post Guzza scene | Thanasis Antoniou | |
Remove option for them to be there altogether to avoid overlap with Clovis | |||
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: fix wanring for clearNeverRepeatWasSelectedFlag | Thanasis Antoniou | |
2019-06-25 | BLADERUNNER: Keydown should be ignored in VK | Thanasis Antoniou | |
2019-06-25 | BLADERUNNER: VK both Runciter and Grigorian is now possible | Thanasis Antoniou | |
For restored content version | |||
2019-06-25 | BLADERUNNER: Fix Fish dealer in chapter 5 | Peter Kohaut | |
Fixes a wrong state for fish dealer which will end up showing her up in chapter 5, but her model is not included in CDFRAMES.DAT for chapter 5, that would lead to an error / engine crash. | |||
2019-06-24 | BLADERUNNER: Fixed alpha channel issues | Peter Kohaut | |
Alpha channel is inverted in the game assets and that lead to issues in OpenGL renderer. E.g. screenshot of savegames were partly black or showing artifacts closes #10983 | |||
2019-06-24 | BLADERUNNER: Increase distance thresh for Dektora on fire | Thanasis Antoniou | |
2019-06-24 | BLADERUNNER: Switch to forced key down after modal dialogue | Thanasis Antoniou | |
Modal dialogue prompt about loading an Uncut version game in original mode or vice versa would not close KIA any more | |||
2019-06-24 | BLADERUNNER: (restored) projector comment blocks McCoy from shooting | Thanasis Antoniou | |
2019-06-24 | BLADERUNNER: Update POTFILES | Lothar Serra Mari | |
BLADERUNNER: Update POTFILES The strings "Sitcom mode" and "Shorty mode" are included in detection.cpp, so we add this file to the POTFILES. | |||
2019-06-22 | BLADERUNNER: Fix missing action for the black car in HF06 | Peter Kohaut | |
closes #10992 | |||
2019-06-22 | BLADERUNNER: Switch all keyUp events to keyDown | Peter Kohaut | |
With keyDown events some parts of the game feels more responsive. This wasn't working before because of a issue in SDL library. Also added ability to skip talking with ESC key. | |||
2019-06-22 | BLADERUNNER: Skip movies on keydown not keyup (#1696) | Tarek Soliman | |
* BLADERUNNER: Skip movies on keydown not keyup * BLADERUNNER: Filter out key-repeats when skipping movies | |||
2019-06-22 | BLADERUNNER: _playerActorIdle should affect McCoy only | Thanasis Antoniou | |
Should be set or cleared only when McCoy is the actor who is walking and affect only McCoy | |||
2019-06-22 | BLADERUNNER: Skip videos with Esc key only (#1690) | Tarek Soliman | |
* BLADERUNNER: Skip videos with Esc key only Previously any keyup event skipped the intro videos (including Shift) * BLADERUNNER: Also skip movies with Return Alt-Return toggles fullscreen so we also make sure there's no modifiers | |||
2019-06-22 | BLADERUNNER: Improve fix possible collision with genwalkers | Thanasis Antoniou | |
This is in CT01 (restored content). Uses kVariableGenericWalkerConfig which was previously largely unused. | |||
2019-06-21 | BLADERUNNER: Fix max volume in VQAs with audio stream | Thanasis Antoniou | |
Closes #10987 | |||
2019-06-20 | BLADERUNNER: Try and close all TLK on shutdown always | Thanasis Antoniou | |
2019-06-20 | BLADERUNNER: Fix crash in restored mode with CDFRAMESx.DAT | Thanasis Antoniou | |
2019-06-18 | BLADERUNNER: Fix detection ADGF flags | Tarek Soliman | |
2019-06-19 | BLADERUNNER: Removed unnecessary warning about support | Peter Kohaut | |
2019-06-19 | BLADERUNNER: Enable engine by default | Cameron Cawley | |
2019-06-18 | BLADERUNNER: Fixed actors update timer | Peter Kohaut | |
This was causing unnecessary delay for actors scripts after subsequent reloads. | |||
2019-06-18 | BLADERUNNER: Fix F5 key behavior for KIA | Thanasis Antoniou | |
2019-06-17 | BLADERUNNER: Replace strTag with tag2str | Cameron Cawley | |
2019-06-12 | BLADERUNNER: Suppress fall through warnings | Thanasis Antoniou | |
When BLADERUNNER_ORIGINAL_BUGS is 1 | |||
2019-06-12 | BLADERUNNER: Remove debug comments for Police Officers | Thanasis Antoniou | |
Code will be revisited at a later point based on public testing feedback | |||
2019-06-09 | BLADERUNNER: Restored a cue in Grigorian's VK | Thanasis Antoniou | |
2019-06-03 | BLADERUNNER: Restore Gordo's lighter (Rep) comment | Thanasis Antoniou | |
2019-06-03 | BLADERUNNER: Fix exit 0 in BB01 and remove more awry clickables | Thanasis Antoniou | |
2019-06-02 | BLADERUNNER: Make the Moraji encounter easier on easy | David Fioramonti | |
This extending the bomb duration by 10secs while Moraji is chained. Additionally, the blast radius is decreased so that the player may survive closer. All of this only happens on the uncut version when playing on easy. | |||
2019-06-01 | BLADERUNNER: Fix photographer bug and awry clickables | Thanasis Antoniou | |
2019-06-01 | BLADERUNNER: Add exits in CT04 and DR04 | Thanasis Antoniou | |
To improve navigation |