aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/vqa.cpp
AgeCommit message (Expand)Author
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-29KYRA: Fix Valgrind Uninitialized Memory Read at end of VQA Playback.David Turner
2010-07-23KYRA: Implement support for selecting the VQA quality via "video_quality".Johannes Schickel
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2009-10-26- Fix some missing initialization warnings from cppcheckJohannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-06-25Cleanup VQA player a bit.Johannes Schickel
2009-06-22- Changed the following Screen functions to take a reference to a Palette obj...Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
2009-06-14Cleanup.Johannes Schickel
2009-05-29More formatting.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
2008-09-06Got rid of File::eof()Max Horn
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-08KYRA works with the new GMM implementationChristopher Page
2008-05-17- Fixed sound channel fadeout on VQA playingJohannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
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