scummvm/engines/sci
Filippos Karapetis 7d40dde96f - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations
- Removed the invalid toggle from kernel signatures - we now never error out on invalid object references, but throw a warning instead
- Simplified determine_reg_type()

svn-id: r44511
2009-10-01 10:57:59 +00:00
..
engine - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
gfx Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (usually), or to signal success in some special occasions 2009-09-30 23:00:03 +00:00
sfx Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
console.cpp - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +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 - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +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 Add "demo" to the extras field of the fallback detector for demos 2009-09-24 07:18:38 +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 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
resource.h - Moved the SCI version in a global variable 2009-09-23 10:55:35 +00:00
sci.cpp - Removed some leftover 16/32bpp color code, as we're always using palette mode now 2009-09-30 22:43:29 +00:00
sci.h SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.e. follow CFG and achieve code/data isolation) 2009-09-23 12:12:37 +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 - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
vocabulary.h - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00