scummvm/engines/sci/engine
2009-02-21 19:33:01 +00:00
..
game.cpp SCI: Tons of cleanup 2009-02-21 18:39:53 +00:00
gc.cpp Turned back all fprintf/exit(1) bits into error() 2009-02-21 18:16:17 +00:00
gc.h Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
grammar.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
heap.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
heap.h SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h 2009-02-21 18:28:38 +00:00
int_hashmap.cpp Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
int_hashmap.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
kernel_types.h Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kernel.cpp SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00
kevent.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kfile.cpp Fixed compilation under MSVC 2009-02-21 18:56:17 +00:00
kgraphics.cpp SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00
klists.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
kmath.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kmenu.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kmovement.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
kpathing.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
kscripts.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
ksound.cpp SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00
kstring.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
message.cpp Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
message.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
said.cpp Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
said.y Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
savegame.cfsml SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00
savegame.cpp SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00
sci_graphics.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
scriptconsole.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
scriptdebug.cpp Renamed SCI's console to sciconsole (MSVC has problems with files with the same name under different directories). ScummVM's console can be enabled correctly under MSVC now 2009-02-21 18:46:03 +00:00
seg_manager.cpp Oops 2009-02-21 18:17:08 +00:00
seg_manager.h SCI: More cleanup 2009-02-21 19:01:32 +00:00
sys_strings.cpp revert large parts of r38621. error() is for fatal errors and does not return. warning() is not for debugging status messages. 2009-02-21 14:11:41 +00:00
vm.cpp SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files 2009-02-21 19:33:01 +00:00