[Gcblue-commits] gcb_wx/docs CHANGES.txt,1.32,1.33
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-09 02:35:53
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2303/docs Modified Files: CHANGES.txt Log Message: Index: CHANGES.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/CHANGES.txt,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** CHANGES.txt 8 Aug 2004 00:31:31 -0000 1.32 --- CHANGES.txt 9 Aug 2004 02:35:13 -0000 1.33 *************** *** 3,6 **** --- 3,13 ---- 0.6 --------------------------------------------------------------------- + *** 2004-08-08 Dewitt Colclough *** + - Added read portion of SQL database upgrade using sqlite library. + - Random scenario now starts at a random date and time + - Adjusted max camera elevation to 65 deg (to allow look down more + with cam) + - Added helo sim class using generics database table + *** 2004-08-07 Dewitt Colclough *** - Added write portion of SQL database upgrade using sqlite library. *************** *** 8,12 **** *** 2004-08-05 Dewitt Colclough *** - Added launcher location field to database. Launched objects (e.g. ! missiles) start at this location. *** 2004-08-04 Dewitt Colclough *** --- 15,20 ---- *** 2004-08-05 Dewitt Colclough *** - Added launcher location field to database. Launched objects (e.g. ! missiles) start at this location. Note this messes up gun targeting. ! Need to add altitude difference correction to gun targeting. *** 2004-08-04 Dewitt Colclough *** |