index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
vqa.cpp
Age
Commit message (
Expand
)
Author
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-28
Clarified some comments and moved some asserts to hopefully answer Fingolfin's
Torbjörn Andersson
2007-02-28
Changed the AppendableAudioStream code to use a queue of buffers, instead of ...
Max Horn
2007-02-17
Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with the
Torbjörn Andersson
2006-09-16
Replaces malloc with new in most cases.
Johannes Schickel
2006-07-30
It's play(), not open(), that encounters the CMDS tag. At least in the intro
Torbjörn Andersson
2006-07-28
Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...
Oystein Eftevaag
2006-05-22
Cleanup.
Torbjörn Andersson
2006-05-21
Palette handling simplification, suggested by LordHoto.
Torbjörn Andersson
2006-05-21
If possible, sync the frame to getSoundElapsedTime().
Torbjörn Andersson
2006-05-21
Grotesque hack to support the jung2.vqa movie. Either the VQA is less well
Torbjörn Andersson
2006-05-21
The unsupported cutscene is called "jung", not "junk". (It just happens to look
Torbjörn Andersson
2006-05-21
More VQA fixes:
Torbjörn Andersson
2006-05-21
At LordHoto's request...
Torbjörn Andersson
2006-05-21
Some minor VQA player fixes:
Torbjörn Andersson
2006-05-21
- reworks quit handling (no _system->quit() anymore)
Johannes Schickel
2006-05-18
- load fonts for kyra3
Johannes Schickel
2006-05-18
Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It
Torbjörn Andersson