aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound_br.cpp
AgeCommit message (Expand)Author
2010-05-21Fix loading of MSC files on big-endian systems. Patch 3004367 by fuzzie.Nicola Mettifogo
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-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
2010-01-19cleanupMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2009-06-12Cleanup of sound code.Nicola Mettifogo
2009-06-12* Replaced the A8SVXDecoder class with a function to return an AudioStream in...Nicola Mettifogo
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-04-29Enable music and sound effects in BRA, by default.Travis Howell
2009-04-28Added in-game menu for BRA. Load/save is not supported yet.Nicola Mettifogo
2009-03-28Add sound effects support for Amiga demo of BRA.Travis Howell
2009-03-28Add sound effects support for PC version of BRA.Travis Howell
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-17Sound files don't always exist in the Amiga version of BRA.Travis Howell
2009-03-17Enable sound effects in the Amiga version of BRA.Travis Howell
2009-03-15Ooops, actually set _mixer. Travis Howell
2009-03-15Enable music in Amiga version of BRA too.Travis Howell
2009-03-14Added midi support to BRA. So far music starts, but related script commands h...Nicola Mettifogo