1,502
edits
(Moved kRemapColors) |
(Update) |
||
Line 35: | Line 35: | ||
=== Graphics === | === Graphics === | ||
* Finish support for Robot (RBT) videos | * Finish support for Robot (RBT) videos | ||
** Fix sound "hiccups" | ** Fix sound "hiccups" (most likely because of overlapping sound chunks, or because there's leftover header data left in each chunk) | ||
** Fix scaling (e.g. in the Phantasmagoria logo video) | ** Fix scaling (e.g. in the Phantasmagoria logo video) | ||
** Other issues(?) | ** Other issues(?) | ||
Line 82: | Line 82: | ||
* kUpdateLine - used by LSL6 hires | * kUpdateLine - used by LSL6 hires | ||
* kSetPalStyleRange - 2 integer parameters, start and end. All styles from start-end (inclusive) are set to 0 | * kSetPalStyleRange - 2 integer parameters, start and end. All styles from start-end (inclusive) are set to 0 | ||
* kMorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270) | * kMorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270) | ||
* kSetHotRectangles - used by Phantasmagoria 1 | * kSetHotRectangles - used by Phantasmagoria 1 | ||
Line 98: | Line 97: | ||
=== VM === | === VM === | ||
* Future TODO: Merge the SCI0-SCI1.1 and SCI2-SCI2.1 string/array handling code, if possible | * Future TODO: Merge the SCI0-SCI1.1 and SCI2-SCI2.1 string/array handling code, if possible | ||
== SCI3 missing features == | == SCI3 missing features == |
edits