aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
AgeCommit message (Expand)Author
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-23DRACI: Allocate no-sound buffer on the heap in LegacySoundArchive::openArchive()Julien
2011-06-02DRACI: Remove all instances of s(n)printfMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-16AUDIO: Renamed mute related functions in Mixer.Johannes Schickel
2011-04-13DRACI: Adapt to new muting style.Johannes Schickel
2011-03-19DRACI: Respect global mute settingsdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-07-03Finish support of compressed dubbingRobert Špalek
2010-07-03Dragon History tries uses compressed dubbing when availableRobert Špalek
2010-07-01Fix a typo in the RAW format bugfix :-)Robert Špalek
2010-07-01Fix playing RAW and RAW80 streamsRobert Špalek
2010-07-01Implement playing RAW/MP3/OGG/FLAC dubbing from ZIP archives.Robert Špalek
2010-06-30Generalize the sound archive framework to be able to open new formatsRobert Špalek
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2009-11-28Fixed bug with exhausting sound handlesRobert Špalek
2009-11-12Removed 2 old TODOsRobert Špalek
2009-11-12Implemented "Mute All"Robert Špalek
2009-10-30Moved all one-line getters/setters to the header filesRobert Špalek
2009-10-30Fixed svn:keywordsRobert Špalek
2009-10-29Implement flipping the QuickHero and SpeedText flags in GPL2.Robert Špalek
2009-10-15Don't crash without sound support.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-13Dubbing is played.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11Added support for sound archives.Robert Špalek