Age | Commit message (Collapse) | Author |
|
|
|
|
|
The descriptor is used to check the validity of single savegames
in SCI32.
|
|
|
|
|
|
|
|
Used only by chapter 7 of Phant1.
|
|
The mode argument is required in SCI32 too; Torin just had a script
bug.
|
|
|
|
This change invalidates earlier SCI32 save games, which separated
arrays and strings in an incompatible manner. Old save games
contain invalid references to a string segment which no longer
exists, and contain incompatible array structures that lack
critical type information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CID 1361588.
|
|
The sleep values for video playback are the amount of time until
the next frame needs to be displayed, whereas speedThrottler is
used to ensure that a given amount of time always elapses between
two triggered speedThrottler calls.
|
|
|
|
This type in SSCI corresponds to Wave resources, but since ScummVM
does not differentiate between Wave and Audio resources, just say
it's an Audio resource type, not an Invalid resource type.
|
|
|
|
|
|
|
|
CID 1361762, 1361763, 1361764, 1361765.
|
|
CID 1361599.
|
|
CID 1361032.
|
|
CID 1361026.
|
|
CID 1357041.
|
|
CID 1361007.
|
|
CID 1351620.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|