Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Detection information was provided by sauravisus in
https://bugs.scummvm.org/ticket/10919
|
|
|
|
This fixes Trac bug #10800
|
|
So the whole engine is not rebuilt when making changes to shared code.
|
|
Also-By: Matthew Hoops <clone2727@gmail.com>
|
|
fixes bug #10805
|
|
The action which triggers the assertion is CheckUnderBedDB.
This changes ActionPlay::OnStart method to be similar to superclass
implementation with regard to _startFrame to avoid this.
However, the animation still glitches repeating several times, but this
is a script bug in the original and should be addressed in a workaround
in a future commit.
This should fix the main issue in Trac bug #10800.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before the playtime was starting over when ScummVM was closed and
reopened instead of starting off with the playtime in the saved game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|