scummvm/engines/sci
Johannes Schickel 933ee5b156 GRAPHICS: Remove default values from FontSJIS::drawChar.
drawChar is overloaded in FontSJIS. One takes a "Surface &" as first
parameter another one "void *", they furthermore have the exact same
number of required parameters. The one "void *" just had a few extra
parameters with default values. This resulted in a bug in SCUMM, where
"VirtScreen *" (a subclass of Surface) was passed instead of "VirtScreen &"
and thus the method taking "void *" was incorrectly used.

To make it easier to spot such bugs in the future I just removed the default
values and thus disallow such calls.
2011-07-01 05:42:54 +02:00
..
engine SCI: Fixed script bug #3292327 - "SCI: HOYLE4: Cribbage bug" 2011-06-28 12:56:09 +03:00
graphics GRAPHICS: Remove default values from FontSJIS::drawChar. 2011-07-01 05:42:54 +02:00
parser ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sound ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
video ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
console.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
console.h SCI: Add saved_bits/show_saved_bits console commands 2011-06-12 01:55:30 +02:00
debug.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
decompressor.cpp SCI: Fix incorrect usage of sizeof 2011-06-25 21:16:12 +02:00
decompressor.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
detection_tables.h SCI: Added the Mac versions of LSL1, LSL5 and Dr. Brain 1 2011-06-25 10:43:41 +03:00
detection.cpp SCI: Let fallback detector set GUIO_NOSPEECH appropriately 2011-06-20 01:28:10 +02:00
event.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
event.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk SCI: Refactored the reg_t related operations and comparisons 2011-02-19 20:22:43 +02:00
resource_audio.cpp ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
resource_intern.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
resource.cpp ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
resource.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sci.cpp SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved" 2011-06-25 12:43:32 +03:00
sci.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
util.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
util.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00