Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv25690
Modified Files:
Tag: systems
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.69.2.3
retrieving revision 1.69.2.4
diff -C2 -d -r1.69.2.3 -r1.69.2.4
*** CHANGES.current 10 Oct 2003 05:41:27 -0000 1.69.2.3
--- CHANGES.current 19 Oct 2003 18:06:23 -0000 1.69.2.4
***************
*** 1,4 ****
--- 1,30 ----
Branch 'systems' (in progress)
===========================
+ 2003-10-19: onsight
+ Modified class Thrust to use simdata::Table2 instead of the
+ deprecated simdata::Table class. Note that the XML thrust
+ tables must be modified to use this new class, but that these
+ changes will not be checked into cvs (to prevent clashes with
+ the trunk). The corrected files will be posted at
+ http://csp.sourceforge.net/downloads (soon) until the systems
+ branch is merged to make v0.4.0.
+
+ 2003-10-14: onsight
+ Removed very old TerrainSymbol.h
+
+ 2003-10-11: onsight
+ Tracked down '#define min' from windows.h (no surprise), which
+ was included via Producer/RenderSurface. Added #undef's there
+ as a temporary fix.
+
+ Changed the classes related to input events and hid mapping
+ to use reference counting.
+
+ Moved CSP_OSG_094 to CSPSim.h. You must uncomment this line
+ to use OSG version 0.9.4 or older.
+
+ ==========> VC users add System.cpp, SystemsModel.cpp, and Systems/*.cpp
+ to the project.
+
2003-10-09: onsight
Fixed minor snprintf problem under msvc.
|