scummvm/engines/sci
Filippos Karapetis 317da8756e - Moved the engine state and the console to be private members of SciEngine
- Implemented pauseEngineIntern()
- Music now stops and resumes when entering/leaving the debugger

svn-id: r41139
2009-06-03 14:09:25 +00:00
..
engine - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
gfx - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
sfx Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
console.cpp - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
console.h - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
decompressor.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
decompressor.h SCI: cleanup 2009-05-28 11:15:09 +00:00
detection.cpp - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI1_NEWSETCURSOR 2009-05-29 08:25:42 +00:00
exereader.cpp Simplified SCI versions to be SCI version generations, and fixed some game entries in the process. Also, added a sanity check for invalid game entries 2009-05-15 09:04:21 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
resource.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
resource.h - Added brief Doxygen comments to the ResourceSync and AudioResource classes to explain what they do 2009-05-29 17:39:55 +00:00
sci.cpp - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
sci.h - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
tools.cpp - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
tools.h Removed/replaced BREAKPOINT 2009-05-30 10:42:08 +00:00
uinput.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vocabulary.cpp - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
vocabulary.h Split the kernel functions away from the vocabulary functions (WIP, saving/loading is broken) 2009-06-01 14:12:43 +00:00