|
From: <de...@us...> - 2003-04-21 19:36:24
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv13520
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** CHANGES.current 18 Apr 2003 20:59:54 -0000 1.23
--- CHANGES.current 21 Apr 2003 19:36:18 -0000 1.24
***************
*** 2,22 ****
===========================
2003-04-19: onsight
Changed AircraftObject:: m_heading, m_pitch, m_roll to m_Heading,
! m_Pitch, m_Roll. These are now in radians, and converted to
! degrees only if necessary (for display). setAttitude(x, y, z)
! still takes degrees.
2003-04-18: delta
! Added Runge-Kutta Cask-Karp numerical method.doSimStep2() is now
! calling it.
! Added a note on initialization of 'pause'.
! Added a simdata::Pointer<DynamicalObject> parameter in ObjectStats methods.
! Added a check to non nullitty of m_GameScreen in CSPSim::setActiveObject.
! Fixed a getStats non const method in AircraftObject class.
! Checked Onsight changes: a couple of forward class declarations causing
! compilation problems in vc++ have been fixed thanks to Onsight.
! Updated .NET project.
2003-04-18: onsight
--- 2,39 ----
===========================
+ 2003-04-21: delta
+ Removed non necessaray calls to DegreesToRadians and
+ RadiansToDegrees. Now angles must be specified in radians. If it is
+ needed to display angle in degree call simdata::RadiansToDegrees at
+ this stage.
+
+ 2003-04-19: delta
+ Got ride of more than one hundred of warnings (complaining about
+ casting from double to float) in ColorSpace.cpp while compiling
+ with vc++.
+
2003-04-19: onsight
Changed AircraftObject:: m_heading, m_pitch, m_roll to m_Heading,
! m_Pitch, m_Roll. These are now in radians, and converted to
! degrees only if necessary (for display). setAttitude(x, y, z)
! still takes degrees.
2003-04-18: delta
! Added Runge-Kutta Cask-Karp numerical method.doSimStep2() is now
! calling it.
! Added a note on initialization of 'pause'.
!
! Added a simdata::Pointer<DynamicalObject> parameter in ObjectStats
! methods.
!
! Added a check to non nullitty of m_GameScreen in CSPSim::setActiveObject.
!
! Fixed a getStats non const method in AircraftObject class.
!
! Checked Onsight changes: a couple of forward class declarations causing
! compilation problems in vc++ have been fixed thanks to Onsight.
!
! Updated .NET project.
2003-04-18: onsight
***************
*** 29,41 ****
adding more static and dynamic objects:
! +------------ ROOT -------------+
! | |
BACKGROUND +--------OBJECTS-----+
! | | | |
! EYE_TRANSFORM TERRAIN STATIC DYNAMIC
! | |
! SKY SKYLIGHTS
! / \
! SUNLIGHT MOONLIGHT
Fixed an initialization error in AeroDynamics that could cause
--- 46,58 ----
adding more static and dynamic objects:
! +------------ ROOT -------------+
! | |
BACKGROUND +--------OBJECTS-----+
! | | | |
! EYE_TRANSFORM TERRAIN STATIC DYNAMIC
! | |
! SKY SKYLIGHTS
! / \
! SUNLIGHT MOONLIGHT
Fixed an initialization error in AeroDynamics that could cause
***************
*** 124,126 ****
*********** VC USERS: please add VirtualScene.cpp to the VC project files
-
--- 141,142 ----
|