aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/debugger.h
AgeCommit message (Collapse)Author
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-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-04-02BLADERUNNER: Added 'draw actors' debug command.Eugene Sandulenko
Implemented as a hack on top of 'draw obj' with skipping all other scene objects.
2018-03-10BLADERUNNER: Added Guzzo actorPeter Kohaut
Added "pos" console command
2018-03-07BLADERUNNER: Added Howie Lee actorPeter Kohaut
added some constants added loop debugger command
2018-03-06BLADERUNNER: Added Zuben actorPeter Kohaut
Fixed animation position update Added goal & anim commands to console
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