Difference between revisions of "MADE/TODO"

Jump to navigation Jump to search
No change in size ,  10:25, 13 January 2009
sfGetSynthType is only used in RtZ
(Updated TODO)
(sfGetSynthType is only used in RtZ)
Line 17: Line 17:
** sfGetMusicBeat
** sfGetMusicBeat
** sfGetCdTime
** sfGetCdTime
** sfGetSynthType
* For Return to Zork:
* For Return to Zork:
** sfGetSoundEnergy (used to animate the mouths of characters when they're talking). This has been implemented now, but the mouth animations are out of sync. This occurs because the original unpacked sounds on the fly, whereas ScummVM unpacks them when they're loaded. In ScummVM, the "sound energy" values are stored in an array (used as a stack), which means that sfGetSoundEnergy can empty that array prematurely. A proper fix would be to figure out when a value should be popped from the sound energy stack, or to unpack sounds on the fly like the original does
** sfGetSoundEnergy (used to animate the mouths of characters when they're talking). This has been implemented now, but the mouth animations are out of sync. This occurs because the original unpacked sounds on the fly, whereas ScummVM unpacks them when they're loaded. In ScummVM, the "sound energy" values are stored in an array (used as a stack), which means that sfGetSoundEnergy can empty that array prematurely. A proper fix would be to figure out when a value should be popped from the sound energy stack, or to unpack sounds on the fly like the original does
** sfShakeScreen
** sfShakeScreen
** sfGetSynthType
* For Manhole:NE:
* For Manhole:NE:
** sfPlayNote
** sfPlayNote
1,489

edits

Navigation menu