Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Confirmed by madmoose.
|
|
This was introduced when the SceneObjectOffset enum was introduced
in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Rename CDFRAMES.DAT into CDFRAMES1.DAT, CDFRAMES2.DAT etc
|
|
This completes implementation of the automatic clue exchange
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since we have everything in samples, and we have 44kHz, we easily
get overflows. Use doubles for calculating the length in
milliseconds more accurately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save methods update
replaced few char* with Common::String
changed few pointers to references
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|