1,502
edits
(→SCI2: kCreateTextBitmap has been implemented) |
(→SCI2: Update) |
||
Line 41: | Line 41: | ||
==== SCI2 ==== | ==== SCI2 ==== | ||
* kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture) | * kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture) | ||
** These work, but they | ** These work, but they are loosely implemented from dissassembly (might be differences from the original) | ||
** In Phantasmagoria, a lot of the UI widgets are off. Likely culprits are these functions, or the ScreenItem functions below | ** In Phantasmagoria, a lot of the UI widgets are off. Likely culprits are these functions, or the ScreenItem functions below | ||
* kAddScreenItem/kDeleteScreenitem/kUpdateScreenItem | * kAddScreenItem/kDeleteScreenitem/kUpdateScreenItem | ||
** These work, but they are loosely implemented from dissassembly (might be differences from the original) | |||
** These work, but they | |||
** In Phantasmagoria, a lot of the UI widgets are off. Likely culprits are these functions, or the Plane functions above | ** In Phantasmagoria, a lot of the UI widgets are off. Likely culprits are these functions, or the Plane functions above | ||
* kFrameOut: Works, but | * kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original) | ||
Implement the following: | Implement the following: |
edits