scummvm/engines/sci/sfx
2009-07-06 10:39:22 +00:00
..
seq SCI: Converted several fprintf(stderr) calls to warning/error (the remaining fprintf calls should probably be replaced by suitable debug/debugC/debugN invocations) 2009-05-29 13:07:14 +00:00
softseq Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
core.cpp Fixed some more warnings observed on buildbot 2009-07-01 20:51:34 +00:00
core.h SCI: Moved audio code from AudioResource to the sfx core. 2009-06-12 23:46:23 +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.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
iterator.h SCI: Renamed various song/songlib related structs and members 2009-06-07 17:06:32 +00:00
iterator_internal.h SCI: C++ified the song iterator code a little bit more 2009-06-07 23:05:11 +00:00
misc.h oops 2009-05-28 22:07:52 +00:00
sci_midi.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
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 SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +00:00
songlib.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +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