scummvm/engines/sci/engine
2009-10-05 07:10:01 +00:00
..
game.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +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 SCI: Merge new GUI code written by m_kiewitz. 2009-10-03 20:49:18 +00:00
kernel.h SCI: Merge new GUI code written by m_kiewitz. 2009-10-03 20:49:18 +00:00
kevent.cpp SCI: Really remove sci/gui/gui.h include from engine/state.h 2009-10-04 22:43:30 +00:00
kfile.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kgraphics.cpp - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> SciGuiWindowMgr) 2009-10-05 07:10:01 +00:00
klists.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +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 SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kmisc.cpp SCI: Really remove sci/gui/gui.h include from engine/state.h 2009-10-04 22:43:30 +00:00
kmovement.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
kpathing.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +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: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +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 SCI: Really remove sci/gui/gui.h include from engine/state.h 2009-10-04 22:43:30 +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 SCI: Fix scrolling in SCI1 list controls. 2009-09-27 23:06:39 +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: Add SegManager::findObjectByName() method, make parse_reg_t() local to console.cpp, and switch other code using it to use findObjectByName() instead. 2009-10-04 18:36:58 +00:00
seg_manager.h SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to console.cpp, and switch other code using it to use findObjectByName() instead. 2009-10-04 18:36:58 +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 SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
state.h - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> SciGuiWindowMgr) 2009-10-05 07:10:01 +00:00
static_selectors.cpp Added topString to the list of static selectors, for commit #44429 2009-09-28 09:09:15 +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 SCI: Remove outdated debugging hack. 2009-10-01 08:53:10 +00:00