scummvm/engines/sci/sfx
Filippos Karapetis e940bcff23 - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet)
- Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these)
- Removed the empty GameFlags structure and replaced it with a 32-bit integer instead

svn-id: r40524
2009-05-13 16:52:41 +00:00
..
device SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +00:00
player SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +00:00
seq 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 - Simplified SCI version detection a bit and clarified the different version feature flags (not used yet) 2009-05-13 16:52:41 +00:00
adlib_sbi.cpp Sync with adlib.cpp rename 2009-05-06 11:01:58 +00:00
adlib_sbi.h Rename duplicate named files in order to make MSVC happier 2009-05-06 11:00:24 +00:00
core.cpp SCI: cleanup 2009-05-12 23:32:32 +00:00
core.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
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 SCI: cleanup 2009-05-12 23:32:32 +00:00
iterator.cpp Fixed regression in SCI1 games from commit #40518 2009-05-13 16:22:26 +00:00
iterator.h SCI: cleanup 2009-05-12 23:32:32 +00:00
player.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
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: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h 2009-05-12 23:31:55 +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 SCI: Removed sci_memory.h/.cpp 2009-05-12 23:30:10 +00:00
songlib.h SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' 2009-03-15 20:31:15 +00:00
test-iterator.cpp SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup 2009-03-10 02:42:22 +00:00