scummvm/engines/sci/engine
2010-07-10 18:21:09 +00:00
..
features.cpp Added some slight fixes for the RAMA demo, which starts now, though it dies horribly when clicking on anything 2010-07-01 21:08:38 +00:00
features.h Moved the MoveCountType enum above the GameFeatures class, as it's the only class using it 2010-06-10 07:48:32 +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.cpp SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction 2010-07-10 18:21:09 +00:00
kernel.h SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction 2010-07-10 18:21:09 +00:00
kernel32.cpp Fix code formatting 2010-07-01 23:05:13 +00:00
kevent.cpp SCI: Removed the FreeSCI music code 2010-06-30 13:49:05 +00:00
kfile.cpp SCI: removed unused debug flags, changed fileio debug prints to only happen on debugflag "file" 2010-07-10 14:00:43 +00:00
kgraphics.cpp SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction 2010-07-10 18:21:09 +00:00
klists.cpp SCI: Rename some variables to match our naming conventions 2010-07-01 16:04:29 +00:00
kmath.cpp SCI: Turn more warnings into errors. 2010-06-28 12:29:06 +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: Turn more warnings into errors. 2010-06-28 12:29:06 +00:00
kmovement.cpp SCI: Rewrap some overlong comments 2010-06-18 09:37:06 +00:00
kparse.cpp Fixed regression from commit #49564 2010-06-10 11:35:15 +00:00
kpathing.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
kscripts.cpp Added handling for kLock called with resource id -1 (unlock all resources of the requested type). Happens e.g. in KQ6 and LSL6 2010-07-02 10:18:11 +00:00
ksound.cpp SCI: implemented subsignatures for kDoSound 2010-07-09 12:06:41 +00:00
kstring.cpp SCI: Make kStrAt clear segment when writing characters 2010-06-24 21:09:38 +00:00
message.cpp SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somewhere, not working 100% 2010-06-20 18:20:05 +00:00
message.h Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord is a struct) 2009-10-10 10:46:11 +00:00
savegame.cpp SCI: implemented subsignatures for kDoSound 2010-07-09 12:06:41 +00:00
savegame.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
script.cpp SCI: stupid oversight fix r50446, too hot here :P 2010-06-28 14:49:54 +00:00
script.h SCI: Clarify docs of GC related SegmentObj methods 2010-06-28 12:28:29 +00:00
scriptdebug.cpp SCI: Make Script member vars private; add const qualifiers 2010-06-28 11:22:20 +00:00
seg_manager.cpp Add checks for null reference to strncpy() and strlen() - happens for example when trying to talk to inanimate objects in KQ6 2010-07-02 10:38:42 +00:00
seg_manager.h SCI: Make SegManager::_heap private 2010-07-01 16:05:29 +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: More changes to the code for loading from the launcher 2010-06-28 22:01:26 +00:00
selector.h SCI: More changes to the code for loading from the launcher 2010-06-28 22:01:26 +00:00
state.cpp SCI: Removed the FreeSCI music code 2010-06-30 13:49:05 +00:00
state.h SCI: Removed the FreeSCI music code 2010-06-30 13:49:05 +00:00
static_selectors.cpp SCI: Introduce SciGameId enum 2010-06-25 16:16:29 +00:00
vm.cpp SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction 2010-07-10 18:21:09 +00:00
vm.h SCI: cleanup of execstack, output of backtrace slightly modified, is now also displaying local calls and exports 2010-06-28 14:21:56 +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