Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
24 bytes removed ,  00:09, 15 May 2012
→‎SCI2: Update
(→‎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 haven't been checked against dissassembly (might be totally different)
** 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
** Add support for text bitmaps (kCreateTextBitmap - below)
** These work, but they are loosely implemented from dissassembly (might be differences from the original)
** These work, but they haven't been checked against dissassembly (might be totally different)
** 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 hasn't been checked against dissassembly (might be totally different)
* kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original)


Implement the following:
Implement the following:
1,489

edits

Navigation menu