scummvm/engines/sci/engine
Walter van Niftrik fd191a4920 SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is
needed for a game bug in KQ6CD.

svn-id: r40930
2009-05-26 23:34:57 +00:00
..
game.cpp SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup 2009-05-26 14:44:14 +00:00
gc.cpp Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00
gc.h SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
grammar.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
intmap.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
intmap.h SCI: Changed SegManager to subclass Common::Serializable 2009-05-03 09:25:15 +00:00
kdebug.cpp Changed errors to be fatal, as most of them are fatal conditions. Some of them have been changed to warnings for now, as they occur in certain games (e.g. SQ4 floppy, SQ4 CD and KQ5 CD) 2009-05-18 07:55:13 +00:00
kdebug.h Changed errors to be fatal, as most of them are fatal conditions. Some of them have been changed to warnings for now, as they occur in certain games (e.g. SQ4 floppy, SQ4 CD and KQ5 CD) 2009-05-18 07:55:13 +00:00
kernel.cpp SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is 2009-05-26 23:34:57 +00:00
kernel.h Added a stub for SetVideoMode(), and fixed some of the palette glitches in the intro of KQ6 thanks to some comments by waltervn. Also, commented out the bounds rect in gfxr_pic_t, as it's currently unused 2009-05-23 13:26:45 +00:00
kernel_types.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
kevent.cpp SCI: Turned some relatively harmless yet frequently occurring warnings into debug messages. 2009-05-16 14:24:12 +00:00
kfile.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
kgraphics.cpp Fixed regression in Longbow 2009-05-26 19:16:24 +00:00
klists.cpp Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00
kmath.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmenu.cpp - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
kmisc.cpp Turned some errors into warnings, as they occur in KQ5CD 2009-05-23 10:22:27 +00:00
kmovement.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
kpathing.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
kscripts.cpp Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00
ksound.cpp Fix g++ warning. 2009-05-26 10:10:45 +00:00
kstring.cpp SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is 2009-05-26 23:34:57 +00:00
message.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
message.h - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
said.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
said.y SCI: Removed sci_memory.h/.cpp 2009-05-12 23:30:10 +00:00
savegame.cpp SCI: Turned the global 'static MessageState state' variable into a member of EngineState 2009-05-26 11:33:18 +00:00
savegame.h - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag 2009-05-14 12:38:50 +00:00
sciconsole.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
sciconsole.h - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
script.cpp - Moved all the files out of /sci/scicore and into /sci 2009-05-15 14:07:45 +00:00
script.h SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our code formatting conventions 2009-05-14 23:09:30 +00:00
scriptdebug.cpp SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the selectors & kernelnames debugger commands 2009-05-26 15:06:21 +00:00
seg_manager.cpp Turned some errors into warnings, as they occur in KQ5CD 2009-05-23 10:22:27 +00:00
seg_manager.h SCI: Removed the unused member SegManager::gc_mark_bits; changed some int params to SegmentId 2009-05-18 12:34:56 +00:00
state.cpp SCI: Removed the 'save_dir' gui hack 2009-05-21 21:50:11 +00:00
state.h SCI: Turned the global 'static MessageState state' variable into a member of EngineState 2009-05-26 11:33:18 +00:00
stringfrag.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
vm.cpp Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00
vm.h SCI: Some debugger fixes and cleanup. 2009-05-19 20:40:21 +00:00
vm_types.h Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines 2009-05-21 17:18:46 +00:00