aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/items.cpp
AgeCommit message (Collapse)Author
2019-05-03BLADERUNNER: object, item and region commandsantoniou79
New commands to debug bound boxes and properties for obj, items, regions
2019-03-18BLADERUNNER: Fixes and cleanup for Police Maze AThanasis Antoniou
Only fixes for rooms PS10, PS11. A few cases may need revising. There are a few cases that a target may reset after being shot and they seem buggy but they could also be intended. So, that's for a second pass to decide.
2018-11-24BLADERUNNER: Preliminary saving & loading supportPeter Kohaut
Saving and loading is accessible via ScummVM dialogs. No in-game UI support yet. It is possible to load saves from original game via debugger console. ScummVM saves have additional header and are incompatibile with original game.
2018-03-25BLADERUNNER: Fixed compilation warningsPeter Kohaut
2018-03-24BLADERUNNER: Fixed compilation warningPeter 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-24BLADERUNNER: Fix PoliceMaze trackEugene Sandulenko
2018-03-24BLADERUNNER: Finished PoliceMaze implementationEugene Sandulenko
2018-03-24BLADERUNNER: Implement PoliceMazeTargetTrack::readdObject()Eugene Sandulenko
2018-03-24BLADERUNNER: Implement setting items as targetEugene Sandulenko
2018-03-24BLADERUNNER: Implement Item_Spin_In_World()Eugene Sandulenko
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-18BLADERUNNER: Fixed more compilation warningsPeter Kohaut
2018-02-18BLADERUNNER: Fixed compilation warningsPeter Kohaut
2018-02-18BLADERUNNER: Support for runningPeter Kohaut
Fixed Runciter idle state Fixed movement track delay Basic combat support
2018-02-13BLADERUNNER: More game constantsPeter Kohaut
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-28BLADERUNNER: Implement ZBuffer classThomas Fach-Pedersen
2017-01-11BLADERUNNER: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-10-12BLADERUNNER: added picking up of itemsPeter Kohaut
and some formatting
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-10-03BLADERUNNER: Added missing copyright headers and normalized the restEugene Sandulenko
2016-10-02BLADERUNNER: added ADQ, fixed some minor memory leaksPeter Kohaut
2016-10-02BLADERUNNER: added support for rendering items in scenesPeter Kohaut
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...