[Scummvm-cvs-logs] scummvm branch-1-4 -> 6898ab917479ae34533193df8cf2f17626b084b9

lordhoto lordhoto at gmail.com
Tue Dec 13 16:28:47 CET 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8604eba95b KYRA: Fix for bug #3459000 "KYRA1CD: Accented characters overdrawn in introduction".
6898ab9174 KYRA: Cast char to uint8 before passing it to getCharWidth.


Commit: 8604eba95b8cb5d33dd0c0eb6488581f1ea22e56
    https://github.com/scummvm/scummvm/commit/8604eba95b8cb5d33dd0c0eb6488581f1ea22e56
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-13T07:23:14-08:00

Commit Message:
KYRA: Fix for bug #3459000 "KYRA1CD: Accented characters overdrawn in introduction".

(cherry picked from commit efa52cb79c35a78e624f42e4ab919c6016bdadcf)

Changed paths:
    engines/kyra/seqplayer.cpp




Commit: 6898ab917479ae34533193df8cf2f17626b084b9
    https://github.com/scummvm/scummvm/commit/6898ab917479ae34533193df8cf2f17626b084b9
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-12-13T07:23:33-08:00

Commit Message:
KYRA: Cast char to uint8 before passing it to getCharWidth.

This assures getCharWidth really gets the character number and now sign
extended version of it in case char is signed.

(cherry picked from commit 77959acd51982d9fedec94ac07241b1702681c6a)

Changed paths:
    engines/kyra/sequences_hof.cpp








More information about the Scummvm-git-logs mailing list