aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/sound.cpp
AgeCommit message (Expand)Author
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-13AUDIO: Split the Intel DVI ADPCM into its own classMatthew Hoops
2011-03-29MOHAWK: Add Sound::isPlaying() function.Alyssa Milburn
2011-03-22MOHAWK: Remove 'old' from the LB v1 sound function tooMatthew Hoops
2011-02-13MOHAWK: Add support for Mac LB v2 gamesMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-23MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodesMatthew Hoops
2011-01-23MOHAWK: Do not stop ambient sounds when finding no matching Riven SLST indexMatthew Hoops
2011-01-22MOHAWK: Fix meaning of the sound loop variableMatthew Hoops
2011-01-22MOHAWK: Update the ADPC chunk codeMatthew Hoops
2011-01-19MOHAWK: Don't use a fixed-size array for cue lists.Alyssa Milburn
2011-01-19MOHAWK: Properly initialize Myst's background SndHandleMatthew Hoops
2011-01-19MOHAWK: Use a separate SndHandle for Myst's background soundMatthew Hoops
2011-01-19MOHAWK: Add some supporting code for cue lists.Alyssa Milburn
2011-01-18MOHAWK: Rename some Myst-specific sound functions; cleanupMatthew Hoops
2011-01-11MOHAWK: Cleanup Mohawk wave parsingMatthew Hoops
2011-01-03MOHAWK: Add stopMidi() function.Alyssa Milburn
2011-01-02MOHAWK: Don't leak the MIDI data.Alyssa Milburn
2011-01-02MOHAWK: Don't delete the MIDI driver before the parser.Alyssa Milburn
2010-12-24MOHAWK: Fix playing sound from aliases in Myst ME.Bastien Bouclet
2010-12-18MOHAWK: Separate background sound handling from other sounds for Myst. Allow ...Bastien Bouclet
2010-11-29MOHAWK: Don't store the sound name in SndHandleMatthew Hoops
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
2010-11-27MOHAWK: Add an isPlaying() and stopSound(id) function to Sound (for LB and ot...Matthew Hoops
2010-11-21MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie)Matthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-09-08MOHAWK: Implement blocking sound in RivenMatthew Hoops
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-07-09Fix some other valgrind warnings.Matthew Hoops
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-02-26Cleanup the sound code a bit.Matthew Hoops
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-28Fix warning when using -WuninitializedMax Horn
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-24Fill in the unknown values of the ADPC chunk in Mohawk sounds and update comm...Matthew Hoops
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-22Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...Matthew Hoops
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
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-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-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-07Remove the deprecated FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-07Create a wrapper makeLoopingAudioStream to reduce code duplcation.Johannes Schickel