Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the hires2 ending issue reported in #9575.
|
|
This makes the game quit promptly instead of waiting for the quit event to
come through the pipeline.
|
|
|
|
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.
|
|
|
|
|
|
|
|
This is a regression introduced in df838f5. Fixes #9560.
|
|
|
|
|
|
ALL: Add Cloud storage support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|