aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/sound.cpp
AgeCommit message (Expand)Author
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2016-08-11MOHAWK: Move makeMohawkWaveStream out of the Sound classBastien Bouclet
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-22MOHAWK: Continue to poll the events when playing blocking soundsBastien Bouclet
2016-02-11MOHAWK: Always apply the volume when changing the background soundBastien Bouclet
2015-08-30AUDIO: Make Rewindable- and SeekableAudioStream inherit virtuallyMatthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-13MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech.Bastien Bouclet
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-07-02MOHAWK: Misc Mechanical fixes. Many thanks to Patrick Monnerat for the patch.Bastien Bouclet
2011-05-14MOHAWK: Fix background music restarting when changing cards in original MystBastien Bouclet
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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