From: <de...@us...> - 2004-01-01 19:43:41
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv26347 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** CHANGES.current 21 Dec 2003 10:36:15 -0000 1.78 --- CHANGES.current 1 Jan 2004 19:43:36 -0000 1.79 *************** *** 1,4 **** --- 1,30 ---- Version 0.4.0 (in progress) =========================== + 2003-12-30: delta + * Added methods in VirtualScene to access perspective matrix. + + 2003-12-29: delta + * More investigations on MARKERS_TOGGLE lead to + m_Actions[id.c_str()] from the method onCommand in + InputInterface and to the hash string simdata functions. + A string with size > 13 may lead to unexpected behaviour. + Not fixed yet. + + * Updated CSPSimDLL.vcproj to be able to debug it. Use debug + built (export symbols are enabled). + + 2003-12-22: delta + * Reimplemented LogoScreen ala osg. A sequence of screens is + loaded. + ==========> All users, update APPLICATIONS/CSPSim/Data/Images. + + * MARKERS_TOGGLE string behaves weirdly with vc++. For now, + it is changed to MARKS_TOGGLE but it will need a complete + fix (problem might be similar for strings longer than N + characters). + ==========> All users, update + APPLICATIONS/CSPSim/Tools/HID/Maps/aircraft-core.map and + RebuilData(.py). + 2003-12-21: delta * Fixed stars at daytime on windows (GL_BLEND problem). *************** *** 6,10 **** * Separated gears and markers control. ! * Added an osgFX effect (specular highlight). * Other minor changes. --- 32,39 ---- * Separated gears and markers control. ! * Added an osgFX effect (specular highlight). May produce ! a warning on old generation graphic card. ! ! * Reenabled texture unit 1 code in ScreenInfo.cpp. * Other minor changes. |