aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_digital.cpp
AgeCommit message (Expand)Author
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-07-25remove implicit SoundDigital::Sound ctor call, which is redundant because the...Joost Peters
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
2008-05-11Implemented helium mode support for Kyra3.Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel
2008-04-26- load new tlk file on chapter changeJohannes Schickel
2008-04-20Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital.Johannes Schickel
2008-04-20Improved sound priority handling.Johannes Schickel
2008-04-20Implemented sound priority handling.Johannes Schickel
2008-04-17Implemented volume handling for SFX.Johannes Schickel
2008-04-17Cleanup.Johannes Schickel
2008-04-17Implemented sfx support for Kyra3.Johannes Schickel
2008-04-14Fixed music fade out.Johannes Schickel
2008-04-14Implemented some kyra3 code.Johannes Schickel
2008-04-12Added fade out time parameter for digital sounds.Johannes Schickel
2008-02-07Fixed kyra3 code.Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-11-03Documenting the sound code a bit.Johannes Schickel
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-03-01Simplify code a bit -- got rid of File::incRef usage, an unnecessary member v...Max Horn
2006-05-31GCC 2.9x fix for Symbian OS, for accessing class within Common namespaceLars Persson
2006-05-25Added support for fading digital music in or out.Torbjörn Andersson
2006-05-21- allows kyra3 to exit againJohannes Schickel
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-05-17Added (optional) looping to the digital sound class.Torbjörn Andersson
2006-05-17Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to beTorbjörn Andersson
2006-05-17Maybe the svn:keywords were already set? Maybe this will fix the file headers...Torbjörn Andersson
2006-05-17Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currentlyTorbjörn Andersson
2006-05-17- adds AUD file player (has still some problems with playing)Johannes Schickel