scummvm/engines/sci/sfx
Filippos Karapetis ed66cad677 - Simplified the parameters of some functions
- Replaced some EngineState parameters
- The SCI version is now obtained from the resource manager or the segment manager, thereby simplifying several functions
- Plugged 2 leaks in the fallback detector
- Renamed the segment manager and resource manager to "segmentManager" and "resourceManager" in all places, for consistency

svn-id: r43722
2009-08-25 08:38:14 +00:00
..
seq Fixed compilation 2009-07-06 11:10:35 +00:00
softseq - Simplified the parameters of some functions 2009-08-25 08:38:14 +00:00
core.cpp - Simplified the parameters of some functions 2009-08-25 08:38:14 +00:00
core.h - Simplified the parameters of some functions 2009-08-25 08:38:14 +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 Applied patch 2818733 - "SCI: Timer iterator for audio resources played via doSound" 2009-07-11 06:53:39 +00:00
iterator.cpp SCI: don't let TimerSongIterator loop forever, and don't immediately 2009-07-11 15:00:40 +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 oops 2009-05-28 22:07:52 +00:00
sci_midi.h - Simplified the parameters of some functions 2009-08-25 08:38:14 +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