[Gcblue-commits] gcb_wx/include/common simmath.h, 1.38, 1.39 tcOptions.h, 1.14, 1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-12-20 00:45:48
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25403/include/common Modified Files: simmath.h tcOptions.h Log Message: Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcOptions.h 1 Oct 2006 21:07:40 -0000 1.14 --- tcOptions.h 20 Dec 2006 00:45:45 -0000 1.15 *************** *** 77,80 **** --- 77,81 ---- /// 0 - own-alliance only, 1 - raw track data, 2 - add true pitch roll if available, 3 - use true data if avail int mn3DCheatMode; + int useRayTracingSonar; ///< 0 - simple spherical spreading, 1 - ray tracing tsOptionInfo maOptionInfo[N_OPTIONS]; Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** simmath.h 20 Nov 2006 00:16:25 -0000 1.38 --- simmath.h 20 Dec 2006 00:45:45 -0000 1.39 *************** *** 232,235 **** --- 232,237 ---- int GeoWithinRegion(GeoPoint p, tcRect *pRegion); + float Add_dB(float x_dB, float y_dB); + inline float& degtoplusminus180(float& afDeg) { |