Open main menu

Difference between revisions of "SCI/TODO"

233 bytes added ,  20:29, 28 September 2009
add SCI bugs
(fixed bug)
(add SCI bugs)
Line 19: Line 19:


* Bugs
* Bugs
** The FileSelector (SCI) class used in the import screens in QfG2 and QfG3 has a 'text' pointer, and 'cursor' and 'lsTop'/'topString' pointers that should point to inside 'text'. However, in FileSelector::readFiles, 'text' is freed and reallocated, causing the other pointers to sometimes become invalid.
** Quest for Glory
*** The FileSelector (SCI) class used in the import screens in QfG2 and QfG3 has a 'text' pointer, and 'cursor' and 'lsTop'/'topString' pointers that should point to inside 'text'. However, in FileSelector::readFiles, 'text' is freed and reallocated, causing the other pointers to sometimes become invalid.
** Longbow
*** The sound of the bow in the opening screen is repeated a number of times
*** After leaving the cave and the conversation that follows, the game crashes (List node at 0024:003b is not sane anymore!)
178

edits