Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | BLADERUNNER: Fixed zbuffer in TB05 | Peter Kohaut | |
This was causing issues with walking in TB05 | |||
2018-03-07 | BLADERUNNER: Added Howie Lee actor | Peter Kohaut | |
added some constants added loop debugger command | |||
2018-02-04 | BLADERUNNER: ESPER interface | Peter Kohaut | |
2018-02-01 | BLADERUNNER: Fixed few Coverity issues | Peter Kohaut | |
2018-01-29 | BLADERUNNER: Added KIA interfaces | Peter Kohaut | |
Crimes interface done Suspects interface done Added some game constants Fixed font rendering for other languages Fixed anoying clang warning | |||
2017-09-10 | BLADERUNNER: Added music support & added Maggie | Peter Kohaut | |
added async walking named some of the game flags & variables renamed aesc to screen effects | |||
2017-08-27 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2017-08-27 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2017-08-27 | BLADERUNNER: Add Overlay videos | Thomas Fach-Pedersen | |
2017-08-26 | BLADERUNNER: Support for AESC | Peter Kohaut | |
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-29 | BLADERUNNER: zbuffer is now updated between scene changes | Peter Kohaut | |
updated vqa player udpate code fixed some warnings audio preloading still needs some work | |||
2017-03-28 | BLADERUNNER: Implement ZBuffer class | Thomas Fach-Pedersen | |
2016-10-03 | BLADERUNNER: Code formatting fixes | Eugene Sandulenko | |
2016-09-29 | BLADERUNNER: added all scene scripts, esper script, kia script, vk script, ↵ | Peter Kohaut | |
completed init script. Added decoding of lights from VQA. Moved view from scene. | |||
2016-09-29 | BLADERUNNER: Pull in changes from madmoose | Peter Kohaut | |
2016-09-29 | BLADERUNNER: just basic objects description scene stuff - lightning and ↵ | Peter Kohaut | |
effects movement track actor clues db actor walking info moved view from vqa decoder, because its needed elsewhere does not compile, because new files are not in makefile... | |||
2016-09-29 | BLADERUNNER: Split aud_decoder into aud_stream and adpcm_decoder | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Add support for ambient sounds, game flags and variables, and ↵ | Thomas Fach-Pedersen | |
use VQA z-buffer when rendering. | |||
2016-09-29 | BLADERUNNER: Add View matrix loading | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Fix memory leaks in VQADecoder | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Rename _vptr to _vpointer | Sven Hesse | |
_vptr is a reserved keyword! | |||
2016-09-29 | BLADERUNNER: Add basic Scene, Set, and Script support. | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: No semicolon after namespace closing brace | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Don't base VQADecoder on Video::VideoDecoder anyway | Thomas Fach-Pedersen | |
VideoDecoder doesn't handle audio underflow very well, and Blade Runner's VQA files don't have any audio prebuffer. VQAPlayer doesn't handle it perfectly either, but underflow happens a lot less. To be improved. | |||
2016-09-29 | BLADERUNNER: Rebuild VQADecoder on top of Video::VideoDecoder | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Split VQA decoder into player and decoder, add Outtake player | Thomas Fach-Pedersen | |
2016-09-29 | BLADERUNNER: Style | 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. |