[Gcblue-commits] gcb_wx/include/common AError.h,1.4,1.5 math_constants.h,1.11,1.12 nsNav.h,1.8,1.9 s
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-03-22 01:23:37
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15307/include/common Modified Files: AError.h math_constants.h nsNav.h simmath.h tc3DPoint.h tcFile.h tcObjStream.h tcOggStreamer.h tcOptions.h tcOptionsView.h tcRect.h tcSound.h tcSoundConsole.h tcStream.h tcString.h util.h wxcommands.h Log Message: Updates for vc8 compiler Index: nsNav.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/nsNav.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** nsNav.h 1 Jun 2005 00:13:25 -0000 1.8 --- nsNav.h 22 Mar 2006 01:23:28 -0000 1.9 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcRect.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcRect.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcRect.h 14 Nov 2004 22:52:19 -0000 1.1 --- tcRect.h 22 Mar 2006 01:23:28 -0000 1.2 *************** *** 2,6 **** ** @file tcRect.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcRect.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** wxcommands.h 10 Sep 2005 21:48:06 -0000 1.21 --- wxcommands.h 22 Mar 2006 01:23:28 -0000 1.22 *************** *** 3,7 **** ** IDs for commands processed via wxWindows event handler. */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 3,7 ---- ** IDs for commands processed via wxWindows event handler. */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSound.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSound.h,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tcSound.h 10 Sep 2005 21:48:06 -0000 1.22 --- tcSound.h 22 Mar 2006 01:23:28 -0000 1.23 *************** *** 2,6 **** ** @file tcSound.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSound.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcOptions.h 16 Jul 2005 23:10:59 -0000 1.12 --- tcOptions.h 22 Mar 2006 01:23:28 -0000 1.13 *************** *** 2,6 **** ** @file tcOptions.h ** ! ** Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcOptions.h ** ! ** Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. *************** *** 72,75 **** --- 72,77 ---- int max3Drange; ///< 0 - 50 km, 1 - 75 km, 2 - 100 km int useFarSceneView; ///< 0 - only one scene view, 1 - use near and far scene views (help with z-fighting) + int terrainShaderOn; ///< 1 - enable terrain elevation shader + int shadersOn; ///< 0 - 3D shaders disabled, 1 - shaders activated /// 0 - own-alliance only, 1 - raw track data, 2 - add true pitch roll if available, 3 - use true data if avail Index: tcStream.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcStream.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcStream.h 22 Jun 2005 01:21:25 -0000 1.11 --- tcStream.h 22 Mar 2006 01:23:28 -0000 1.12 *************** *** 2,6 **** ** @file tcStream.h ** ! ** Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcStream.h ** ! ** Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: math_constants.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/math_constants.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** math_constants.h 1 Jun 2005 00:13:25 -0000 1.11 --- math_constants.h 22 Mar 2006 01:23:28 -0000 1.12 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tc3DPoint.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tc3DPoint.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tc3DPoint.h 6 Aug 2004 02:47:50 -0000 1.1 --- tc3DPoint.h 22 Mar 2006 01:23:28 -0000 1.2 *************** *** 2,6 **** ** @file simmath.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file simmath.h */ ! /* Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcOggStreamer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOggStreamer.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcOggStreamer.h 15 Mar 2005 00:36:23 -0000 1.9 --- tcOggStreamer.h 22 Mar 2006 01:23:28 -0000 1.10 *************** *** 2,6 **** ** @file tcOggStreamer.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcOggStreamer.h */ ! /* Copyright (C) 2003-2005 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcString.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcString.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcString.h 8 Aug 2004 00:31:32 -0000 1.4 --- tcString.h 22 Mar 2006 01:23:28 -0000 1.5 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** simmath.h 27 Nov 2005 22:21:28 -0000 1.33 --- simmath.h 22 Mar 2006 01:23:28 -0000 1.34 *************** *** 4,8 **** ** file for better modularity. */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 4,8 ---- ** file for better modularity. */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcObjStream.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcObjStream.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcObjStream.h 17 Apr 2005 22:34:59 -0000 1.2 --- tcObjStream.h 22 Mar 2006 01:23:28 -0000 1.3 *************** *** 2,6 **** ** @file tcObjStream.h ** ! ** Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcObjStream.h ** ! ** Copyright (C) 2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: util.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/util.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** util.h 8 Aug 2004 00:31:32 -0000 1.4 --- util.h 22 Mar 2006 01:23:28 -0000 1.5 *************** *** 2,6 **** ** util.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** util.h ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcSoundConsole.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSoundConsole.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tcSoundConsole.h 2 Jan 2006 15:40:52 -0000 1.13 --- tcSoundConsole.h 22 Mar 2006 01:23:28 -0000 1.14 *************** *** 2,6 **** ** @file tcSoundConsole.h */ ! /* Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcSoundConsole.h */ ! /* Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: AError.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/AError.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AError.h 8 Aug 2004 00:31:31 -0000 1.4 --- AError.h 22 Mar 2006 01:23:28 -0000 1.5 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcOptionsView.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptionsView.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tcOptionsView.h 2 Oct 2004 22:41:32 -0000 1.10 --- tcOptionsView.h 22 Mar 2006 01:23:28 -0000 1.11 *************** *** 2,6 **** ** @file tcOptionsView.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** @file tcOptionsView.h */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@gc...) ** All rights reserved. Index: tcFile.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcFile.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcFile.h 10 Dec 2005 16:52:02 -0000 1.8 --- tcFile.h 22 Mar 2006 01:23:28 -0000 1.9 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@gc...) ** All rights reserved. |