Age | Commit message (Collapse) | Author |
|
So that it is a bit less confusing
|
|
|
|
|
|
|
|
It was previously bound to F4
|
|
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
|
|
|
|
|
|
|
|
|
|
|