aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui
AgeCommit message (Collapse)Author
2019-11-08BLADERUNNER: Fix wrong order for GPS map selectionThanasis Antoniou
2019-10-13BLADERUNNER: Group shapes loadingPeter Kohaut
2019-09-30BLADERUNNER: Replace use of sprintf with Common::String::formatCameron Cawley
2019-09-16BLADERUNNER: Add engine gui option to avoid use of delayMillis()Thanasis Antoniou
2019-09-12BLADERUNNER: Remove use of unaligned memory access (#1839)Cameron Cawley
2019-09-10BLADERUNNER: Fix -Wsign-compare warningCameron Cawley
2019-09-09BLADERUNNER: Play full exit KIA sound before quit via KIAThanasis 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: 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-04BLADERUNNER: Framelimiter simplificationPeter Kohaut
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-07-29BLADERUNNER: Fix unsorted args for getRandomNumberRngThanasis Antoniou
Fix for bug #11034
2019-07-28BLADERUNNER: prevent seg fault when opening KIAThanasis Antoniou
Only if a restored content save was loaded in original game mode
2019-07-28BLADERUNNER: prevent seg fault in ESPERThanasis Antoniou
Also added CLIP to all getBasePtr() calls where it would seem appropriate/safer to do so
2019-07-23BLADERUNNER: Restore KIA 3d model descriptionsThanasis Antoniou
2019-07-17BLADERUNNER: Fix compilation on AmigaOS 4Cameron Cawley
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-07-16BLADERUNNER: Ajdust font interface to ScummVM's onePeter Kohaut
2019-07-12BLADERUNNER: Fix slider artifacts in Android portPeter Kohaut
Alpha was set incorrectly to 0 and previous GLES was visible
2019-06-28BLADERUNNER: JANITORIAL: Code formatting fixesThanasis Antoniou
2019-06-26BLADERUNNER: Fix waiting time for targets in MazeThanasis Antoniou
Applies only for normal and hard mode. Easy mode keeps the original more relaxed behavior.
2019-06-22BLADERUNNER: Switch all keyUp events to keyDownPeter 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-18BLADERUNNER: Fix F5 key behavior for KIAThanasis Antoniou
2019-05-30BLADERUNNER: Fix invalid rect in ESPER zoomPeter Kohaut
In some cornenr case when photo selection is ajdusted the final rectangle might end up invalid and assert will occur. This fixes this issue by correctly setting rect dimensions.
2019-05-27BLADERUNNER: Show saved game creation date and add play timeDavid Fioramonti
Bumped saved game version to 2 to add play time. Can load version 1 saves and save/load version 2 saves.
2019-05-22BLADERUNNER: Fixes for debugger draw commandThanasis Antoniou
More intuitive functionality when drawing singled out objects
2019-05-21BLADERUNNER: Add methods to skip screen effectsThanasis Antoniou
Also enhanced functionality for debugger's cmdDraw, allowing to draw isolated objects
2019-05-13BLADERUNNER: GPS talkie does not disable controlsThanasis Antoniou
2019-05-09BLADERUNNER: Fix bad new game pos for playerThanasis Antoniou
2019-05-09BLADERUNNER: Fix disabled mouse hover GPS speechThanasis Antoniou
2019-05-08BLADERUNNER: Vk show stats debugger commandantoniou79
2019-05-06BLADERUNNER: Fix disabled mouse hover image blinking issuesThanasis Antoniou
2019-04-30BLADERUNNER: Spinner GPS Talkie restoredThanasis Antoniou
2019-04-24BLADERUNNER: Debugger command for full VK sessionsThanasis Antoniou
2019-04-24BLADERUNNER: Restore relared VK questions mechanismThanasis Antoniou
2019-04-21BLADERUNNER: Proper Subtitles option translation for RUSThanasis Antoniou
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-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-05BLADERUNNER: SFX named constants and MissSound fixThanasis Antoniou
Still pending cleaning up Ambient_Sounds_Add_Sound and Ambient_Sounds_Add_Looping_Sound calls
2019-04-03BLADERUNNER: Fix warning in Big Endianess platformThanasis Antoniou
2019-04-02BLADERUNNER: Fixed images & z-buffer on big-endian architecturesPeter Kohaut
2019-03-31BLADERUNNER: Remove blue tint from ESPER zoom-insThanasis Antoniou
This applies only to hotspot zoom-ins and zoom-outs Last frame of zoomed in hotspot (video zoom) had a persistent blue tint. And zooming out from the hotspot also had a long lasting blue tint. These were removed.
2019-03-31BLADERUNNER: Fix no music at Dektora dance outtakeThanasis Antoniou
Also add constants for all music tracks
2019-03-27BLADERUNNER: Fix ESPER closing soundThanasis Antoniou