Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Submitted by goodoldgeorge in patch #9599, thank you!
|
|
|
|
|
|
|
|
|
|
Previous releases also did full screen updates for transparent OSD messages.
There should be no performance regression with that regard.
Computing smaller update rects is non trivial, but should be looked into if
performance is an issue for OSD icons.
Fixes #9598
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed by the specialized FLIC video decoder used in the chewy
engine
|
|
The game's videos are modified FLICs. There are some changes needed
to our FLIC decoder, which are included in a separate commit
|
|
|
|
|
|
These are mainly used for error messages
|
|
|
|
|
|
Currently, speech and sound effects are supported, but the current
music playing implementation is wrong, as the game's music is
encoded in custom MOD-like files. With the current music
implementation, the PCM parts of these files are played
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|