|
From: <mk...@us...> - 2003-04-12 00:55:21
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv26633
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES.current 11 Apr 2003 23:43:05 -0000 1.16
--- CHANGES.current 12 Apr 2003 00:55:18 -0000 1.17
***************
*** 2,12 ****
===========================
2003-04-11: onsight
Fixed two coordinate system bugs in the impact code during
hard crashes that could cause numerical overflows and lead
to segfaults. There's still somewhat odd behaviour at
! times, but only under conditions where the plane would
! break into pieces anyway (which of course isn't modelled
! yet).
Reordered member initializers in NumericalMethod ctors to
--- 2,13 ----
===========================
+ *********** VC USERS: please remove Platform.cpp from the VC project
+ files.
+
2003-04-11: onsight
Fixed two coordinate system bugs in the impact code during
hard crashes that could cause numerical overflows and lead
to segfaults. There's still somewhat odd behaviour at
! times, so this should be revisited at some point.
Reordered member initializers in NumericalMethod ctors to
***************
*** 23,26 ****
--- 24,40 ----
under linux (assuming your python path is the same
as mine ;-).
+
+ Removed Platform.cpp from the build. None of the files
+ should include Platform.h; from now on you should use
+ SimData/FileUtility.h to provide the ospath functions.
+ These are in the simdata namespace, so they look like:
+
+ simdata::ospath::join(...)
+
+ Stripped all the includes out of stdinc.h which were
+ not needed by any of the source files that included
+ it. I also removed the #include "stdinc.h" from these.
+ stdinc.h now just contains the lines to enable mmgr
+ which are commented out.
*********** ALL USERS: you will need to remake your aircraft.hid file.
|