Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-19 | BLADERUNNER: Implemented sanity checks in the 'scene' debugger command | Eugene Sandulenko | |
2018-12-19 | BLADERUNNER: Print scene name in 'scene' debug command | Eugene Sandulenko | |
2018-12-19 | BLADERUNNER: Enhanced 'scene' debugger command | Eugene Sandulenko | |
2018-11-25 | BLADERUNNER: Add in-game loading screen | Peter Kohaut | |
It is also possible to start new game from it. | |||
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-05-07 | BLADERUNNER: Implement obstacle polygon merging | Thomas Fach-Pedersen | |
2018-04-02 | BLADERUNNER: Added 'draw actors' debug command. | Eugene Sandulenko | |
Implemented as a hack on top of 'draw obj' with skipping all other scene objects. | |||
2018-03-29 | BLADERUNNER: Remove unnecessary returns | Eugene Sandulenko | |
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-17 | BLADERUNNER: Added combat | Peter Kohaut | |
Math cleanup Fixed obstacle detection | |||
2018-03-10 | BLADERUNNER: Added Guzzo actor | Peter Kohaut | |
Added "pos" console command | |||
2018-03-07 | BLADERUNNER: Added Howie Lee actor | Peter Kohaut | |
added some constants added loop debugger command | |||
2018-03-06 | BLADERUNNER: Added Zuben actor | Peter Kohaut | |
Fixed animation position update Added goal & anim commands to console | |||
2018-02-25 | BLADERUNNER: Added Generic Walker actors | Peter 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 |