[Scummvm-cvs-logs] scummvm branch-1-3-0 -> 40b63320e5898f4634a794ea35005b77591ca420

bluegr md5 at scummvm.org
Fri May 13 15:38:25 CEST 2011


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

Summary:
be5d448dde SCI: Fixed bugs #3299458 and #3295849
d352c5969a SCI: Marked the sanity check inside processWorkList() as a workaround
40b63320e5 SCI: Added workarounds for bug #3292251, instead of patching the script


Commit: be5d448dde04a04e8f2b3c199388394f8be7f08b
    https://github.com/scummvm/scummvm/commit/be5d448dde04a04e8f2b3c199388394f8be7f08b
Author: md5 (md5 at scummvm.org)
Date: 2011-05-13T06:32:30-07:00

Commit Message:
SCI: Fixed bugs #3299458 and #3295849

Changed paths:
    engines/sci/engine/gc.cpp




Commit: d352c5969a2cb51fb9c786a5570727b2f6764d6b
    https://github.com/scummvm/scummvm/commit/d352c5969a2cb51fb9c786a5570727b2f6764d6b
Author: md5 (md5 at scummvm.org)
Date: 2011-05-13T06:33:01-07:00

Commit Message:
SCI: Marked the sanity check inside processWorkList() as a workaround

The sanity check added in rev #35086fe17c fixes the crashes with that
code when an invalid reference is about to be processed, but these
references shouldn't be in the stack at all in the first place, so the
root cause seems to be somewhere else.

Changed paths:
    engines/sci/engine/gc.cpp




Commit: 40b63320e5898f4634a794ea35005b77591ca420
    https://github.com/scummvm/scummvm/commit/40b63320e5898f4634a794ea35005b77591ca420
Author: md5 (md5 at scummvm.org)
Date: 2011-05-13T06:33:27-07:00

Commit Message:
SCI: Added workarounds for bug #3292251, instead of patching the script

This fixes bug #3295853

Changed paths:
    engines/sci/engine/script_patches.cpp
    engines/sci/engine/workarounds.cpp








More information about the Scummvm-git-logs mailing list