Age | Commit message (Collapse) | Author |
|
WME Subtitles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes #6647
|
|
I aped what has been done with AGS: in engines/agi/detection.cpp, adding
a struct that includes ADGameDescription at the beginning.
This is also recommended in advancedDetector.h
|
|
|
|
|
|
|
|
|
|
This makes room for the EOS char.
|
|
This necessarily loses const in SubtitleCard's attributes
|
|
MSVC complains otherwise.
|
|
We are thus making room for the sentinel == -1
|
|
|
|
SubtitleCard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|