scummvm/engines/sci
Paweł Kołodziejski d11948a01c formating
svn-id: r38693
2009-02-21 12:43:37 +00:00
..
engine replace obsolete creat() with open() 2009-02-21 12:26:10 +00:00
gfx replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN 2009-02-21 12:21:15 +00:00
include replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN 2009-02-21 12:21:15 +00:00
scicore formating 2009-02-21 12:43:37 +00:00
sfx remove some endlines from warning() calls 2009-02-21 11:26:54 +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