Age | Commit message (Collapse) | Author |
|
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not
Detected".
|
|
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's"
|
|
|
|
Altering the fullscreen state will automatically force a refresh now.
|
|
|
|
|
|
|
|
|
|
This also makes getGlErrStr use Common::String::format instead of snprintf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KyraRpgGUISettings non-const.
All instances are const anyway, thus this should be a safe way to silence
the warning.
|
|
|
|
functions used by AI
|
|
|
|
When using the GMM or autosaves, _savedMouse and _savedCharSet were
never set. See bug #3487117.
|
|
This makes error handling consistent between mouse and keyboard.
|
|
|
|
This fixes several inverted transitions (like in SQ3, ICEMAN, Hoyle 1 etc) - bug #3485194
|
|
|
|
|
|
|
|
|
|
enabled.
Otherwise there is no way of generating these events, thus it's better to make
people really aware of this.
I furthermore added some nots that its part of a WIP API, thus it should only
be used after checking up.
|
|
|
|
|
|
This is done by adding a (very ugly) way to force the previous timed-temp
line off screen, so the next one can be shown.
|
|
|
|
Bug #3467139: "TOON: Russian Version Crashes"
A frame is corrupted in an localized animation
Moved the check before the Rect creation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|