aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/scene_objects.cpp
AgeCommit message (Collapse)Author
2018-03-25BLADERUNNER: Added missing initializon of scene objectsPeter Kohaut
2018-03-24BLADERUNNER: Load game methodsPeter Kohaut
save methods update replaced few char* with Common::String changed few pointers to references
2018-03-24BLADERUNNER: Save game methodsThomas Fach-Pedersen
2018-03-17BLADERUNNER: Added combatPeter Kohaut
Math cleanup Fixed obstacle detection
2018-03-11BLADERUNNER: Added shadowsPeter Kohaut
2018-02-25BLADERUNNER: Added Generic Walker actorsPeter Kohaut
Fixed isseue of duplicating items in world Fixed fog issue with incorrect rendering in special occasions Added basic debugger console Refactored looping code for better readability
2018-02-19BLADERUNNER: McCoy script fixedPeter Kohaut
Some Coverity issues fixed KIA script small fix to DNA evidences Actor selection fixed (bounding box is correcly expanded)
2018-02-18BLADERUNNER: Support for runningPeter Kohaut
Fixed Runciter idle state Fixed movement track delay Basic combat support
2018-02-05BLADERUNNER: Added more game constantsPeter Kohaut
Code formatting
2018-01-28BLADERUNNER: Added basic KIA interfacePeter 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-03-20BLADERUNNER: added full office leroy ai scriptPeter Kohaut
fix sceneobject remove
2016-10-28BLADERUNNER: fixed memory leaks & overflowsPeter 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-06BLADERUNNER: added suspects db & fixed crimes dbPeter Kohaut
2016-10-04BLADERUNNER: trying to figure out walking, added structures for obstacles ↵Peter Kohaut
used for pathfinding, fixed bug in searching for walkboxes
2016-09-29BLADERUNNER: add more logic to actor::tick, added support for looking up ↵Peter Kohaut
scene objects
2016-09-29BLADERUNNER: Pull in changes from madmoosePeter Kohaut
2016-09-29BLADERUNNER: added implementation of more script methods added combat ↵Peter Kohaut
structure (maybe it combat mode??)
2016-09-29BLADERUNNER: still adding structures... and implementing some of script ↵Peter Kohaut
methods...
2016-09-29BLADERUNNER: 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...