scummvm/engines/sci
2009-02-15 16:09:55 +00:00
..
engine fix string unmangling (which I broke earlier) 2009-02-15 15:51:56 +00:00
gfx initialize variables 2009-02-15 15:09:45 +00:00
include Some more warning fixes 2009-02-15 14:52:52 +00:00
scicore Fixed compilation under MSVC, and silenced some more warnings 2009-02-15 14:52:51 +00:00
sfx fix race condition: sfx_exit could stop and delete the mixer while the mixing callback was being executed 2009-02-15 16:09:55 +00:00
tools - Remove some unneeded files 2009-02-15 11:39:07 +00:00
detection.cpp Add Amiga English version of Space Quest 4. 2009-02-15 13:17:25 +00:00
module.mk Make MSVC happy and rename timer/scummvm.cpp to timer/timer_scummvm.cpp 2009-02-15 12:23:54 +00:00
README
sci.cpp don't allocate state_t gamestate on stack as it will be freed 2009-02-15 15:36:53 +00:00
sci.h - Move sci/scummvm/ contents to sci/ 2009-02-15 11:03:21 +00:00

Directory structure:

scicore/ contains all files concerning resource management and (de)compression,

engine/ contains the files directly related to the VM and the text parser, such
as heap and state management and handling for script and vocab resources.

graphics/ contains graphics and input management (since input handlers are
usually bundled with graphics libraries) and stuff for specific graphics/
input libs.

include/ contains all global header files.

sound/ contains sound management, both general and specific to certain
libraries/interfaces/daemons.

tools/ contains all 'tools' for working with SCI resource data.

win32/ contains the workspace and projects for Visual C++.