From: <de...@us...> - 2003-06-30 22:34:33
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv26173 Modified Files: CHANGES.current Log Message: *** see CHANGES.current *** Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** CHANGES.current 27 Jun 2003 08:17:28 -0000 1.37 --- CHANGES.current 30 Jun 2003 22:34:27 -0000 1.38 *************** *** 1,5 **** ! Version 0.3.3 (in progress) =========================== 2003-06-25: onsight --- 1,28 ---- ! Version 0.3.3 (in progress) =========================== + + 2003-06-21: delta + + ==========> VC USERS: you need to reinstall simdata. + + Changed VectorField::m_dimension to protected and + class DynamicalSystem now publicly inherites from + VectorField. + Changed general stats implementation to use some + "static" texts. + Corrected a bug in ScreenInfo ctor (m_Text allocated + 2 times). + Added a conditional test in PrimaryAeroDynamics::updateAngles() + to check for a division by 0 (!). + Changed updating m_InfoView every 3 frame. + Changed ObjectStats implementation to use osg::ref_ptr + and clean up data when changin object. + Changed XML/Data/m2k/fm.xml. + Added SWIG_NOINCLUDE on ccSP_wrap.cpp to enable log + level from python scripts + Merged Onsight changes; can t find a bug in Sky class + when TEXDOME is defined on windows. + 2003-06-25: onsight *************** *** 99,104 **** --- 122,129 ---- course. + >>>>>>> 1.34 2003-06-20: delta Moved updateNearGround() outside loop in AircraftPhysicModel::doSimStep. + Corrected kinetic parameters update in AircraftPhysicModel::doSimStep. Reenabled position update in _f. Changed RungeKuttaCK::MAXSTP = 16. |