aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
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
2009-10-13SCI: Doxygenify comments in class SfxPlayerMax Horn
2009-10-13SCI: Merge some sfx related global funcs into SfxState.Max Horn
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-10SCI: Adlib: Add support for loading patch data from adl.drvWalter van Niftrik
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-06SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ...Max Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-01SCI: Fix relative cues in SCI1.Walter van Niftrik