From: <mk...@us...> - 2003-07-03 08:38:04
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv29674 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** CHANGES.current 2 Jul 2003 21:49:47 -0000 1.42 --- CHANGES.current 3 Jul 2003 08:28:27 -0000 1.43 *************** *** 4,7 **** --- 4,13 ---- 2003-07-02: onsight + Reverted to Sky.cpp 1.15, disabled TEXDOME, and fixed + a bug that applied a texture to the sky dome even when + TEXDOME was not defined. + + 2003-07-02: onsight + Added an automatic build target to the main Makefile to generate default hid mappings for aircraft.hid and *************** *** 28,31 **** --- 34,47 ---- accomodate the new font, but this needs is just a bandaid and needs additional work. + + 2003-07-01: onsight + + Changed Makefile.in and Source/Makefile.in to link + to the ChunkLod library the same way the Demeter + link is done. The ChunkLod static library that is + used is now CSPChunkLod/lib/libosgChunkLod_csp.a. + + Added a README file that points to the wiki + VBuildingCSP page, as well as the forums. 2003-07-01: delta |