From: <mk...@us...> - 2003-07-02 20:05:53
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv24465 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** CHANGES.current 30 Jun 2003 22:37:18 -0000 1.39 --- CHANGES.current 2 Jul 2003 20:05:49 -0000 1.40 *************** *** 2,5 **** --- 2,20 ---- =========================== + 2003-07-02: onsight + + Added backface culling to model debug markers so that + the initial view is not obstructed by the view placement + marker. + + Changed ScreenInfo font to use screeninfo.ttf instead of + ltype.ttf (which is cannot be freely distributed). A new + supplemental data pack CSPSim-Data-Supplement-0.2.1.tgz + is available from the SF project page that includes a + GPL'd screeninfo.ttf font as well as other needed data + files that are missing from the older 0.2.tgz data release. + The fps info character spacing is slightly changed to + accomodate the new font, but this needs is just a bandaid + and needs additional work. 2003-07-01: delta |