aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/dialogue_menu.cpp
AgeCommit message (Collapse)Author
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-03-08BLADERUNNER: Fixed dialogue menu colorsPeter Kohaut
2018-02-19BLADERUNNER: McCoy script fixedPeter Kohaut
Some Coverity issues fixed KIA script small fix to DNA evidences Actor selection fixed (bounding box is correcly expanded)
2018-02-12BLADERUNNER: Fixed more Coverity issuesPeter Kohaut
2018-02-04BLADERUNNER: ESPER interfacePeter Kohaut
2018-02-01BLADERUNNER: Fixed few Coverity issuesPeter Kohaut
2018-01-28BLADERUNNER: Added basic KIA interfacePeter Kohaut
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files
2017-08-26BLADERUNNER: Transparent background in dialogue menuPeter Kohaut
2017-08-24BLADERUNNER: Added audio mixer & various fixesPeter Kohaut
Audio mixer is supporting fading and pan animation Added support for skipping speech by pressing Return Added proper support for ambient sounds Added more code to the dialogue menu Added tooltips to the Spinner Fixed calculation of volume and pan of walk steps Code cleanup & formatting
2017-08-22BLADERUNNER: Add Dialogue MenuThomas Fach-Pedersen