Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-17 | BLADERUNNER: Added combat | Peter Kohaut | |
Math cleanup Fixed obstacle detection | |||
2018-03-11 | BLADERUNNER: Added shadows | Peter Kohaut | |
2018-02-12 | BLADERUNNER: Fixed more Coverity issues | Peter Kohaut | |
2018-02-11 | BLADERUNNER: VK small fixes | Peter Kohaut | |
Fixed rendering of non-visible objects | |||
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 | |||
2017-09-10 | BLADERUNNER: Added music support & added Maggie | Peter Kohaut | |
added async walking named some of the game flags & variables renamed aesc to screen effects | |||
2017-08-26 | BLADERUNNER: Support for AESC | Peter Kohaut | |
2017-04-02 | BLADERUNNER: fixed lighting cache | Peter Kohaut | |
actors can be now partially illuminated (per slice), it iss visible in scene rc02 in the right part of the room | |||
2016-10-22 | BLADERUNNER: Fix uninitialized variable accesses | Thomas Fach-Pedersen | |
Fixes a couple of issues reported by valgrind and clang sanitizers. In particular, the initialization of Actor::_inCombat means that McCoy no longer randomly has his gun out at the beginning of the game. In SliceRenderer::drawInWorld, the assert of _sliceFramePtr has been moved to after the call to setupFrameInWorld which is the method that initializes the field. This misplaced assert caused the game to crash for several people. | |||
2016-10-15 | BLADERUNNER: Fix compilation on older gcc | Eugene Sandulenko | |
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-09 | BLADERUNNER: fixed speed of pickup effect | Peter Kohaut | |
formating, small fixes | |||
2016-10-08 | BLADERUNNER: added item pickup effect | Peter Kohaut | |
also added support for rendering items on screen (not in the world) pickup effect can be tested in debug compilation by clicking on any object (not item, but object like, hydrant, or doors) in first scene | |||
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: fixed current frame selection for lights | Peter Kohaut | |
2016-09-29 | BLADERUNNER: fixed lightning | Peter Kohaut | |
2016-09-29 | BLADERUNNER: added rendering support for lighting and effects, but its not ↵ | Peter Kohaut | |
working correctly yet | |||
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: Pull in changes from madmoose | Peter Kohaut | |
2016-09-29 | BLADERUNNER: added implementation of more script methods added combat ↵ | Peter Kohaut | |
structure (maybe it combat mode??) | |||
2016-09-29 | BLADERUNNER: still adding structures... and implementing some of script ↵ | Peter Kohaut | |
methods... | |||
2016-09-29 | BLADERUNNER: just basic objects description scene stuff - lightning and ↵ | Peter Kohaut | |
effects movement track actor clues db actor walking info moved view from vqa decoder, because its needed elsewhere does not compile, because new files are not in makefile... | |||
2016-09-29 | BLADERUNNER: Add support for ambient sounds, game flags and variables, and ↵ | Thomas Fach-Pedersen | |
use VQA z-buffer when rendering. | |||
2016-09-29 | BLADERUNNER: First pass at slice animation renderer | Thomas Fach-Pedersen | |
Z-buffers are not being read from the VQA background yet, so z-buffer handling is faked for now. |