CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 01/02/26 09:03:30
Modified files:
. : ChangeLog README
src : config.c config.l main.c
src/engine : kgraphics.c klists.c scriptdebug.c
src/gfx : font.c gfx_crossblit.c gfx_support.c
operations.c
src/include : gfx_operations.h gfx_tools.h kernel.h
sci_conf.h
Log message:
* Added config option alpha_threshold (default 129)
* (a) Fixed text rendering for pixels below bottom line
* (b) Verifying lists allows list heap sizes of either 6 and 8 (the latter is
valid because of some heap padding)
* (c) Fixed OB1 bug when drawing text controls
* Some adjustments to priority map drawing
Observations:
+ #38 appears to be closed
+ (c) fixes #61, possibly #85 (I'm not quite sure what I meant with that bug,
though... Solomon?)
+ (b) fixes #93
+ #102 solved itself... or something like that.
+ (a) fixed an unfiled bug where the some letters (y,g,q,p) would only be drawn
partially (all letters with pixels below the height enforced by the font's
line height value)
+ CB1' intro is much more complete now.
New bugs:
#103 (Camelot)
#104 (CB1): Jeeves' body is not drawn in the intro (only eyes and mouth)
-- Christoph