Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | BLADERUNNER: object, item and region commands | antoniou79 | |
New commands to debug bound boxes and properties for obj, items, regions | |||
2019-03-18 | BLADERUNNER: Fixes and cleanup for Police Maze A | Thanasis 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-12-24 | BLADERUNNER: Fixed item rotation | Peter Kohaut | |
Item's angle was not update after chaning "facing". Police maze targets are now rotated correct way. Added debug logging for the police maze tracts. | |||
2018-11-24 | BLADERUNNER: Preliminary saving & loading support | Peter 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-25 | BLADERUNNER: Fixed compilation warnings | Peter Kohaut | |
2018-03-24 | BLADERUNNER: Load game methods | Peter Kohaut | |
save methods update replaced few char* with Common::String changed few pointers to references | |||
2018-03-24 | BLADERUNNER: Save game methods | Thomas Fach-Pedersen | |
2018-03-24 | BLADERUNNER: Implement Item_Spin_In_World() | Eugene Sandulenko | |
2018-02-18 | BLADERUNNER: Fixed compilation warnings | Peter Kohaut | |
2018-02-18 | BLADERUNNER: Support for running | Peter Kohaut | |
Fixed Runciter idle state Fixed movement track delay Basic combat support | |||
2018-01-28 | BLADERUNNER: Added basic KIA interface | Peter 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-07-31 | BLADERUNNER: Move surfaces out of VQA player | Thomas Fach-Pedersen | |
Rename the surfaces to more meaningful names and move ownership out of the VQA classes. This means that the VQA classes no longer create their own internal surfaces but instead draw on externally provided surfaces. | |||
2017-03-28 | BLADERUNNER: Implement ZBuffer class | Thomas Fach-Pedersen | |
2017-01-11 | BLADERUNNER: Fix Variable Shadowing Compiler Warnings. | D G Turner | |
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-08 | BLADERUNNER: added item pickup effect | Peter Kohaut | |
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 | |||
2016-10-04 | BLADERUNNER: trying to figure out walking, added structures for obstacles ↵ | Peter Kohaut | |
used for pathfinding, fixed bug in searching for walkboxes | |||
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-10-03 | BLADERUNNER: Added missing copyright headers and normalized the rest | Eugene Sandulenko | |
2016-10-02 | BLADERUNNER: added ADQ, fixed some minor memory leaks | Peter Kohaut | |
2016-10-02 | BLADERUNNER: added support for rendering items in scenes | Peter Kohaut | |
2016-09-29 | BLADERUNNER: Pull in changes from madmoose | Peter Kohaut | |
2016-09-29 | BLADERUNNER: still adding structures... and implementing some of script ↵ | Peter Kohaut | |
methods... |