scummvm/engines/sci/sfx
2009-11-04 11:48:17 +00:00
..
seq Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
softseq Fixed some cppcheck warnings. 2009-10-26 06:20:13 +00:00
audio.cpp Fixed compilation when INCLUDE_OLDGFX is not defined 2009-11-04 11:48:17 +00:00
audio.h Fixed compilation when INCLUDE_OLDGFX is not defined 2009-11-04 11:48:17 +00:00
core.cpp Moved sound sync related variables inside the AudioPlayer class and fixed compilation 2009-11-04 09:49:28 +00:00
core.h Moved sound sync related variables inside the AudioPlayer class and fixed compilation 2009-11-04 09:49:28 +00:00
device.h SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +00:00
iterator_internal.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
iterator.cpp SCI: Add FIXME 2009-10-17 21:54:44 +00:00
iterator.h Applied patch 2818733 - "SCI: Timer iterator for audio resources played via doSound" 2009-07-11 06:53:39 +00:00
misc.h SCI: Merge some sfx related global funcs into SfxState. 2009-10-13 18:51:59 +00:00
sci_midi.h Fixed signed/unsigned issues with the property() function of the Adlib driver 2009-10-22 08:55:54 +00:00
sequencer.h SCI: removed realtime and polled player, as well as the sfx/device dir, after discussion with Walter 2009-05-26 14:09:07 +00:00
sfx_pcm.h SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +00:00
softseq.h Applied a modified version of patch #2881486 - "Add volume changing to SCI" 2009-10-22 07:18:37 +00:00
songlib.cpp SCI: Fix delete/free mismatches 2009-10-17 17:59:09 +00:00
songlib.h SCI: Simplified SongLibrary code a bit 2009-06-07 17:07:25 +00:00
test-iterator.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00