CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/06/13 14:26:46
Modified files:
. : ChangeLog
src/engine : kgraphics.c
src/graphics : font.c
Log message:
* CanBeHere() now clips one pixel less to the right and to the bottom
(like on_control())
* Text size calculation was switched back to the previous algorithm
(count the last blank on a line towards the total line width)
* Observations:
+ In SQ3, using the vaporizer on the Two Guys now works from the front
+ Less 'break-out text' in SQ3 (none?)
- Some text boxes are too large in QfG1
The SQ3 problem was caused by the text being drawn in a different width
than what was returned by get_text_size(). It's possible that there are
version differences here.
-- Christoph