aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/vk.cpp
AgeCommit message (Collapse)Author
2019-02-11BLADERUNNER: Added original logic for speech skippingPeter Kohaut
And some small cleanup of unnecessary comments.
2019-02-03BLADERUNNER: Fixed end creditsPeter Kohaut
Game is completable for blade runner path
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-11-24BLADERUNNER: Preliminary saving & loading supportPeter Kohaut
Saving and loading is accessible via ScummVM dialogs. No in-game UI support yet. It is possible to load saves from original game via debugger console. ScummVM saves have additional header and are incompatibile with original game.
2018-03-04BLADERUNNER: Add scene resumeThomas Fach-Pedersen
2018-02-12BLADERUNNER: Fixed more Coverity issuesPeter Kohaut
2018-02-11BLADERUNNER: VK small fixesPeter Kohaut
Fixed rendering of non-visible objects
2018-02-10BLADERUNNER: Fix compilation in Visual StudioPaul Gilbert
2018-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks