scummvm/engines/sci
2009-03-05 22:19:29 +00:00
..
engine SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinearInputStream 2009-03-04 07:31:31 +00:00
gfx SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks 2009-03-04 05:09:35 +00:00
scicore readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-ups 2009-03-05 22:19:29 +00:00
sfx don't crash if sound has been disabled or the backend driver failed to initialize. 2009-03-05 21:50:01 +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 Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +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: Merged sfx/mixer.cpp into sfx/player/polled.cpp 2009-03-04 07:38:49 +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: cleanup 2009-03-04 05:19:19 +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