aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/vqa_decoder.h
AgeCommit message (Collapse)Author
2016-09-29BLADERUNNER: 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-29BLADERUNNER: Pull in changes from madmoosePeter Kohaut
2016-09-29BLADERUNNER: 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-29BLADERUNNER: Split aud_decoder into aud_stream and adpcm_decoderThomas Fach-Pedersen
2016-09-29BLADERUNNER: Add support for ambient sounds, game flags and variables, and ↵Thomas Fach-Pedersen
use VQA z-buffer when rendering.
2016-09-29BLADERUNNER: Add View matrix loadingThomas Fach-Pedersen
2016-09-29BLADERUNNER: Fix memory leaks in VQADecoderThomas Fach-Pedersen
2016-09-29BLADERUNNER: Rename _vptr to _vpointerSven Hesse
_vptr is a reserved keyword!
2016-09-29BLADERUNNER: Add basic Scene, Set, and Script support.Thomas Fach-Pedersen
2016-09-29BLADERUNNER: No semicolon after namespace closing braceThomas Fach-Pedersen
2016-09-29BLADERUNNER: Don't base VQADecoder on Video::VideoDecoder anywayThomas 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-29BLADERUNNER: Rebuild VQADecoder on top of Video::VideoDecoderThomas Fach-Pedersen
2016-09-29BLADERUNNER: Split VQA decoder into player and decoder, add Outtake playerThomas Fach-Pedersen
2016-09-29BLADERUNNER: StyleThomas Fach-Pedersen
2016-09-29BLADERUNNER: Start port to scummvm engineThomas Fach-Pedersen
Just shows the splash for now. VQA decoder partially ported but without audio and some minor special features.