scummvm/engines/sci
2009-09-23 00:14:06 +00:00
..
engine COMMON: Add "ignoreCase" parameter to matchString. 2009-09-23 00:14:06 +00:00
gfx Simplified the code which creates the mouse cursor 2009-09-22 08:57:45 +00:00
sfx SCI: Rename player -> s_player and made it static; allocate MemoryReadStream in two cases on the stack, for simplicity 2009-09-06 12:56:50 +00:00
console.cpp SCI: Add new type SegmentRef which ultimately will allow us to distinguish between raw and 'reg_t' memory blocks in client code 2009-09-22 00:36:24 +00:00
console.h Fix compilation of the SCI engine. It seems that all of the SCI header files I touched (and probably others I luckily didn't touch) seem to assume that files including them will supply needed types. That looks like a major issue in SCI. Someone with knowledge of the SCI code should look into this and cleanup the includes of *all* SCI headers. 2009-08-17 07:36:08 +00:00
debug.h SCI: Move parts of struct ScriptState into a new struct DebugState 2009-09-17 13:21:19 +00:00
decompressor.cpp SCI: Cleanup 2009-08-30 01:37:27 +00:00
decompressor.h SCI: cleanup 2009-05-28 11:15:09 +00:00
detection_tables.h Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report #2612718. Still many to go, that bug report is huge 2009-09-17 14:41:27 +00:00
detection.cpp Made script_lookup_export() a method of SegManager 2009-09-17 09:36:52 +00:00
module.mk SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects by a HashMap -- goodbye, class IntMapper 2009-09-21 21:38:43 +00:00
resource.cpp Some renaming: 2009-09-02 12:02:37 +00:00
resource.h Coding best practice: Always use enums instead of #defines to define integer constants (for many good reasons) 2009-09-01 13:02:47 +00:00
sci.cpp SCI: Change SystemStrings to use RAW storage consistenly 2009-09-22 01:08:42 +00:00
sci.h SCI: Add a global getSciVersion() function and make use of it 2009-09-17 16:50:53 +00:00
tools.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
tools.h Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
uinput.h Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys 2009-06-04 08:28:20 +00:00
vocabulary.cpp SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw or vice versa 2009-09-22 00:51:55 +00:00
vocabulary.h Some renaming: 2009-09-02 12:02:37 +00:00