CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/06/05 16:52:34
Modified files:
. : ChangeLog README
src/engine : kgraphics.c
src/graphics : engine_graphics.c font.c
src/scicore : console.c
Log message:
* Fixed support for 'classic' vsnprintf
* Internal priority is now set for all picviews with a priority of 0 or less
* get_text_size() was fixed
* DirLoop() now %=360s the supplied angles
* NewWindow() now makes sure the resulting window is within the visible area
Observations:
+ Text boxes in QG1 and SQ3 have been fixed
+ 'man debuglog' works on sparc/solaris
+ FreeSCI no longer crashes when using the decoder key in SQ3
The crash was serious enough to warrant changes, so I thought I'd slip
in a few other fixes.
A problem on Solaris (strcpy() doesn't copy the 'error' string in
kParse()) should be the only other thing I will fix, unless more crashes
or serious problems pop up.
-- Christoph