[Gcblue-commits] gcb_wx/src/graphics ObjectUpdater.cpp,1.13,1.14 tcMessageCenter.cpp,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-08 00:42:00
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10870/src/graphics Modified Files: ObjectUpdater.cpp tcMessageCenter.cpp Log Message: Index: tcMessageCenter.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcMessageCenter.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tcMessageCenter.cpp 7 Mar 2005 01:54:19 -0000 1.4 --- tcMessageCenter.cpp 8 Mar 2005 00:41:49 -0000 1.5 *************** *** 196,200 **** : tc3DWindow(parent, pos, size, name, 0), activeChannelName(""), ! popupBase(180, 70), popupCount(0) { --- 196,200 ---- : tc3DWindow(parent, pos, size, name, 0), activeChannelName(""), ! popupBase(205, 70), popupCount(0) { Index: ObjectUpdater.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/ObjectUpdater.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ObjectUpdater.cpp 27 Jan 2005 01:01:48 -0000 1.13 --- ObjectUpdater.cpp 8 Mar 2005 00:41:48 -0000 1.14 *************** *** 211,216 **** roll = pos->roll; x = pos->dx; ! y = -pos->dz; ! z = pos->dy; isVisible = pos->isVisible; } --- 211,216 ---- roll = pos->roll; x = pos->dx; ! y = pos->dy; ! z = pos->dz; isVisible = pos->isVisible; } |