aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/soundcmd.cpp
AgeCommit message (Expand)Author
2009-12-21Restored sound volume functionality in the old music codeFilippos Karapetis
2009-12-21Silenced some warnings to make DrMcCoy happier :)Filippos Karapetis
2009-12-20Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...Filippos Karapetis
2009-12-20Started integrating the new sound code in the SoundCommandParser class. Some ...Filippos Karapetis
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-03SCI: Don't call SciMusic for volume changes when using old codeMartin Kiewitz
2009-12-03SCI: Dont init sound when using old sfx code (fixes assert)Martin Kiewitz
2009-11-29Comment out unused variables.Johannes Schickel
2009-11-29Started assigning the code from Greg's SCI engine to our sound commands - sti...Filippos Karapetis
2009-11-20Fixed a regression in the LSL1 and LSL5 demos, which should work correctly no...Filippos Karapetis
2009-11-19Simplified some music checks for SCI0Filippos Karapetis
2009-11-19Fixed regression from commit #45862Filippos Karapetis
2009-11-17Some more work on the sound command parserFilippos Karapetis
2009-11-17Some more work on the sound command parserFilippos Karapetis
2009-11-15Some more work on music codeFilippos Karapetis
2009-11-15- Started importing the music code from Greg's SCI engineFilippos Karapetis
2009-11-12Silenced GCC warning. Since command is unsigned, it's always >= 0.Torbjörn Andersson
2009-11-12Started objectifying kDoSound()Filippos Karapetis