scummvm/engines/sci
2009-02-21 11:04:47 +00:00
..
engine Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager" 2009-02-21 11:04:47 +00:00
gfx Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
include Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager" 2009-02-21 11:04:47 +00:00
scicore Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
sfx Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
console.cpp Fixing compilation for me 2009-02-20 21:47:51 +00:00
console.h Implemented SciEngine::getDebugger() 2009-02-21 09:45:34 +00:00
detection.cpp SCI: Re-enabled detection of my KQ5 version 2009-02-21 03:13:21 +00:00
exereader.cpp SCI: Fixed more warnings 2009-02-21 03:32:13 +00:00
exereader.h - Moved SciEngine code to sci.cpp 2009-02-20 14:45:28 +00:00
module.mk SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also improved the build rule which is responsible for creating engine/savegame.cpp from engine/savegame.cfsml 2009-02-21 03:59:57 +00:00
sci.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
sci.h Implemented SciEngine::getDebugger() 2009-02-21 09:45:34 +00:00