Age | Commit message (Collapse) | Author |
|
execute script DataBuild.sh
|
|
|
|
|
|
Used in Shivers room 35170 when pressing the play button.
|
|
|
|
|
|
|
|
|
|
For example, Shivers room 932 when subtitles are enabled.
|
|
SSCI created a fake va_list and passed it to vsprintf, so extra
placeholders would just silently end up reading garbage memory.
|
|
At least Shivers has VMDs with resource IDs above 2^15; treating %d
as signed means that the wrong filename gets created.
|
|
|
|
|
|
|
|
Thanks @tsoliman for the data.
|
|
|
|
COMPOSER: Support GMM saving/loading and load from launcher
|
|
|
|
GUI: apply changes functionality
|
|
Fixes Trac#9637.
|
|
|
|
|
|
|
|
Fixes Trac#9639.
|
|
|
|
|
|
|
|
|
|
Fixes Trac#9581.
|
|
|
|
|
|
|
|
This allows references in memory to be dumped to disk for
examination by other tools. In the case of SCI32 bitmaps, data
is output in 8-bit TGA format without transparency, which allows
the current palette to also be examined. (The alternative would
be to use 32-bit TGA to display transparency, and lose the
palette, or dump to a more complicated format that supports 1-bit
transparency.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JANITORIAL: Typos found by lintian
|