|
From: <de...@us...> - 2003-05-04 11:28:54
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv27158
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** CHANGES.current 4 May 2003 07:26:34 -0000 1.30
--- CHANGES.current 4 May 2003 11:28:49 -0000 1.31
***************
*** 2,5 ****
--- 2,18 ----
===========================
+ 2003-05-04: delta
+ Added a naive control of camera such that it keeps above ground.
+ Updated .net project.
+ Added a /Zm 1000 parameter in .net projects to avoid fatal
+ compiler error.
+ Changed vehicle orientation at start.
+ Changed some Atmosphere function members to return float instead
+ double to avoid some warnings.
+ Updated CSPSim.py to take account set_output <-> setOuput for
+ log file.
+ Added a vehicle to load in testing item in ini file. The vehicle
+ is specified in Vehicle.
+
2003-05-03: onsight
Replaced CSP's logging facilities with SimData's (which
|