[Gcblue-commits] gcb_wx/xml chat_box.xml,1.1,1.2 network_view.xml,1.6,1.7 options.xml,1.12,1.13
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-02 22:29:25
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15614/xml Modified Files: chat_box.xml network_view.xml options.xml Log Message: Better sensor ageout behavior, more ai work, misc cleanup Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** options.xml 27 Jan 2005 01:02:07 -0000 1.12 --- options.xml 2 Mar 2005 22:28:45 -0000 1.13 *************** *** 7,9 **** --- 7,11 ---- <xWriteXmlDatabase /> <Log3DModelDetails /> + <UsePositionRegistry /> + <AutoKillAssessment /> </Options> Index: network_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** network_view.xml 2 Oct 2004 22:41:34 -0000 1.6 --- network_view.xml 2 Mar 2005 22:28:45 -0000 1.7 *************** *** 16,20 **** <Button X="340" Y="305" Width="65" Height="15" Caption="Test Text" Command="170"/> <StatusBox X="250" Y="130" Width="200" Height="100"/> ! <ChatBox X="30" Y="350" Width="400" Height="200" FontSize="11.0"/> <ChatEntry X="30" Y="556" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption=""/> --- 16,20 ---- <Button X="340" Y="305" Width="65" Height="15" Caption="Test Text" Command="170"/> <StatusBox X="250" Y="130" Width="200" Height="100"/> ! <ChatBox X="30" Y="350" Width="400" Height="200" FontSize="11.0" DrawBorder="1"/> <ChatEntry X="30" Y="556" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption=""/> Index: chat_box.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/chat_box.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** chat_box.xml 9 May 2004 20:41:39 -0000 1.1 --- chat_box.xml 2 Mar 2005 22:28:45 -0000 1.2 *************** *** 1,5 **** <Window> ! <ChatBox X="10" Y="10" Width="280" Height="145" FontSize="9.0"/> ! <ChatEntry X="10" Y="160" Width="280" Height="16" BarX="0.0" BarY="1.0" BarWidth="280.0" BarHeight="14.0" Caption=""/> </Window> \ No newline at end of file --- 1,5 ---- <Window> ! <ChatBox X="10" Y="10" Width="280" Height="145" FontSize="9.0" DrawBorder="1"/> ! <ChatEntry X="10" Y="160" Width="280" Height="16" BarX="0.0" BarY="1.0" BarWidth="280.0" BarHeight="14.0" Caption="" DrawBorder="1"/> </Window> \ No newline at end of file |