[Scummvm-cvs-logs] scummvm branch-1-8 -> e8efa7545b66fddbc94247912141d044c1052da5
m-kiewitz
m_kiewitz at users.sourceforge.net
Fri Feb 19 10:35:59 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e8efa7545b AGI: Add detection+workaround for endofloop+motion at the same time
Commit: e8efa7545b66fddbc94247912141d044c1052da5
https://github.com/scummvm/scummvm/commit/e8efa7545b66fddbc94247912141d044c1052da5
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-19T10:35:59+01:00
Commit Message:
AGI: Add detection+workaround for endofloop+motion at the same time
Detects when end.of.loop + motions are used on the same screen
object at the same time, which would have resulted in flag
corruption in the original interpreter. We detect this
situation now, show a warning and disable the cycler in case
cycler was activated first.
This solves a new issue in kq1, when grabbing the eagle in room
22, that was previously hidden just like in the original AGI.
Fixes bug #7046
Changed paths:
engines/agi/agi.h
engines/agi/motion.cpp
engines/agi/op_cmd.cpp
More information about the Scummvm-git-logs
mailing list