Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename CDFRAMES.DAT into CDFRAMES1.DAT, CDFRAMES2.DAT etc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This only applies to newly started games; existing savegames will have
invalid wares in the Blacksmiths
|
|
|