aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/shape.cpp
AgeCommit message (Collapse)Author
2019-06-24BLADERUNNER: Fixed alpha channel issuesPeter Kohaut
Alpha channel is inverted in the game assets and that lead to issues in OpenGL renderer. E.g. screenshot of savegames were partly black or showing artifacts closes #10983
2019-04-17BLADERUNNER: Abstraction from 555 pixel formatPeter Kohaut
Removing hardcoded 555 pixel format to support Android
2019-02-08BLADERUNNER: Removed unnecessary debugging codePeter 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
2016-10-06BLADERUNNER: added support for fontsPeter Kohaut
2016-10-03BLADERUNNER: Code formatting fixesEugene Sandulenko
2016-09-29BLADERUNNER: added all scene scripts, esper script, kia script, vk script, ↵Peter Kohaut
completed init script. Added decoding of lights from VQA. Moved view from scene.
2016-09-29BLADERUNNER: Implement loading and drawing of mouse cursors.Thomas Fach-Pedersen