scummvm/engines/sci/engine
2009-09-17 16:56:36 +00:00
..
game.cpp Made script_lookup_export() a method of SegManager 2009-09-17 09:36:52 +00:00
gc.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +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 SCI: cleanup 2009-09-06 12:59:34 +00:00
intmap.h SCI: cleanup 2009-09-06 12:59:34 +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 SCI: Rename resManager -> resMan; segManager -> segMan 2009-09-06 12:57:42 +00:00
kernel.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
kernel.h SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums 2009-09-17 16:49:31 +00:00
kevent.cpp SCI: Move parts of struct ScriptState into a new struct DebugState 2009-09-17 13:21:19 +00:00
kfile.cpp SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() 2009-09-14 13:27:09 +00:00
kgraphics.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
klists.cpp SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums 2009-09-17 16:49:31 +00:00
kmath.cpp SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be removed eventually) 2009-09-02 11:33:25 +00:00
kmenu.cpp SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() 2009-09-14 13:27:09 +00:00
kmisc.cpp SCI: Move parts of struct ScriptState into a new struct DebugState 2009-09-17 13:21:19 +00:00
kmovement.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
kpathing.cpp SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() 2009-09-14 13:27:09 +00:00
kscripts.cpp SCI: Move some selector related function into a new file selector.cpp 2009-09-17 16:53:58 +00:00
ksound.cpp SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums 2009-09-17 16:49:31 +00:00
kstring.cpp SCI: Change SegmentId from int to uint16; consistently use segment 0 to indicate an invalid segment 2009-09-17 00:46:01 +00:00
message.cpp Some renaming: 2009-09-02 12:02:37 +00:00
message.h Some renaming: 2009-09-02 12:02:37 +00:00
said.cpp Moved the kernel and the vocabulary outside of the engine state (they're static data, which never changes during a game) 2009-07-11 23:45:54 +00:00
said.y Moved the kernel and the vocabulary outside of the engine state (they're static data, which never changes during a game) 2009-07-11 23:45:54 +00:00
savegame.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
savegame.h SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int,int> 2009-09-06 13:00:30 +00:00
script.cpp SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache 2009-09-17 13:21:42 +00:00
script.h SCI: Add lofs detection. 2009-08-30 14:53:58 +00:00
scriptdebug.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
seg_manager.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
seg_manager.h SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
segment.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
segment.h SCI: Move CallsStruct into vm.cpp, the only place it is being used 2009-09-17 16:56:36 +00:00
selector.cpp SCI: Move some selector related function into a new file selector.cpp 2009-09-17 16:53:58 +00:00
state.cpp SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
state.h SCI: Get rid of the not_register() hack 2009-09-17 13:22:00 +00:00
static_selectors.cpp SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nodePtr & cantBeHere special) 2009-09-17 13:22:15 +00:00
stringfrag.cpp SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() 2009-09-14 13:27:09 +00:00
vm_types.h SCI: Change SegmentId from int to uint16; consistently use segment 0 to indicate an invalid segment 2009-09-17 00:46:01 +00:00
vm.cpp SCI: Move CallsStruct into vm.cpp, the only place it is being used 2009-09-17 16:56:36 +00:00
vm.h SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00