aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/suspects_database.h
AgeCommit message (Collapse)Author
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-01-29BLADERUNNER: Added KIA interfacesPeter Kohaut
Crimes interface done Suspects interface done Added some game constants Fixed font rendering for other languages Fixed anoying clang warning
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-03-29BLADERUNNER: introduced some game constantsPeter Kohaut
Game script are more readable now Fixed name of Officer Leary
2016-10-24BLADERUNNER: Fix out-of-bounds read (CID 1364207)Thomas Fach-Pedersen
2016-10-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut