Open main menu

Difference between revisions of "SCI/TODO"

270 bytes removed ,  20:13, 24 April 2010
qfg1ega issue solved
(qfg1ega more information about graphic issue)
(qfg1ega issue solved)
Line 37: Line 37:
* KQ6 floppy: Cel colors are wrong in the opening sequence after a SEQ video is played. Seems to be related with a screen transition effect - seems also got fixed by the palette commit (see jones/cd palette problem)
* KQ6 floppy: Cel colors are wrong in the opening sequence after a SEQ video is played. Seems to be related with a screen transition effect - seems also got fixed by the palette commit (see jones/cd palette problem)
* KQ6 hires: character portraits are not erased properly. The engine scripts are asking to save/restore a smaller area than the one drawn on screen
* KQ6 hires: character portraits are not erased properly. The engine scripts are asking to save/restore a smaller area than the one drawn on screen
* Quest for Glory 1 EGA: on character customization screen the percentage bar isn't shown - seems to be caused by ports or kAnimate or both - the bar is actually drawn by kAnimate during update(), but the whole screen (!) is restored right afterwards during endUpdate()
* LB2: The credits windows (about screen from the options menu) are incorrectly drawn above the character sprites
* LB2: The credits windows (about screen from the options menu) are incorrectly drawn above the character sprites
* LSL1 (new graphics code regression): doors at the casino wont open. A workaround is in place till the actual issue is found. Issue seems to be caused by signal of the door set too late or kAnimate being call too few times. If you move the .doit calling code to the end of kAnimate door will open. It may be caused by VM actually. Old graphics code worked fine, because kAnimate was differently implemented
* LSL1 (new graphics code regression): doors at the casino wont open. A workaround is in place till the actual issue is found. Issue seems to be caused by signal of the door set too late or kAnimate being call too few times. If you move the .doit calling code to the end of kAnimate door will open. It may be caused by VM actually. Old graphics code worked fine, because kAnimate was differently implemented
1,119

edits