From: <mk...@us...> - 2003-10-10 05:41:32
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv32317 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.2 retrieving revision 1.69.2.3 diff -C2 -d -r1.69.2.2 -r1.69.2.3 *** CHANGES.current 29 Sep 2003 06:46:10 -0000 1.69.2.2 --- CHANGES.current 10 Oct 2003 05:41:27 -0000 1.69.2.3 *************** *** 1,4 **** --- 1,16 ---- Branch 'systems' (in progress) =========================== + 2003-10-09: onsight + Fixed minor snprintf problem under msvc. + + Split the SystemsModel class out of System.h/cpp into + SystemsModel.h/cpp. This seems to be a better arrangement, + and hopefully circumventns a problem with forward + declarations + simdata::Link<> under msvc. + + 2003-10-05: onsight + Changed HID to inherit from simdata::Referenced. Minor + changes to BaseScreen, GameScreen, and CSPSim to support + this change. 2003-09-25: onsight *************** *** 12,15 **** --- 24,30 ---- * False horizon coloring * Skydome (non-TEXDOME) coloring + + To use OSG 094, uncomment the #define CSP_OSG_094 line + in VirtualScene.cpp 2003-09-17: onsight |