scummvm/engines/sci
2009-05-26 14:43:47 +00:00
..
engine SCI: Turned the global 'static MessageState state' variable into a member of EngineState 2009-05-26 11:33:18 +00:00
gfx SCI: Some small fixes for KQ6CD. 2009-05-26 00:03:41 +00:00
sfx SCI: Removing obsolete soft sequencer files 2009-05-26 14:43:47 +00:00
console.cpp Moved the "dump" and "dissectscript" commands to console.cpp and renamed them to "hexdump" and "dissect_script" respectively 2009-05-23 19:59:42 +00:00
console.h Moved the "dump" and "dissectscript" commands to console.cpp and renamed them to "hexdump" and "dissect_script" respectively 2009-05-23 19:59:42 +00:00
decompressor.cpp Turned some static tables into static const tables; added some FIXME comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) 2009-05-26 11:30:21 +00:00
decompressor.h Turned some static tables into static const tables; added some FIXME comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) 2009-05-26 11:30:21 +00:00
detection.cpp Turned some static tables into static const tables; added some FIXME comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) 2009-05-26 11:30:21 +00:00
exereader.cpp Simplified SCI versions to be SCI version generations, and fixed some game entries in the process. Also, added a sanity check for invalid game entries 2009-05-15 09:04:21 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk SCI: Removing obsolete soft sequencer files 2009-05-26 14:43:47 +00:00
resource.cpp Rewrote the Audio stream parser. The introduction of KQ6 should work more correctly now (apart from Cassima's speech) 2009-05-26 10:02:25 +00:00
resource.h Rewrote the Audio stream parser. The introduction of KQ6 should work more correctly now (apart from Cassima's speech) 2009-05-26 10:02:25 +00:00
sci.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
sci.h removed trailing whitespaces 2009-05-20 17:53:31 +00:00
tools.cpp - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
tools.h - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
uinput.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vocab_debug.cpp SCI: got rid of vocabulary_lookup_sname 2009-05-21 21:49:43 +00:00
vocabulary.cpp SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code 2009-05-18 15:07:51 +00:00
vocabulary.h SCI: got rid of vocabulary_lookup_sname 2009-05-21 21:49:43 +00:00