Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-12 | BLADERUNNER: Avoid using alloca, which might not be available on all systems. | Kirben | |
2016-10-28 | BLADERUNNER: fixed memory leaks & overflows | Peter Kohaut | |
fixed few memory leaks fixed overflows prepared more logic for looping but its not yet working correctly - still figuring out original code for vqadecoder | |||
2016-10-24 | BLADERUNNER: Typo in SetEffects::setFadeColor (CID 1364307) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix null pointer dereference (Actually CID 1364205) | Thomas Fach-Pedersen | |
Previous fix for CID 1364205 was actually for CID 1364306. | |||
2016-10-24 | BLADERUNNER: Fix potential buffer overrun (CID 1364276) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix out-of-bounds write (CID 1364262) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix out-of-bounds access in voiceover actor (multiple CIDs) | Thomas Fach-Pedersen | |
CID 1364219 CID 1364223 | |||
2016-10-24 | BLADERUNNER: Fix out-of-bounds read (CID 1364207) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix null pointer dereference (CID 1364205) | Thomas Fach-Pedersen | |
2016-10-24 | BLADERUNNER: Fix resource leak (CID 1364202) | Thomas Fach-Pedersen | |
2016-10-22 | BLADERUNNER: Fix invalid assert in AudStream | Thomas Fach-Pedersen | |
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-21 | BLADERUNNER: Fix presumable typo | Willem Jan Palenstijn | |
2016-10-15 | BLADERUNNER: Mark engine as highres | Eugene Sandulenko | |
2016-10-15 | BLADERUNNER: Fix compilation on older gcc | Eugene Sandulenko | |
2016-10-14 | BLADERUNNER: Fix compilation with plugins enabled | Eugene Sandulenko | |
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-09 | BLADERUNNER: fixed some compilation warnings | Peter Kohaut | |
2016-10-09 | BLADERUNNER: fixed speed of pickup effect | Peter Kohaut | |
formating, small fixes | |||
2016-10-09 | BLADERUNNER: Fix compilation | Eugene Sandulenko | |
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-06 | BLADERUNNER: fixed some of endianness issues | Peter Kohaut | |
2016-10-06 | BLADERUNNER: added support for fonts | Peter Kohaut | |
2016-10-06 | BLADERUNNER: added suspects db & fixed crimes db | Peter Kohaut | |
2016-10-04 | BLADERUNNER: code formatting | Peter Kohaut | |
2016-10-04 | BLADERUNNER: added missing license & code formatting | Peter Kohaut | |
2016-10-04 | BLADERUNNER: trying to figure out walking, added structures for obstacles ↵ | Peter Kohaut | |
used for pathfinding, fixed bug in searching for walkboxes | |||
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-10-03 | BLADERUNNER: Added missing copyright headers and normalized the rest | Eugene Sandulenko | |
2016-10-02 | BLADERUNNER: added ADQ, fixed some minor memory leaks | Peter Kohaut | |
2016-10-02 | BLADERUNNER: added support for rendering items in scenes | Peter Kohaut | |
2016-10-01 | BLADERUNNER: fixed endian issue in uncompressed audio (thx madmoose), fixed ↵ | Peter Kohaut | |
some warnings, fixed some scene scripts | |||
2016-09-30 | BLADERUNNER: fixed compiler error in gcc and clang (was working in msvc14) | Peter Kohaut | |
2016-09-30 | BLADERUNNER: add support for uncompressed audio, fixed wrong call to ↵ | Peter Kohaut | |
gamescript after loading scene | |||
2016-09-29 | BLADERUNNER: Fix warnings | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: fixed loading of new set/scene, fixed memoryleak in lights | Peter Kohaut | |
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: fixed exit selection, added footstep sounds, added some ↵ | Peter Kohaut | |
debugging display (scene objects, regions, exits, walkboxes, lights?) | |||
2016-09-29 | BLADERUNNER: Fix compilation | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: add more logic to actor::tick, added support for looking up ↵ | Peter Kohaut | |
scene objects | |||
2016-09-29 | BLADERUNNER: mccoy script completed, walking is now animated | Peter Kohaut | |
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: forgotten script files.... | 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 beginnings of Actor class and move actor drawing to Scene | Thomas Fach-Pedersen | |