Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv11713
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** CHANGES.current 3 May 2003 09:47:52 -0000 1.28
--- CHANGES.current 3 May 2003 12:13:48 -0000 1.29
***************
*** 5,8 ****
--- 5,11 ----
==========> VC USERS: add Theater.cpp to the project.
+ ==========> Requires a few new 3D models that can be downloaded from
+ http://csp.sourceforge.net/new-models.tgz
+
I've been making many changes and additions, but have been too
lax in updating the changelog. Here's what I can remember and
***************
*** 42,44 ****
--- 45,59 ----
active object changes) must now go through VirtualBattlefield's
setHuman() method so that the bubbles are updated correctly.
+
+ New WindEmitter for smoke trails that is more efficient and
+ also incorporates the current wind velocity (and gusts) when
+ generating the smoke stream.
+
+ New XML files in Data/XML/theater to support theater loading.
+
+ CSPSim finds the theater to load from the ini file. The
+ terrain is specified in the theater.
+
+ The model path in the ini file is now set to Models, so this
+ prefix shouldn't be specified in the xml files anymore.
|