Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original was meant to allow you to enter "fish" in response to
the Deskbot's fish question, but it didn't because fish was also
recognised as a common phrase for replacement during pre-processing
|
|
|
|
|
|
|
|
When the text to word-wrap was longer than 255 characters, the
'pos' and 'endPos' counters would overflow, causing it to never
reach the end of the string to word-wrap.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Fixes Trac#9637.
|
|
Fixes Trac#9639.
|
|
|
|
|
|
|
|
|
|
Fixes Trac#9581.
|
|
|
|
|