aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/vqa.cpp
AgeCommit message (Expand)Author
2007-12-15debug(C) parameter type fixes.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-02-28Clarified some comments and moved some asserts to hopefully answer Fingolfin'sTorbjörn Andersson
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-17Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with theTorbjörn Andersson
2006-09-16Replaces malloc with new in most cases.Johannes Schickel
2006-07-30It's play(), not open(), that encounters the CMDS tag. At least in the introTorbjörn Andersson
2006-07-28Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...Oystein Eftevaag
2006-05-22Cleanup.Torbjörn Andersson
2006-05-21Palette handling simplification, suggested by LordHoto.Torbjörn Andersson
2006-05-21If possible, sync the frame to getSoundElapsedTime().Torbjörn Andersson
2006-05-21Grotesque hack to support the jung2.vqa movie. Either the VQA is less wellTorbjörn Andersson
2006-05-21The unsupported cutscene is called "jung", not "junk". (It just happens to lookTorbjörn Andersson
2006-05-21More VQA fixes:Torbjörn Andersson
2006-05-21At LordHoto's request...Torbjörn Andersson
2006-05-21Some 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 kyra3Johannes Schickel
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson