Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-13 | BLADERUNNER: Group shapes loading | Peter Kohaut | |
2019-09-04 | BLADERUNNER: Performance fixes | Peter Kohaut | |
Pixel format functions and CLIP functions are too slow in debug builds, replacing them with static code makes debug builds faster. | |||
2019-08-31 | BLADERUNNER: Use best pixel format on every platform | Peter Kohaut | |
Updated all drawing routines to be pixel format agnostic. Might decrease performance. | |||
2019-07-28 | BLADERUNNER: prevent seg fault in ESPER | Thanasis Antoniou | |
Also added CLIP to all getBasePtr() calls where it would seem appropriate/safer to do so | |||
2019-06-24 | BLADERUNNER: Fixed alpha channel issues | Peter 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-17 | BLADERUNNER: Abstraction from 555 pixel format | Peter Kohaut | |
Removing hardcoded 555 pixel format to support Android | |||
2019-02-08 | BLADERUNNER: Removed unnecessary debugging code | Peter Kohaut | |
2018-02-04 | BLADERUNNER: ESPER interface | Peter Kohaut | |
2018-02-01 | BLADERUNNER: Fixed few Coverity issues | Peter Kohaut | |
2018-01-28 | BLADERUNNER: Added basic KIA interface | Peter 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-06 | BLADERUNNER: added support for fonts | Peter Kohaut | |
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: 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-29 | BLADERUNNER: Implement loading and drawing of mouse cursors. | Thomas Fach-Pedersen | |