Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-23 | BLADERUNNER: Fixed CppCheck warnings | Peter Kohaut | |
Rat interaction at UG15 is now working exactly as in the original game. Before the bridge didn't break if player shot the rat on it. | |||
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: Fix invalid read | Sven Hesse | |
Conditions are evaluated left to right. If you want short- circuiting to protect from invalid read, you have to do the range checks before the pointer dereferencing. | |||
2016-09-29 | BLADERUNNER: No semicolon after namespace closing brace | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Start port to scummvm engine | Thomas Fach-Pedersen | |
Just shows the splash for now. VQA decoder partially ported but without audio and some minor special features. |