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
|
|
|
|
|
|
|
|
This should fix bug #6720.
|
|
|
|
|
|
|
|
Signed/unsigned comparison.
|
|
|
|
This reverts commit 5e099e90bcdfb87c289b919ddac60e60fbf6bdd7.
There's no need for this addition, since the intro was skippable before that too, by hitting the ESC key.
See System::touch().
|
|
This was the bug with "Engine assertion at various dialogues if no items
in inventory".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|