From: <de...@us...> - 2004-04-17 08:08:28
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13440 Modified Files: CHANGES.current Log Message: no message Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** CHANGES.current 7 Apr 2004 12:55:06 -0000 1.87 --- CHANGES.current 17 Apr 2004 08:08:11 -0000 1.88 *************** *** 2,5 **** --- 2,18 ---- =========================== + 2004-04-17: delta + * Changes COLOR to COLOR0 to enforce arbvp1 compatibility in + nvMorph.cg. + + * Added a debug project file for heightfield_shader. + + * Removed osgProducer dependency on CSPSimDLL (not needed yet). + + * Commented out thread managing in LogoScreen.cpp. + + * Increased the number of local steps in + void AircraftPhysicsModel::doSimStep(double dt). + 2004-04-07: delta * Corrected a bug in the handling of mouse's scroll up/down. *************** *** 78,87 **** * Other minor changes. ! 2004-01-23: delta * Changed <python.h> to <Python.h> in ! APPLICATIONS/CSPSim/Source/CSPSim.cpp (suggested by Wolverine69). 2003-12-30: delta ! * Added methods in VirtualScene to access perspective matrix. 2003-12-29: delta --- 91,100 ---- * Other minor changes. ! 2004-01-23: delta (suggested by Wolverine69) * Changed <python.h> to <Python.h> in ! APPLICATIONS/CSPSim/Source/CSPSim.cpp. 2003-12-30: delta ! * Added methods in VirtualScene to access projection/mv matrix. 2003-12-29: delta *************** *** 96,101 **** 2003-12-22: delta ! * Reimplemented LogoScreen ala osg. A sequence of screens is ! loaded. ==========> All users, update APPLICATIONS/CSPSim/Data/Images. --- 109,114 ---- 2003-12-22: delta ! * Reimplemented LogoScreen a la osg. A sequence of screens is ! now loaded. ==========> All users, update APPLICATIONS/CSPSim/Data/Images. |