Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
No idea why they were bools in the first place.
|
|
|
|
|
|
It's just as good: at 30 FPS, this allows for
2 ^ 32 / 30 / 60 = 2386093 mins, which is, I guess, a reasonable limit.
|
|
|
|
|
|
|
|
|
|
Conflicts:
engines/wintermute/video/video_subtitler.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
engines/wintermute/video/video_subtitler.cpp
|
|
|
|
|
|
|
|
|
|
|
|
of width. (Fix bug #6157)
|
|
|
|
copyFrom frees and reallocates the surface for every update, as long
as the dimensions and format stay the same, we can do with just a
memcpy.
This gives a tiny improvement in the update-part of the Theora-player
(on the order of a bit more than 1 second saved total in the 1:28 long
J.U.L.I.A.-intro)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make Graphics::Surface::pixels protected.
|
|
|
|
|
|
|