Thread: [Gcblue-commits] gcb_wx/src/graphics tc2DGraphicsSurface.cpp,1.9,1.10 tcButton.cpp,1.9,1.10 tcButton
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-08 00:31:44
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21227/src/graphics Modified Files: tc2DGraphicsSurface.cpp tcButton.cpp tcButtonConsole.cpp tcConsoleBox.cpp tcEditBox.cpp tcFIFO.cpp tcGraphicsEngine.cpp tcMapObject.cpp tcRadioButton.cpp tcStandardWindow.cpp tcTerrainTextureFactory.cpp tcWindow.cpp Log Message: Index: tcTerrainTextureFactory.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcTerrainTextureFactory.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tcTerrainTextureFactory.cpp 26 Jul 2004 01:44:40 -0000 1.10 --- tcTerrainTextureFactory.cpp 8 Aug 2004 00:31:34 -0000 1.11 *************** *** 1,4 **** /** ! * Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 1,4 ---- /** ! * Copyright (C) 2003 Dewitt Colclough (de...@tw...) * All rights reserved. * Index: tcButtonConsole.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcButtonConsole.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcButtonConsole.cpp 27 Feb 2004 00:07:59 -0000 1.3 --- tcButtonConsole.cpp 8 Aug 2004 00:31:34 -0000 1.4 *************** *** 1,5 **** /** @file tcButtonConsole.cpp */ /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcButtonConsole.cpp */ /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcStandardWindow.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcStandardWindow.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tcStandardWindow.cpp 11 Apr 2004 22:13:57 -0000 1.7 --- tcStandardWindow.cpp 8 Aug 2004 00:31:34 -0000 1.8 *************** *** 1,5 **** /** @file tcStandardWindow.cpp */ /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcStandardWindow.cpp */ /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcFIFO.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcFIFO.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tcFIFO.cpp 11 Apr 2004 22:21:38 -0000 1.3 --- tcFIFO.cpp 8 Aug 2004 00:31:34 -0000 1.4 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcMapObject.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcMapObject.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcMapObject.cpp 11 Apr 2004 21:55:40 -0000 1.2 --- tcMapObject.cpp 8 Aug 2004 00:31:34 -0000 1.3 *************** *** 2,6 **** ** tcDirector.cpp ** ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tcDirector.cpp ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcConsoleBox.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcConsoleBox.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcConsoleBox.cpp 14 May 2004 23:37:07 -0000 1.5 --- tcConsoleBox.cpp 8 Aug 2004 00:31:34 -0000 1.6 *************** *** 1,5 **** /** @file tcConsoleBox.cpp */ /* ! ** Copyright (C) 2004 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- /** @file tcConsoleBox.cpp */ /* ! ** Copyright (C) 2004 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcRadioButton.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcRadioButton.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcRadioButton.cpp 11 Apr 2004 21:59:16 -0000 1.4 --- tcRadioButton.cpp 8 Aug 2004 00:31:34 -0000 1.5 *************** *** 1,4 **** /** ! * Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 1,4 ---- /** ! * Copyright (C) 2003 Dewitt Colclough (de...@tw...) * All rights reserved. * Index: tcWindow.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcWindow.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcWindow.cpp 18 Jul 2004 03:18:01 -0000 1.6 --- tcWindow.cpp 8 Aug 2004 00:31:34 -0000 1.7 *************** *** 2,6 **** ** tcWindow.cpp: implementation of the tcWindow class. ** ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tcWindow.cpp: implementation of the tcWindow class. ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcButton.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcButton.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcButton.cpp 24 Mar 2004 21:09:26 -0000 1.9 --- tcButton.cpp 8 Aug 2004 00:31:34 -0000 1.10 *************** *** 1,4 **** /** ! * Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) * All rights reserved. * --- 1,4 ---- /** ! * Copyright (C) 2003 Dewitt Colclough (de...@tw...) * All rights reserved. * Index: tcGraphicsEngine.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcGraphicsEngine.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcGraphicsEngine.cpp 14 Jun 2004 21:52:47 -0000 1.16 --- tcGraphicsEngine.cpp 8 Aug 2004 00:31:34 -0000 1.17 *************** *** 1,5 **** // tcGraphicsEngine.cpp: implementation of the tcGraphicsEngine class. /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,5 ---- // tcGraphicsEngine.cpp: implementation of the tcGraphicsEngine class. /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tc2DGraphicsSurface.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tc2DGraphicsSurface.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tc2DGraphicsSurface.cpp 11 Apr 2004 22:19:31 -0000 1.9 --- tc2DGraphicsSurface.cpp 8 Aug 2004 00:31:34 -0000 1.10 *************** *** 2,6 **** ** tc2DGraphicsSurface.cpp: implementation of the tc2DGraphicsSurface class. ** ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 2,6 ---- ** tc2DGraphicsSurface.cpp: implementation of the tc2DGraphicsSurface class. ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. Index: tcEditBox.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcEditBox.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcEditBox.cpp 14 May 2004 23:37:07 -0000 1.5 --- tcEditBox.cpp 8 Aug 2004 00:31:34 -0000 1.6 *************** *** 1,4 **** /* ! ** Copyright (C) 2003 Dewitt "Cole" Colclough (de...@tw...) ** All rights reserved. --- 1,4 ---- /* ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. |