Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
structure (maybe it combat mode??)
|
|
methods...
|
|
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...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use VQA z-buffer when rendering.
|
|
in destructor
|
|
Z-buffers are not being read from the VQA background yet, so z-buffer
handling is faked for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conditions are evaluated left to right. If you want short-
circuiting to protect from invalid read, you have to do the
range checks before the pointer dereferencing.
|
|
delete[] -> delete. It's a single pointer, not an array.
|
|
|
|
|
|
|
|
_vptr is a reserved keyword!
|
|
MSVC allows it, but it's against the standard.
|
|
|
|
|
|
|