Age | Commit message (Expand) | Author |
2014-03-09 | AGOS: Fix sound offset table access for StS 2 Mac/Amiga. | Johannes Schickel |
2014-03-05 | AGOS: Correct typos in comments. | Kirben |
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-01-26 | AGOS: Fix silly copy&paste mistake, which broke Vorbis and MP3 support. | Johannes Schickel |
2012-01-26 | AGOS: Rework digital sound playback. | Johannes Schickel |
2011-11-03 | AGOS: Merge duplicate code remaining from refactoring in the past. | Travis Howell |
2011-11-02 | AGOS: Fix warnings | Eugene Sandulenko |
2011-10-09 | AUDIO: Add default disposeAfterUse value to makeVOCStream again. | Johannes Schickel |
2011-10-09 | AUDIO: Remove unused makeVOCStream interface. | Johannes Schickel |
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of... | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-01 | ENGINES: Remove some 'using' statements | Max Horn |
2010-09-26 | AGOS: Hopefully fix bug #3000876 ("FF: Crackling/static popping") | Torbjörn Andersson |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-08 | Tweak makeVOCDiskStream | Max Horn |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Update comments. | Travis Howell |
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used sig... | Travis Howell |
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn |
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn |
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn |
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn |
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn |
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn |
2010-01-22 | AGOS: cleanup | Max Horn |
2010-01-22 | AGOS: Rearrange sound code a bit | 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::playRaw for good | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
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-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-08-15 | Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be cut... | Travis Howell |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-05-04 | Fix the car chase scene in PN. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-01-27 | Add/Update comments. | Travis Howell |