aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-12-22Disabled some currently unused codeFilippos Karapetis
2009-12-22SCI/new music code:Filippos Karapetis
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
2009-12-22Initial implementation of music fading in the new music code. Added warnings ...Filippos Karapetis
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
2009-12-21Some updates to the new music codeFilippos Karapetis
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-20Directly modify the sound objects, instead of modifying a local copy. Remove ...Filippos Karapetis
2009-12-19- Removed unused includesFilippos Karapetis
2009-12-19Removed unused includeFilippos Karapetis
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-18Moved the midi_writer struct into the place where it's actually used, and nam...Filippos Karapetis
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos 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-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis
2009-11-26SCI: Turn SfxPlayer::_mutex from a pointer into a plain memberMax Horn
2009-11-26Removed dead codeFilippos Karapetis
2009-11-20Fixed a regression in the LSL1 and LSL5 demos, which should work correctly no...Filippos Karapetis
2009-11-20TypoFilippos 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-14Removed unused codeFilippos Karapetis
2009-11-14SCI: Silence warnings (none of the code in seq/gm.cpp is used)Max Horn
2009-11-14Removed more dead codeFilippos Karapetis
2009-11-14CleanupFilippos Karapetis
2009-11-14Removed sfx/misc.hFilippos Karapetis
2009-11-14Removed some unused parts of the PCM sound playing codeFilippos Karapetis
2009-11-12SCI: Fix uninitialized variable in Amiga driver.Walter van Niftrik
2009-11-12SCI: Fix crash in Iceman/amiga.Walter van Niftrik
2009-11-12Silenced GCC warning. Since command is unsigned, it's always >= 0.Torbjörn Andersson