scummvm/engines/sci/sound
Walter van Niftrik 22ea4eb621 SCI: Check GM patch before loading it
svn-id: r47345
2010-01-17 20:00:58 +00:00
..
iterator Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
seq Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose 2010-01-05 01:22:16 +00:00
softseq SCI: Check GM patch before loading it 2010-01-17 20:00:58 +00:00
audio.cpp Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
audio.h Premiliary adaption of SCI to use LoopingAudioStream. (This could really need some cleanup...) 2010-01-07 17:45:17 +00:00
midiparser_sci.cpp Fixed a Valgrind warning about an uninitialized variable, from waltervn 2010-01-16 16:00:21 +00:00
midiparser_sci.h When unloading a song, only reset the channels that it actually used, not all channels 2010-01-15 07:40:07 +00:00
music.cpp Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
music.h SCI: Cleanup 2010-01-16 19:14:24 +00:00
soundcmd.cpp SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro. 2010-01-13 17:34:42 +00:00
soundcmd.h Fix some memory leaks caused by never deleting the objects inside SoundCommandParser::_soundCommands. 2010-01-12 20:08:17 +00:00