Age | Commit message (Collapse) | Author |
|
This avoids a problem where holding down Ctrl for the GMM
was passing multiple turns.. very noticeable if there were
monsters nearby, or the party is standing on a trap tile
|
|
|
|
|
|
|
|
|
|
Currently translated at 100.0% (964 of 964 strings)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Despite looking weird, this is the correct locale for Norwegian (Bokmål).
|
|
|
|
And add a specific joystick button to open virtual keyboard
|
|
|
|
|
|
|
|
|
|
|
|
Specify bootparam in form CTTTSSS, where C is chapter, TTT is set
and SSS is scene number. So, for RC02 it is 1016079.
|
|
|
|
|
|
|
|
|
|
|
|
Implemented as a hack on top of 'draw obj' with skipping all other
scene objects.
|
|
In older releases of Myst the flyby video had the play on card change
flag set to true, causing the bug. As a workaround patch the resource to
mach newer releases.
Fixes #10472.
|
|
To make static analysis tools quiet.
|
|
|
|
|
|
Used when turning pages in the library. Some versions of the game appear
to use them.
Fixes #10474.
|
|
|
|
|
|
|
|
The original used 0 as "unset", and object index + 1 to indicate the
object at the current location. Given all the +1/-1 usages, I've
simplified the use of _objNumber to use -1 as unset, allowing the
direct object index to be used otherwise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|