Age | Commit message (Collapse) | Author |
|
The proper solution implies support for playing movies with edit lists backwards
in QT code.
|
|
|
|
|
|
The refactoring in 7e6c8be7db2449c1f793b6fb01af5613282e7f27
changed the behavior of VideoManager::playMovie to start stopped
movies.
The refactoring in 9665efa39a4df000eb695329a9b81c1657f4dc10
changed the behavior of MystAreaVideo::playAreaVideo to set the position
and looping flag for already playing movies.
This commit hopefuly reverts to the previous behavior for videos
already loaded in VideoManager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A copy a paste error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
round() is C99; floor() and adding 0.5 to the parameter is sufficient. Probably having detection for floor() and a compatibility definition otherwise would make sense.
|
|
Much thanks to fuzzie
|
|
|
|
|
|
|
|
Did I really forget to push this until now?
|
|
Fixes bug #6294
|
|
|
|
|
|
|
|
|
|
|
|
Fixes display of the library "swirl" video
|
|
|
|
|
|
Thanks to fingolfin for finding this unused code
|
|
This fixes a bug where the player could be stuck on Channelwood's
lower level with the elevator on the upper level.
This also turns the light off on Stoneship when entering the age,
since the battery is depleted.
Thanks to dtungsten for submitting this fix in PR#478.
|