Age | Commit message (Expand) | Author |
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel |
2012-11-23 | KYRA: Move SoundDigital declaration to its own header. | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-09-13 | KYRA3: Add some sound debug output. | Johannes Schickel |
2010-05-05 | Replace KYRA's strncpy and strncat usages by strlcpy/strlcat. | Johannes Schickel |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-27 | Fix invalid sample position on Timestamp to sample conversion for Stereo stre... | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-06 | - Simplify Audio::calculateSampleOffset. | Johannes Schickel |
2010-01-06 | Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-05 | Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to us... | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add 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-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because the... | Joost Peters |
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel |
2008-05-11 | Implemented helium mode support for Kyra3. | Johannes Schickel |
2008-05-07 | Changed 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 change | Johannes Schickel |
2008-04-20 | Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital. | Johannes Schickel |
2008-04-20 | Improved sound priority handling. | Johannes Schickel |
2008-04-20 | Implemented sound priority handling. | Johannes Schickel |
2008-04-17 | Implemented volume handling for SFX. | Johannes Schickel |
2008-04-17 | Cleanup. | Johannes Schickel |
2008-04-17 | Implemented sfx support for Kyra3. | Johannes Schickel |
2008-04-14 | Fixed music fade out. | Johannes Schickel |
2008-04-14 | Implemented some kyra3 code. | Johannes Schickel |
2008-04-12 | Added fade out time parameter for digital sounds. | Johannes Schickel |
2008-02-07 | Fixed kyra3 code. | Johannes Schickel |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-11-03 | Documenting the sound code a bit. | Johannes Schickel |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-15 | Formatting/Cleanup. | Johannes Schickel |
2007-03-01 | Simplify code a bit -- got rid of File::incRef usage, an unnecessary member v... | Max Horn |
2006-05-31 | GCC 2.9x fix for Symbian OS, for accessing class within Common namespace | Lars Persson |
2006-05-25 | Added support for fading digital music in or out. | Torbjörn Andersson |
2006-05-21 | - allows kyra3 to exit again | Johannes Schickel |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |