Age | Commit message (Expand) | Author |
2010-07-23 | KYRA: Implement support for selecting the VQA quality via "video_quality". | Johannes Schickel |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-06-25 | Cleanup 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-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel |
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel |
2009-06-14 | Cleanup. | Johannes Schickel |
2009-05-29 | More formatting. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-07 | Got rid of all Common::File usages in Kyra. | Johannes Schickel |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-08 | KYRA works with the new GMM implementation | Christopher Page |
2008-05-17 | - Fixed sound channel fadeout on VQA playing | Johannes Schickel |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel |
2007-12-15 | debug(C) parameter type fixes. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
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 |