Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac
Versions Not Recognized".
|
|
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".
|
|
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not
Detected".
|
|
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
|
|
|
|
|
|
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the
Crab Not Detected".
|
|
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
|
|
|
|
|