Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32418/xml
Modified Files:
chat_box.xml network_view.xml options.xml
Log Message:
New feature to display 3D models for sensor tracks based on track position (only generic models for now)
Index: options.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** options.xml 31 Mar 2005 03:51:13 -0000 1.17
--- options.xml 17 May 2005 00:20:41 -0000 1.18
***************
*** 1,4 ****
<Options>
! <HostAddress>192.168.0.102</HostAddress>
<DisplaySettings>default</DisplaySettings>
<LastScenarioPath>GroundSAMTest.py</LastScenarioPath>
--- 1,4 ----
<Options>
! <HostAddress>192.168.0.101</HostAddress>
<DisplaySettings>default</DisplaySettings>
<LastScenarioPath>GroundSAMTest.py</LastScenarioPath>
***************
*** 10,12 ****
--- 10,13 ----
<AutoKillAssessment />
<ShakeAirCamera />
+ <UserName>Dewitt</UserName>
</Options>
Index: network_view.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** network_view.xml 8 Apr 2005 01:54:12 -0000 1.9
--- network_view.xml 17 May 2005 00:20:41 -0000 1.10
***************
*** 12,21 ****
</RadioButton>
! <EditIP X="30" Y="300" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" Caption="IP Address"/>
<Button X="240" Y="305" Width="65" Height="15" Caption="Connect" Command="160"/>
<Button X="340" Y="305" Width="65" Height="15" Caption="Join Game" Command="170"/>
<StatusBox X="250" Y="130" Width="220" Height="120"/>
! <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=""/>
<RadioButton X="30" Y="190" Width="115" Height="40" Caption="Chat Protocol" Command="180">
--- 12,25 ----
</RadioButton>
! <EditIP X="30" Y="300" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" FontSize="14.0" Caption="IP Address"/>
! <EditName X="30" Y="350" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" FontSize="14.0" Caption="Username"/>
! <EditPassword X="30" Y="400" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" FontSize="14.0" Caption="Password" PasswordMode="1"/>
!
<Button X="240" Y="305" Width="65" Height="15" Caption="Connect" Command="160"/>
<Button X="340" Y="305" Width="65" Height="15" Caption="Join Game" Command="170"/>
<StatusBox X="250" Y="130" Width="220" Height="120"/>
!
! <ChatBox X="30" Y="450" Width="450" Height="250" FontSize="14.0" Wrap="70" DrawBorder="1"/>
! <ChatEntry X="30" Y="706" Width="450" Height="16" BarX="0.0" BarY="1.0" BarWidth="450.0" BarHeight="14.0" FontSize="14.0" Caption=""/>
<RadioButton X="30" Y="190" Width="115" Height="40" Caption="Chat Protocol" Command="180">
Index: chat_box.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/chat_box.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** chat_box.xml 2 Mar 2005 22:28:45 -0000 1.2
--- chat_box.xml 17 May 2005 00:20:41 -0000 1.3
***************
*** 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
--- 1,5 ----
<Window>
! <ChatBox X="10" Y="10" Width="400" Height="250" FontSize="14.0" Wrap="70" DrawBorder="1"/>
! <ChatEntry X="10" Y="260" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption="" FontSize="14.0" DrawBorder="1"/>
</Window>
\ No newline at end of file
|