Age | Commit message (Collapse) | Author |
|
This shows the game menu, albeit with the wrong palette
|
|
The current options are now saved when the dialog opens, and are
restored to their original values if the user cancels
|
|
This is needed for the in-game menu, where a dialog spawns another one
|
|
|
|
|
|
|
|
Since 1.4 the font changed from a 14 to 15 pixel height wich causes
one line of help text no longer to be shown. By changing the padding
of the buttons the last lines fits again.
|
|
View flags are mainly used by LB2. The flag in the LSL6 view seems to
be garbage, so we ignore it
|
|
This should fix bug #6717 - "SCI fallback detection assert failure"
|
|
|
|
|
|
Moved the creation of _midiMusic, _pcmMusic, _sound and _bmv from
the constructor to run(). It was reported on the forum that the
MT-32 emulator didn't work for Discworld, and I'm speculating that
this is because it was being initialized before the "extra path"
had been added to the search path.
It's likely that not all of these objects are needed for every
version of the game. Fixing that is left as an exercise for
someone more familiar with the different game versions than me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|