aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/kia.h
AgeCommit message (Collapse)Author
2019-10-13BLADERUNNER: Group shapes loadingPeter Kohaut
2019-09-07BLADERUNNER: Improved support for Russian translationsPeter Kohaut
Adds support for Home Systems, Inc. + Siberian Studio R4 translation patch. Added name scrambling algorithm from R4 patch. Fixed R3 support (previously was not named). closes #11102
2019-09-04BLADERUNNER: Framelimiter simplificationPeter Kohaut
2019-09-01BLADERUNNER: Isolate new frame limiter code in new classThanasis Antoniou
2019-07-23BLADERUNNER: Restore KIA 3d model descriptionsThanasis Antoniou
2019-07-17BLADERUNNER: Use unsigned 32bit diff for time durationsThanasis Antoniou
2019-03-12BLADERUNNER: Added support for scrolling with mouse wheelPeter Kohaut
Not in the original game
2018-12-05BLADERUNNER: Add in-game saving screenPeter Kohaut
2018-11-25BLADERUNNER: Add in-game loading screenPeter Kohaut
It is also possible to start new game from it.
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-02-10BLADERUNNER: VK interfacePeter Kohaut
Code unification Removed few memory leaks
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