scummvm/engines/sci/engine
Willem Jan Palenstijn 8dd3492194 SCI: don't let TimerSongIterator loop forever, and don't immediately
signal completion when starting it. This fixes a sync issue with
the departing spaceship at the start of SQ4CD (after the intro).

svn-id: r42385
2009-07-11 15:00:40 +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
intmap.h Patch 2009-06-18 22:09:57 +00:00
kernel_types.h
kernel.cpp Only error out, if checkStaticSelectorNames() fails. 2009-07-11 07:03:28 +00:00
kernel.h Applied a slightly modified patch from clone2727 which adds static selector names to some demos which are missing them (KQ4, LSL1, LSL3, Iceman and Christmas1992) 2009-07-11 06:33:19 +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
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 SCI: don't let TimerSongIterator loop forever, and don't immediately 2009-07-11 15:00:40 +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
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
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 Fixed regression in the script parser from commit 42260 2009-07-11 06:19:29 +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
static_selectors.cpp Only error out, if checkStaticSelectorNames() fails. 2009-07-11 07:03:28 +00:00
stringfrag.cpp
vm_types.h
vm.cpp Fixed regression in the script parser from commit 42260 2009-07-11 06:19:29 +00:00
vm.h Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00