scummvm/engines/sci
Willem Jan Palenstijn 0e134d5871 Partial revert of "Fix handling of parentheses in said specs" (20080705)
This fixes, among other things, "get up" followed by "get shirt"
at the start of Iceman.

svn-id: r39060
2009-03-01 22:19:49 +00:00
..
engine Partial revert of "Fix handling of parentheses in said specs" (20080705) 2009-03-01 22:19:49 +00:00
gfx Text/window color matching improved by using an existing gfxop_set_color() instead of mine _gfxop_matchColor() 2009-03-01 05:15:51 +00:00
scicore SCI: Unified some of the decompression funcs (they share so much code, would be nice to reduce the code duplication) 2009-03-01 22:03:37 +00:00
sfx SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and by taking advantage of ScummVM's mixers capabilities. Got rid of sfx_pcm_mixer_t 2009-03-01 21:23:44 +00:00
console.cpp SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadowing warnings; some other tweaks 2009-02-28 22:19:22 +00:00
console.h - Made ResourceManager accessible from _vm 2009-02-22 01:33:16 +00:00
detection.cpp remove spurious links 2009-03-01 19:08:01 +00:00
exereader.cpp SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk SCI: Get rid around the first layer around the ScummVM audio mixer. Also resolve the FIXME about releasing the mixer channel we allocated 2009-02-28 06:48:53 +00:00
sci_memory.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
sci_memory.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
sci.cpp SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf or printf 2009-03-01 21:48:39 +00:00
sci.h SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf or printf 2009-03-01 21:48:39 +00:00
tools.cpp SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp 2009-02-24 22:41:58 +00:00
tools.h substitute all time related functions, removing sci_gettime sci_get_current_time altogether. 2009-02-24 18:31:05 +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