[Scummvm-cvs-logs] scummvm branch-1-8 -> 2997eef99833645552bad7c41340f8147db4979d

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Feb 16 03:19:51 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:
2997eef998 AGI: Change how VM timer vars are handled


Commit: 2997eef99833645552bad7c41340f8147db4979d
    https://github.com/scummvm/scummvm/commit/2997eef99833645552bad7c41340f8147db4979d
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-16T03:20:00+01:00

Commit Message:
AGI: Change how VM timer vars are handled

Instead of directly converting play time to VM timer vars,
we only adjust VM timer vars according to play time seconds delta.
This is needed for at least Mixed Up Mother Goose. The game
sets the VM "second" variable to 0 and then uses it for syncing
the text to the songs. We even adjust second calculation, so
that the timing should always be the same and not depend on
basically luck (seconds may wrap right after setting it, because
internal cycles counter is not changed).

Changed paths:
    engines/agi/agi.h
    engines/agi/global.cpp








More information about the Scummvm-git-logs mailing list