aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Collapse)Author
2019-03-01BLADERUNNER: Sadik dead end fix (BB09 kill)Thanasis Antoniou
Also fixed an flag constistency for kFlagZubenBountyPaid It is no longer possible to kill Sadik at BB09, but shooting him will lower his health (from initial to a fixed HP), and if McCoy also shoots him at UG18 his health will be further lowered (again to a fixed HP).
2019-02-28BLADERUNNER: Improvement on overrideSceneObjectInfoThanasis Antoniou
No longer need to have sceneId as an argument. Restored original signature of Set::addObjectsToScene()
2019-02-28BLADERUNNER: A better fix for Sebastian's dollThanasis Antoniou
Use just the existing box 31. Implement a way to override object placement. Remove the item 77 (Holden's badge) completely.
2019-02-28BLADERUNNER: Debugger command overlayThanasis Antoniou
List and or play overlay loops that have been loaded for the scene
2019-02-26BLADERUNNER: Fix for Sebastian's doll in BB06Thanasis Antoniou
Targeting clicking bounding box fixed. Animation weirdness minimized. Also restored explosion animation.
2019-02-25BLADERUNNER: Avoid using global objects in subtitle codeEugene Sandulenko
2019-02-25Revert "BLADERUNNER: Possible fix for broken build"Eugene Sandulenko
This reverts commit 727e583b94b80e299a2b6c52e67a7b99ec3558b8. Revert "BLADERUNNER: Possible fix for clang warning for subtitles" This reverts commit 78b14649beb833ecbc9c573e04078b626558ddc1.
2019-02-25BLADERUNNER: Possible fix for broken buildThanasis Antoniou
Previous fix attempt for the clang warning "warning: declaration requires a global destructor [-Wglobal-constructors]" went awry
2019-02-24BLADERUNNER: Possible fix for clang warning for subtitlesThanasis Antoniou
2019-02-24BLADERUNNER: Fixed quick video playback in few occasionsPeter Kohaut
Overlays were played too quickly after using KIA. After outtakes finished, scene videos were playing too quickly. When ScummVM was not updating game and it was not paused (eg window drag) scene videos were played too quickly.
2019-02-24BLADERUNNER: Impovement on spell correction of JEWELRYThanasis Antoniou
Improvement allows text override which is good for translation support
2019-02-24BLADERUNNER: Fix incorrect spelling of JEWELRYThanasis Antoniou
Entry 1020 for dialogue menu in English version is replaced "DRAGONFLY JEWERLY" becomes "DRAGONFLY JEWELRY"
2019-02-24BLADERUNNER: Small clean-up of macrosPeter Kohaut
2019-02-24BLADERUNNER: Fix Moraji death screams and Grayford bugThanasis Antoniou
Death scream in lab changed to his own. Death scream outside lab added. Also, original code had a bug whereby if you clicked through the conversation with Grayford about Moraji's murder, then clicking again on Moraji would restart the same conversation and this could go on infinitely.
2019-02-23BLADERUNNER: CT01 fixed interaction with GordoThanasis Antoniou
Also corrected an original code bug for Gordo acquiring clue that McCoy is BladeRunner
2019-02-23BLADERUNNER: Dialogue menu bugfixThanasis Antoniou
Fixes loops in conversations with user choices available
2019-02-23BLADERUNNER: Cleanup of Zuben scriptPeter Kohaut
2019-02-23BLADERUNNER: Cleanup of McCoy scriptPeter Kohaut
2019-02-23BLADERUNNER: Fixed CppCheck warningsPeter Kohaut
Rat interaction at UG15 is now working exactly as in the original game. Before the bridge didn't break if player shot the rat on it.
2019-02-23BLADERUNNER: Restore acquireCluesByRelations checksThanasis Antoniou
2019-02-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
2019-02-20BLADERUNNER: Fixed spinner destinations in HF01Peter Kohaut
2019-02-20BLADERUNNER: Cleanup of pathfinding codePeter Kohaut
2019-02-16BLADERUNNER: Fixed typo in pathfinding codePeter Kohaut
More locations should work
2019-02-16BLADERUNNER: More pathfinding codePeter Kohaut
Pathfinding is almost working, but there are still isues in few locations, so I'm keeping it disabled.
2019-02-12BLADERUNNER: Removal of memory leaksPeter Kohaut
2019-02-11BLADERUNNER: Added original logic for speech skippingPeter Kohaut
And some small cleanup of unnecessary comments.
2019-02-11BLADERUNNER: Improved time managementPeter Kohaut
This should fix thi issue with freezing actors after loading save game, but works on new saves only. Game was not paused before saving and wrong timer value got saved.
2019-02-11BLADERUNNER: Cleanup of audio codePeter Kohaut
Separated audio cache. Fixed bug in the audio cache where still used sound might get freed. Fixes crashes when engine is unloading which were caused by a race condition between the timer code and engine teardown code.
2019-02-10BLADERUNNER: Added shorty modePeter Kohaut
Available via ScummVM game options
2019-02-10BLADERUNNER: Added sitcom modePeter Kohaut
Available via ScummVM game options
2019-02-10BLADERUNNER: Added auto save featurePeter Kohaut
Also fixed a bug in KIA save screen, where not selecting a save slot can lead to overwriting other save game.
2019-02-10BLADERUNNER: Use ScummVM functionality for audio volume managementPeter Kohaut
2019-02-10BLADERUNNER: Fixed Gordo animation changePeter Kohaut
He will stop properly after running
2019-02-08BLADERUNNER: Removed unnecessary debugging codePeter Kohaut
2019-02-07BLADERUNNER: Cleanup for drive away endings scriptsPeter Kohaut
All ending are achievable
2019-02-07BLADERUNNER: Cleanup of Mutants scriptsPeter Kohaut
2019-02-07BLADERUNNER: Cleanup of Clovis scripts for chapter 5Peter Kohaut
2019-02-05BLADERUNNER: Added debugger command "friend"Peter Kohaut
It can be used for querying and changing friendliness between actors.
2019-02-05BLADERUNNER: Cleanup of Maggie scriptPeter Kohaut
2019-02-05BLADERUNNER: Cleanup Steele scripts for endingPeter Kohaut
2019-02-05BLADERUNNER: Gaff scripts cleanupPeter Kohaut
2019-02-03BLADERUNNER: Fixed end creditsPeter Kohaut
Game is completable for blade runner path
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-02-03BLADERUNNER: Cleanup for scene at UG18Peter Kohaut
2019-02-03BLADERUNNER: Cleanup Luther & Lance related scriptsPeter Kohaut
2019-02-03BLADERUNNER: Fixed Rat interaction at UG15Peter Kohaut
2019-02-02BLADERUNNER: Cleanup of scripts at start of chapter 4Peter Kohaut