scummvm/engines/sci/engine
2009-07-09 15:46:26 +00:00
..
game.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
gc.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
gc.h Patch 2009-06-18 22:09:57 +00:00
grammar.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
intmap.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
intmap.h Patch 2009-06-18 22:09:57 +00:00
kernel_types.h SCI: cleanup 2009-06-04 20:51:09 +00:00
kernel.cpp Cleanup: added an enum for the auto-detected features, removed the selectors which are only used for auto-detection from the convenience selector map and placed feature auto-detection in a separate function. Also, now the automatically detected graphics resources are shown in the console. 2009-07-07 11:14:18 +00:00
kernel.h Cleanup: added an enum for the auto-detected features, removed the selectors which are only used for auto-detection from the convenience selector map and placed feature auto-detection in a separate function. Also, now the automatically detected graphics resources are shown in the console. 2009-07-07 11:14:18 +00:00
kevent.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
kfile.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
kgraphics.cpp Added auto-detection for games with older headers for script blocks, and removed game flag GF_SCI0_OLD 2009-07-07 10:28:05 +00:00
klists.cpp SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly 2009-06-04 20:51:24 +00:00
kmath.cpp Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT 2009-06-07 16:50:34 +00:00
kmenu.cpp Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT 2009-06-07 16:50:34 +00:00
kmisc.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
kmovement.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
kpathing.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
kscripts.cpp SCI: Moved resource36 handling into resource manager. 2009-06-07 19:15:55 +00:00
ksound.cpp Silenced the very chatty song iterator console messages by converting them to appropriate debug messages 2009-07-07 20:43:27 +00:00
kstring.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
memobj.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
memobj.h Buildfix for gcc 3.3 (moved a template class member into the header file) 2009-06-13 13:27:21 +00:00
message.cpp SCI: Moved resource36 handling into resource manager. 2009-06-07 19:15:55 +00:00
message.h SCI: Message: Added support for escape sequences. 2009-06-04 14:29:20 +00:00
said.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
said.y Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
savegame.cpp Only the kernel needs to be initialized before anything else, when saving/loading 2009-07-08 10:44:25 +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
script.cpp Cleanup: added an enum for the auto-detected features, removed the selectors which are only used for auto-detection from the convenience selector map and placed feature auto-detection in a separate function. Also, now the automatically detected graphics resources are shown in the console. 2009-07-07 11:14:18 +00:00
script.h Removed unused define 2009-07-07 06:29:07 +00:00
scriptdebug.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
seg_manager.cpp Added auto-detection for games with older headers for script blocks, and removed game flag GF_SCI0_OLD 2009-07-07 10:28:05 +00:00
seg_manager.h Patch 2009-06-18 22:09:57 +00:00
state.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
state.h restAdjust should be a signed integer. Fixes crashes with SCI1 games that take absolute lofs parameters (a regression of commit #42260) 2009-07-09 15:46:26 +00:00
stringfrag.cpp removed trailing whitespaces 2009-05-20 17:53:31 +00:00
vm_types.h Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY and PRIORITY_BAND_FIRST wrappers 2009-06-07 15:53:30 +00:00
vm.cpp - Moved printObject inside the Console class 2009-07-08 13:08:51 +00:00
vm.h Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00