aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Collapse)Author
2019-05-06BLADERUNNER: Restoring Rachael related scenes pt1Thanasis Antoniou
Some testing and polishing of animations pending especially with meeting in Act 4
2019-05-06BLADERUNNER: Fix warning for fall-through switch caseThanasis Antoniou
Added a clean "fall through" comment
2019-05-06BLADERUNNER: Fix disabled mouse hover image blinking issuesThanasis Antoniou
2019-05-06BLADERUNNER: Restore fans comment in BB11 onlyThanasis Antoniou
And some small preparation (comments) for restoring Rachael scenes
2019-05-05BLADERUNNER: Remove police officers from MA07Peter Kohaut
They are causing issues with Gaff dialogue if they are in the same scene at the same time.
2019-05-05BLADERUNNER: Fix Moraji floating in DR04Peter Kohaut
2019-05-05BLADERUNNER: Disable END_GAME_STATE auto-savePeter Kohaut
Disabled as it is not needed and it is only filling-up save slots
2019-05-05BLADERUNNER: fix for Clovis being stuck at BB11Thanasis Antoniou
This is a possible bugfix, hopefully it will be enough The bug occurs when skipping fast through the dialogue of Clovis with Sadik at BB11 rooftop. But it does not happen always. I've managed to capture the case when this happens a few times (_animationState == 0 switch clause), but I'm unsure if there are other unhandled _animationState values that would cause this.
2019-05-04BLADERUNNER: CT08 CT51 doll box fix and radiator regionThanasis Antoniou
Also a smalle fix for debugger (adding new region or adjusting its rectangle)
2019-05-04BLADERUNNER: Fix clickbox basket, fire ext PS05Thanasis Antoniou
2019-05-04BLADERUNNER: Fix clickbox for chess and boiler BB51Thanasis Antoniou
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-05-04BLADERUNNER: Debugger add box fixThanasis Antoniou
2019-05-04BLADERUNNER: fix legend for walkboxes in debuggerThanasis Antoniou
2019-05-03BLADERUNNER: object, item and region commandsantoniou79
New commands to debug bound boxes and properties for obj, items, regions
2019-05-01BLADERUNNER: Debugger command show maze scoreThanasis Antoniou
2019-05-01BLADERUNNER: Fix interaction with transient about locked doorThanasis Antoniou
2019-04-30BLADERUNNER: Fixed zbuffer in TB05Peter Kohaut
This was causing issues with walking in TB05
2019-04-30BLADERUNNER: Spinner GPS Talkie restoredThanasis Antoniou
2019-04-30BLADERUNNER: Restore content in UG13Thanasis Antoniou
2019-04-30BLADERUNNER: User choice mode should not autoselect last optionThanasis Antoniou
2019-04-30BLADERUNNER: Comments on dialogue optionsThanasis Antoniou
2019-04-29BLADERUNNER: Chess, keyboard, and clues bug fixesantoniou79
2019-04-28BLADERUNNER: Fix spinner transitions post Act 1Thanasis Antoniou
Also restored ascenting outtake when leaving RC01 in Act 1
2019-04-28BLADERUNNER: Add cut monologue from DR01 first visitThanasis Antoniou
2019-04-28BLADERUNNER: BB01, DR01, NR01 reduce freq of intro sceneThanasis Antoniou
They'll play the first time, but have 33% probability to play on subsequent visits
2019-04-28BLADERUNNER: DR01 restore cut content and randomize introThanasis Antoniou
Intro with bikes should not always play after first time in act2
2019-04-25BLADERUNNER: Make the cut content a runtime optionPeter Kohaut
Player can choose to use or not the restored cut content. Does not affect fixed bugs in original game.
2019-04-24BLADERUNNER: remove deprecated methods from headerThanasis Antoniou
2019-04-24BLADERUNNER: Restore VK sessions cut contentThanasis Antoniou
Includes Runciter's VK session
2019-04-24BLADERUNNER: Debugger command for full VK sessionsThanasis Antoniou
2019-04-24BLADERUNNER: Restore relared VK questions mechanismThanasis Antoniou
2019-04-24BLADERUNNER: Named constants for model animations P02Thanasis Antoniou
2019-04-21BLADERUNNER: Proper Subtitles option translation for RUSThanasis Antoniou
2019-04-21BLADERUNNER: Cleaner output for debugger cmdListThanasis Antoniou
2019-04-20BLADERUNNER: Named constants for animationIds P01Thanasis Antoniou
Part one of using named constants for model animations
2019-04-20BLADERUNNER: Add list debugger commandThanasis Antoniou
Similar to draw (reuses code) but lists objects in the debugger view
2019-04-18BLADERUNNER: Clarification of some mathPeter Kohaut
2019-04-17BLADERUNNER: Fixed typo in pixelFormat namePeter Kohaut
2019-04-17BLADERUNNER: Abstraction from 555 pixel formatPeter Kohaut
Removing hardcoded 555 pixel format to support Android
2019-04-14BLADERUNNER: Don't restart dialogue with offended LarryThanasis Antoniou
2019-04-14BLADERUNNER: Remove line about Izo being in UG02 CH04Thanasis Antoniou
2019-04-12BLADERUNNER: Fix McCoy's fake voice with DektoraThanasis Antoniou
Also a fix for a closeArchive() warning about A.TLK not being open
2019-04-10BLADERUNNER: Close A.TLK within proper define checkThanasis Antoniou
2019-04-10BLADERUNNER: Ensure A.TLK is closed onShutdownThanasis Antoniou
2019-04-10BLADERUNNER: Persistent sound settings, speech samples fixThanasis Antoniou
2019-04-10BLADERUNNER: Fix compilation when enabling some macrosThanasis Antoniou
Compilation was broken for BLADERUNNER_ORIGINAL_SETTINGS(1) and BLADERUNNER_ORIGINAL_BUGS(1)
2019-04-09BLADERUNNER: Remove comma from end of enumThanasis Antoniou
2019-04-09BLADERUNNER: Fix Officer Leary crowd interrogationThanasis Antoniou
He will now resume interrogation after McCoy interrupts him Also used named constants for timers
2019-04-08BLADERUNNER: Reverted animated doors in CT01Thanasis Antoniou
They become annoying fast; probably the reason they were cut