From: <mk...@us...> - 2003-08-21 23:33:03
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv20354 Modified Files: CHANGES CHANGES.current Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CHANGES 5 Aug 2003 04:24:49 -0000 1.6 --- CHANGES 21 Aug 2003 08:18:37 -0000 1.7 *************** *** 2,5 **** --- 2,43 ---- to CVS. + Version 0.3.4 (2003-08-20) + =========================== + + 2003-08-16: onsight + Applied patches by VI to add Tools/Terrain/* to the + build and fix some minor errors in tile.cpp and + Tools/Recorder/graph. + + Added -W -Wall to the build for Tools/Terrain/*, + and fixed a few small errors that uncovered. + + 2003-08-15: onsight + Updates related to SimData API changes (mostly use + of simdata::PI, toRadians, and toDegrees instead of + the G_PI, D2R, and R2D macros). + + Added a CSPSim.py option to set the SimData logging + level from the command line. + + 2003-08-12: onsight + Minor updates to Terrain/dem2dat and Terrain/tile to + sync with the latest SimData API changes. Improved + both Makefiles slightly but they're still very basic. + + 2003-08-05: onsight + Initial updates to use new SimData APIs for Random, + Vector3, Matrix3, Quat. Dynamics seem correct but + more testing is needed. + + Fixed euler angles. The new code preconverts to/from + CSP's internal coordinate system rather than relying + on a special method in SimData. + + 2003-08-04: onsight + Tagged version r0_3_3, starting version 0.3.4 + + + Version 0.3.3 (2003-08-04) =========================== Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** CHANGES.current 17 Aug 2003 18:39:51 -0000 1.66 --- CHANGES.current 21 Aug 2003 08:18:37 -0000 1.67 *************** *** 1,36 **** ! Version 0.3.4 (in progress) =========================== ! 2003-08-16: onsight ! Applied patches by VI to add Tools/Terrain/* to the ! build and fix some minor errors in tile.cpp and ! Tools/Recorder/graph. ! ! Added -W -Wall to the build for Tools/Terrain/*, ! and fixed a few small errors that uncovered. ! ! 2003-08-15: onsight ! Updates related to SimData API changes (mostly use ! of simdata::PI, toRadians, and toDegrees instead of ! the G_PI, D2R, and R2D macros). ! ! Added a CSPSim.py option to set the SimData logging ! level from the command line. ! ! 2003-08-12: onsight ! Minor updates to Terrain/dem2dat and Terrain/tile to ! sync with the latest SimData API changes. Improved ! both Makefiles slightly but they're still very basic. ! ! 2003-08-05: onsight ! Initial updates to use new SimData APIs for Random, ! Vector3, Matrix3, Quat. Dynamics seem correct but ! more testing is needed. ! ! Fixed euler angles. The new code preconverts to/from ! CSP's internal coordinate system rather than relying ! on a special method in SimData. ! ! 2003-08-04: onsight ! Tagged version r0_3_3, starting version 0.3.4 --- 1,6 ---- ! Version 0.3.5 (in progress) =========================== ! 2003-08-20: onsight ! Tagged version r0_3_4, starting version 0.3.5 |