scummvm/engines/sci/engine
2009-10-08 14:37:55 +00:00
..
game.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
gc.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
gc.h Patch 2009-06-18 22:09:57 +00:00
grammar.cpp - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
kernel32.cpp Add the minor differences of SCI3 to the SCI2.1 kernel table. 2009-08-27 01:39:30 +00:00
kernel_types.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
kernel.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
kernel.h Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
kevent.cpp SCI: Fix warning, cleanup 2009-10-07 22:45:50 +00:00
kfile.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kgraphics.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
klists.cpp SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
kmath.cpp Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (usually), or to signal success in some special occasions 2009-09-30 23:00:03 +00:00
kmenu.cpp - Cleaned up the cursor code 2009-10-07 21:29:47 +00:00
kmisc.cpp - Fixed kGetTime() again 2009-10-06 17:45:57 +00:00
kmovement.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kpathing.cpp SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
kscripts.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
ksound.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kstring.cpp SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
message.cpp SCI: fixed crash in sq5/german (umlauts) 2009-10-04 06:39:07 +00:00
message.h Some renaming: 2009-09-02 12:02:37 +00:00
said.cpp - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
said.y - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
savegame.cpp Restore the engine state stored within SciGui during loading once more, since it gets replaced during loading. Fixes loading (a regression from #44730) 2009-10-08 07:57:26 +00:00
savegame.h SCI: Remove EngineState::game_version, it was only used for saving anyway. Also remove syncCStr() 2009-09-25 13:02:11 +00:00
script.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
script.h SCI: Add lofs detection. 2009-08-30 14:53:58 +00:00
scriptdebug.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
seg_manager.cpp SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
seg_manager.h SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
segment.cpp SCI: Adjust isValidOffset to match changes from r44396, 2009-09-27 21:00:45 +00:00
segment.h SCI: Remove unsafe unmarkDeleted function. 2009-09-28 20:21:09 +00:00
selector.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
state.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
state.h Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
static_selectors.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
stringfrag.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
vm_types.h SCI: Remove PRINT_STK macro; cleanup 2009-10-02 12:53:04 +00:00
vm.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
vm.h Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00