Age | Commit message (Collapse) | Author |
|
BLADERUNNER: Add detection for German version
|
|
|
|
|
|
|
|
|
|
|
|
fixed few memory leaks
fixed overflows
prepared more logic for looping but its not yet working correctly - still figuring out original code for vqadecoder
|
|
|
|
Previous fix for CID 1364205 was actually for CID 1364306.
|
|
|
|
|
|
CID 1364219
CID 1364223
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
and some formatting
|
|
|
|
formating, small fixes
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
used for pathfinding, fixed bug in searching for walkboxes
|
|
|
|
|
|
|
|
|
|
some warnings, fixed some scene scripts
|
|
|
|
gamescript after loading scene
|
|
|
|
|
|
|
|
|
|
working correctly yet
|
|
debugging display (scene objects, regions, exits, walkboxes, lights?)
|
|
|
|
scene objects
|
|
|
|
completed init script. Added decoding of lights from VQA. Moved view from scene.
|
|
|