aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
AgeCommit message (Expand)Author
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