Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
(The crashes in Phantasmagoria's load dialog have been resolved)
(→‎SCI2: The positioning issues with Phantasmagoria have been identified - the game uses an odd window resolution)
Line 42: Line 42:
* kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture)
* kAddPlane/kDeletePlane/kUpdatePlane ("planes" = parts of a picture)
** These work, but they are loosely implemented from dissassembly (might be differences from the original)
** 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
* 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 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 Plane functions above
* kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original)
* kFrameOut: Works, but is loosely implemented from dissassembly (might be differences from the original)