aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
AgeCommit message (Collapse)Author
2019-11-26BLADERUNNER: Fixed crossplatform thumbnails in savesPeter Kohaut
Thumbnail was broken when savefile was transfered between big endiang and little endian platforms. closes #11258
2019-11-10BLADERUNNER: Add a engine checkbox to target 120 fpsThanasis Antoniou
This is added in the Engine tab for the game. Default is false (60 fps)
2019-11-08BLADERUNNER: Fix wrong order for GPS map selectionThanasis Antoniou
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-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-10-25BLADERUNNER: Spelling correction in commentThanasis Antoniou
2019-10-24BLADERUNNER: Remove redundant assignment for ammoThanasis Antoniou
2019-10-24BLADERUNNER: Minor comments update and spelling correctionThanasis Antoniou
2019-10-13BLADERUNNER: Group shapes loadingPeter Kohaut
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-10-03BLADERUNNER: Remove use of C99 math functionsCameron Cawley
2019-09-30BLADERUNNER: Replace use of sprintf with Common::String::formatCameron Cawley
2019-09-30BLADERUNNER: Remove ADGF_TESTING flagLothar Serra Mari
2019-09-29BLADERUNNER: The game doesn't use MIDI for the music, mark it as such.Henrik "Henke37" Andersson
2019-09-19BLADERUNNER: Fix rare teleport case for McCoy in BB08Thanasis Antoniou
2019-09-18BLADERUNNER: Fix crash for some devices for Android SDL portThanasis Antoniou
This is a work around that is confirmed to be working Reference ticket is here: https://bugs.scummvm.org/ticket/11149
2019-09-16BLADERUNNER: Add engine gui option to avoid use of delayMillis()Thanasis 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-12BLADERUNNER: Remove use of unaligned memory access (#1839)Cameron Cawley
2019-09-11BLADERUNNER: Ensure the Color256 struct is correctly packed (#1838)Cameron Cawley
2019-09-10BLADERUNNER: Fix -Wsign-compare warningCameron Cawley
2019-09-10BLADERUNNER: Move shutdown() in Engine destructorThanasis Antoniou
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: Play full exit KIA sound before quit via KIAThanasis Antoniou
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-08BLADERUNNER: Debugger output x,y 2d co-ordinate for mouse click infoThanasis Antoniou
2019-09-07BLADERUNNER: Improved support for Russian translationsPeter Kohaut
Adds support for Home Systems, Inc. + Siberian Studio R4 translation patch. Added name scrambling algorithm from R4 patch. Fixed R3 support (previously was not named). closes #11102
2019-09-05BLADERUNNER: Fix compiler warning (#1830)jepael
2019-09-05BLADERUNNER: Revert previous changes in clues listingThanasis Antoniou
Keep the important bug fix which was in KIASectionSuspects::populateAcquiredClues Some of the changes in the previous commit were due to confusing the role of the getClueIdByIndex method
2019-09-05BLADERUNNER: Fix displaying of clues in KIAThanasis Antoniou
Fixes bug where clues with no type would appear in KIA sections "End of Act 2" would appear in Sadik's and Clovis' suspect pages, and in Bradbury crime page, whereas Sadik's photo would not appear in Sadik's page.
2019-09-05BLADERUNNER: Add comment for redundancy in actor's health initThanasis Antoniou
2019-09-04BLADERUNNER: Framelimiter simplificationPeter Kohaut
2019-09-04BLADERUNNER: Performance fixesPeter Kohaut
Pixel format functions and CLIP functions are too slow in debug builds, replacing them with static code makes debug builds faster.
2019-09-03BLADERUNNER: Restored content - Fix bracelet purchase regressionThanasis Antoniou
2019-09-01BLADERUNNER: Framelimiter fixes for delayMillis caseThanasis Antoniou
2019-09-01BLADERUNNER: Isolate new frame limiter code in new classThanasis Antoniou
2019-08-31BLADERUNNER: Use best pixel format on every platformPeter Kohaut
Updated all drawing routines to be pixel format agnostic. Might decrease performance.
2019-08-31BLADERUNNER: Addendum for removal of delayMillisThanasis Antoniou
2019-08-31BLADERUNNER: Replace delayMillis(10) calls with software timersThanasis Antoniou
2019-08-28BLADERUNNER: Comment correction after fix for ↵Thanasis Antoniou
AI_Movement_Track_Append_With_Facing