aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui
AgeCommit message (Collapse)Author
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
2019-03-21BLADERUNNER: Support of localizations that use E as languageCodeThanasis Antoniou
Improved alignment of subtitles option for Russian version The text for the subtitles option probably won't make sense though in Russian, someone will have to correct it to what it should be.
2019-03-17BLADERUNNER: Fixes for Russian versionPeter Kohaut
2019-03-12BLADERUNNER: Fixed compilation errorPeter Kohaut
2019-03-12BLADERUNNER: Added support for scrolling with mouse wheelPeter Kohaut
Not in the original game
2019-03-09BLADERUNNER: Clean-up for subtitles initialization codePeter Kohaut
2019-03-09BLADERUNNER: Savagame names fixesPeter Kohaut
It was not possible to change the name of exisitng savegame Saves were read too ofter just for over-drawing the thumbnail
2019-03-04BLADERUNNER: Fixed overflow in savegame namePeter Kohaut
2019-03-04BLADERUNNER: Cleanup of TODO notesPeter 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-20BLADERUNNER: Fix Coverity issuesPeter Kohaut
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-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-08BLADERUNNER: Removed unnecessary debugging codePeter Kohaut
2019-02-03BLADERUNNER: Fixed end creditsPeter Kohaut
Game is completable for blade runner path
2019-01-19BLADERUNNER: Fixed save selection in the load screenPeter Kohaut
If there was a empty slot in save game list, game would load wrong save file.
2019-01-08BLADERUNNER: Fix tooltip framePeter Kohaut
Text was touching bottom edge of the tooltip.
2019-01-06BLADERUNNER: Add localized text for Subtitles KIA optionantoniou79
2019-01-06BLADERUNNER: Move Subtitles option further rightantoniou79
In Spanish version the 'Designers Cut' translated option overlapped with Subtitles option
2018-12-25BLADERUNNER: Removed redundant header inclusionThanasis Antoniou
2018-12-25BLADERUNNER: Override original FONT and TREThanasis Antoniou
2018-12-25BLADERUNNER: Removed compile time macros, added synch with GUIThanasis Antoniou
2018-12-25BLADERUNNER: Added subtitles support and checkbox in KIAThanasis Antoniou
2018-12-15BLADERUNNER: Added time control and game pausingPeter Kohaut
2018-12-05BLADERUNNER: Add in-game saving screenPeter Kohaut