Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not
detected".
|
|
Thanks LordHoto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|