[Gcblue-commits] gcb_wx/include/database tcMissileDBObject.h,1.18,1.19
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-31 03:51:37
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27747/include/database Modified Files: tcMissileDBObject.h Log Message: Added map overlay, fixed smoke trail roll bug, improved FOV calc for autopoint launchers, database tweaks Index: tcMissileDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcMissileDBObject.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** tcMissileDBObject.h 29 Mar 2005 00:12:22 -0000 1.18 --- tcMissileDBObject.h 31 Mar 2005 03:51:11 -0000 1.19 *************** *** 127,130 **** --- 127,131 ---- tcDBString maSensorClass[2]; ///< primary and secondary tnPoolIndex primarySeekerKey; ///< key for fast access of primary seeker + float seekerFOV_rad; ///< for fast lookup of seeker field of view /// flight profile, array of flight segment info unsigned mnNumSegments; *************** *** 135,138 **** --- 136,140 ---- teWeaponLaunchMode GetLaunchMode(); long GetPrimarySeekerKey(); + float GetSeekerFOV(); bool HasAllEmitters(std::vector<long>& emitters); virtual void PrintToFile(tcFile& file); |