Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv30165
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CHANGES.current 22 Mar 2003 08:39:19 -0000 1.6
--- CHANGES.current 23 Mar 2003 19:06:21 -0000 1.7
***************
*** 1,4 ****
--- 1,18 ----
Version 0.3.1 (in progress)
===========================
+ 2003-03-23: onsight
+ Changed turbulence from air density fluctuations to 3D wind
+ gusts. The fluctuations are still indexed by distance travelled.
+ Also, scaled the altitude variation of turbulence to peak in
+ the 3000-10000 m range. Also, the perlin noise function is now
+ shaped as X*ABS(X).
+
+ Right justified the fps display in a 5 digit field so that 100.0
+ doesn't make the display jitter.
+
+ 2003-03-22: onsight
+ Added mute option to CSPSim.ini.
+
+ Enabled winds, gusts, and turbulence.
2003-03-21: onsight
|