aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
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
2009-11-12Started objectifying kDoSound()Filippos Karapetis
2009-11-05SCI: Converted FreeSCI Amiga sound driver. Some cleanup.Walter van Niftrik
2009-11-05Moved the audio related command enums inside audio.hFilippos Karapetis
2009-11-04Applied patch #2891232 - "SCI sfx: Let each SongIterator remap its own channels"Filippos Karapetis
2009-11-04Applied patch #2891230 - "SCI sfx: fix song iterators from not getting freed"Filippos Karapetis
2009-11-04Fix CD Audio in JonesCD and add some comments.Matthew Hoops
2009-11-04Fixed compilation when INCLUDE_OLDGFX is not definedFilippos Karapetis
2009-11-04Moved the audio CD handling code inside the AudioPlayer class. Some cleanupFilippos Karapetis
2009-11-04Moved the sound sync code inside the AudioPlayer classFilippos Karapetis
2009-11-04Moved sound sync related variables inside the AudioPlayer class and fixed com...Filippos Karapetis
2009-11-04Moved most of the code for playing sound effects and speech into a separate c...Filippos Karapetis
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-26Fixed some cppcheck warnings.Torbjörn Andersson
2009-10-22Fixed signed/unsigned issues with the property() function of the Adlib driverFilippos Karapetis
2009-10-22Applied a modified version of patch #2881486 - "Add volume changing to SCI"Filippos Karapetis
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-18Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a work...Filippos Karapetis
2009-10-17SCI: Add FIXMEWillem Jan Palenstijn
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis