Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
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-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: Add Overlay videos | Thomas Fach-Pedersen | |
2017-08-26 | BLADERUNNER: Support for AESC | Peter Kohaut | |
2017-08-25 | BLADERUNNER: Fix build | 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 | |
2017-03-26 | BLADERUNNER: Added correct video looping and loop switching | Peter Kohaut | |
2016-10-28 | BLADERUNNER: fixed memory leaks & overflows | Peter Kohaut | |
fixed few memory leaks fixed overflows prepared more logic for looping but its not yet working correctly - still figuring out original code for vqadecoder | |||
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: 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: 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 | |