aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_digital.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2012-11-23KYRA: Move SoundDigital declaration to its own header.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-09-13KYRA3: Add some sound debug output.Johannes Schickel
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-27Fix invalid sample position on Timestamp to sample conversion for Stereo stre...Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-06- Simplify Audio::calculateSampleOffset.Johannes Schickel
2010-01-06Adapt KYRA to use the new FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-05Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to us...Johannes Schickel
2010-01-05Remove unsafe getTotalPlayTime from AudioStream.Johannes Schickel
2010-01-05Add a "getLength" function to SeekableAudioStream.Johannes Schickel
2010-01-05- Add a new SeekableAudioStream interface. Soon to be used to replace audio s...Johannes Schickel
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