scummvm/engines/sci/engine
2010-07-30 21:29:45 +00:00
..
features.cpp SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles 2010-07-27 19:07:39 +00:00
features.h SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles 2010-07-27 19:07:39 +00:00
gc.cpp SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
gc.h SCI: Rename some more stuff 2010-07-01 16:05:47 +00:00
kernel_tables.h SCI: Fix saving/restoring games in fan games 2010-07-30 18:45:28 +00:00
kernel.cpp SCI: fixing hoyle 3 2010-07-29 22:52:48 +00:00
kernel.h SCI: some subfunction support for logkernel 2010-07-29 17:22:38 +00:00
kevent.cpp SCI: sci32 coord adjustment changes 2010-07-25 16:31:46 +00:00
kfile.cpp SCI: Fix saving/restoring games in fan games 2010-07-30 18:45:28 +00:00
kgraphics.cpp SCI: adding workaround for kSetCursor kq5cd 2010-07-30 15:26:30 +00:00
klists.cpp SCI: Also allow checkListPointer() to check the result of lookupNode() itself 2010-07-22 18:13:05 +00:00
kmath.cpp SCI: changed kRandom signature 2010-07-28 21:55:40 +00:00
kmenu.cpp SCI: fix regression of r50721 - pausing/resuming only on actual menu usage 2010-07-06 14:10:09 +00:00
kmisc.cpp SCI: speed throttler cleanup and iceman comment 2010-07-30 21:29:45 +00:00
kmovement.cpp SCI: fixing hoyle 3 2010-07-29 22:52:48 +00:00
kparse.cpp SCI: Fix compilation when DEBUG_PARSER is defined 2010-07-28 16:00:13 +00:00
kpathing.cpp SCI: also break in AvoidPath instead of continuing, when the start point is contained in multiple polygons, otherwise we'll end up in an infinite loop 2010-07-29 09:08:20 +00:00
kscripts.cpp SCI: Changed a warning into debug output 2010-07-28 09:21:58 +00:00
ksound.cpp SCI: Updated some comments related to Freddy Pharkas and silenced warning for kDoAudio subop 13 2010-07-30 07:11:57 +00:00
kstring.cpp SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and commented out a related unused variable in kSetQuitStr 2010-07-29 07:58:48 +00:00
kvideo.cpp SCI: Moved all the video related functions in a separate file 2010-07-21 21:37:30 +00:00
message.cpp Oops, removed leftover code 2010-07-29 08:03:16 +00:00
message.h
savegame.cpp SCI: implemented kPalette(save/restore) 2010-07-27 17:51:44 +00:00
savegame.h SCI: Dropped support for the very old savegame versions 12 and 13 (hopefully, the last ones to be dropped) 2010-07-23 08:22:13 +00:00
script.cpp SCI: Removed the language check from the 2010-07-29 15:50:53 +00:00
script.h SCI: Clarify docs of GC related SegmentObj methods 2010-06-28 12:28:29 +00:00
scriptdebug.cpp SCI: fix warning and remove duplicate code 2010-07-24 11:59:40 +00:00
seg_manager.cpp SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate may refer to unfrozen objects which have been deleted, thus handle that case accordingly. 2010-07-22 17:25:21 +00:00
seg_manager.h SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate may refer to unfrozen objects which have been deleted, thus handle that case accordingly. 2010-07-22 17:25:21 +00:00
segment.cpp SCI: Move a few remaining Script methods to engine/script.cpp 2010-06-28 12:28:46 +00:00
segment.h SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: a lot has changed since then, we're still not stable, and this helps clean up the code, thus we're still in a position to drop support for old saved games 2010-07-07 20:12:41 +00:00
selector.cpp SCI: support useInsetRect in kFrameout 2010-07-24 17:43:56 +00:00
selector.h SCI: support useInsetRect in kFrameout 2010-07-24 17:43:56 +00:00
state.cpp SCI: fix regression of r51027 2010-07-19 15:30:27 +00:00
state.h SCI: changing how savegame ids are handled internally. Using range 0-999 so that scripts are able to signal us to create new slots, using range 1000-1999 for official slots. fixes lsl6 quicksave overwriting wrong save slots 2010-07-12 22:26:48 +00:00
static_selectors.cpp SCI: Set the LB2 floppy open selector so we don't have to have duplicate workaround entries 2010-07-28 17:45:19 +00:00
vm_types.h Support the CD kernel call (stub) and add the TRUE_REG constant. 2010-07-01 22:38:36 +00:00
vm.cpp SCI: Updated the op_mod changes and added a link to the original bug report 2010-07-30 15:19:21 +00:00
vm.h SCI: Removed the restoring parameter of the run_vm() function 2010-07-20 23:15:07 +00:00
workarounds.cpp SCI: Fix saving/restoring games in fan games 2010-07-30 18:45:28 +00:00
workarounds.h SCI: Fix saving/restoring games in fan games 2010-07-30 18:45:28 +00:00