aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/sound.h
AgeCommit message (Expand)Author
2018-05-17MOHAWK: Remove midi playbackBastien Bouclet
2018-03-31MOHAWK: Fix some clang-tidy warningsBastien Bouclet
2017-07-22MOHAWK: Myst: Move the sound code to its own classBastien Bouclet
2017-07-22MOHAWK: Myst: Change blocking sounds to use the main loopBastien Bouclet
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-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-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-29MOHAWK: Add Sound::isPlaying() function.Alyssa Milburn
2011-03-22MOHAWK: Remove 'old' from the LB v1 sound function tooMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-23MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodesMatthew 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: 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
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-12-16MOHAWK: Implement Myst opcodes 146, 149, 150, 150 : Minimal boilerBastien Bouclet
2010-11-29MOHAWK: Don't store the sound name in SndHandleMatthew Hoops
2010-11-29MOHAWK: Remove superfluous junk (no not Mohawk itself).Johannes Schickel
2010-11-29MOHAWK : Implemented selenitic sound lock slider opcodes and adjusted sliders...Bastien Bouclet
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-09-08MOHAWK: Implement blocking sound in RivenMatthew Hoops
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-02-26Cleanup the sound code a bit.Matthew Hoops
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-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
2009-12-30Removed some unnecessary whitespace. Changed some spaces to tabs.Torbjörn Andersson
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko