aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/ui_input_box.h
AgeCommit message (Collapse)Author
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
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.
2018-12-05BLADERUNNER: Add in-game saving screenPeter Kohaut
2018-01-29BLADERUNNER: Completed KIA interfacePeter Kohaut
Added Diagnostic section - small button above main buttons Added Pogo section - easter egg - write "pogo" while KIA is open Code formatting again
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