|
From: <de...@us...> - 2003-04-18 20:30:17
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv19724
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** CHANGES.current 18 Apr 2003 12:07:33 -0000 1.21
--- CHANGES.current 18 Apr 2003 20:30:13 -0000 1.22
***************
*** 2,5 ****
--- 2,18 ----
===========================
+
+ 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
Lots of changes to many parts of CSPSim. First and foremost, the
|