Open main menu

Difference between revisions of "SCI/TODO"

101 bytes removed ,  19:39, 28 September 2009
fixed bug
(add SCI palette bugs)
(fixed bug)
Line 21: Line 21:
* 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.
** 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.
** The boots/belt of the hero are partially white instead of black in the QfG3 character generation.
178

edits