From: <de...@us...> - 2003-06-22 08:59:33
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv4561 Modified Files: CHANGES.current Log Message: no message Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** CHANGES.current 19 Jun 2003 18:04:11 -0000 1.32 --- CHANGES.current 22 Jun 2003 08:59:29 -0000 1.33 *************** *** 2,7 **** =========================== ! 2003-06-19: delta ==========> GCC USERS: add Engine.cpp, BaseDynamics.cpp, Collision.cpp, PrimaryAeroDynamics.cpp (and remove AeroDynamics.cpp from), --- 2,14 ---- =========================== ! 2003-06-20: delta ! Moved updateNearGround() outside loop in AircraftPhysicModel::doSimStep. ! Reenabled position update in _f. ! Changed RungeKuttaCK::MAXSTP = 16. ! Changed binding methods for throttle in EngineDynamics/Engine class: added ! a postCreate() method to bind every engine with EngineDynamics::m_Throttle; ! added EngineDynamics::setThrottle. + 2003-06-19: delta ==========> GCC USERS: add Engine.cpp, BaseDynamics.cpp, Collision.cpp, PrimaryAeroDynamics.cpp (and remove AeroDynamics.cpp from), *************** *** 37,43 **** In an attempt to limit fps drop with info on screen, InfoView will be updated only every x (at the moment 5) frame and a ! setDisplayList(false) has ! been added to every text on screen. Need feedback from users about ! that. Also, some "static" osgText::Texts take place in Framerate ... Removed #include "windows.h" in CSPSim.cpp. Changed position - attitude initialization. --- 44,50 ---- In an attempt to limit fps drop with info on screen, InfoView will be updated only every x (at the moment 5) frame and a ! setDisplayList(false) has been added to every text on screen. Need ! feedback from users about that. Also, some "static" osgText::Texts ! take place in Framerate ... Removed #include "windows.h" in CSPSim.cpp. Changed position - attitude initialization. |