[Gcblue-commits] gcb_wx/xml info_console.xml,1.7,1.8 network_view.xml,1.10,1.11 options.xml,1.20,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-09-10 21:49:29
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1703/xml Modified Files: info_console.xml network_view.xml options.xml scenarioselect_view.xml Log Message: GCB 0.8.0 release Index: scenarioselect_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/scenarioselect_view.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** scenarioselect_view.xml 14 Sep 2004 02:01:48 -0000 1.1 --- scenarioselect_view.xml 10 Sep 2005 21:49:21 -0000 1.2 *************** *** 4,7 **** <Button X="170" Y="25" Width="65" Height="15" Caption="Database" Command="30"/> <Button X="240" Y="25" Width="65" Height="15" Caption="Options" Command="40"/> ! <Button X="310" Y="25" Width="65" Height="15" Caption="Play" Command="70"/> </Window> \ No newline at end of file --- 4,9 ---- <Button X="170" Y="25" Width="65" Height="15" Caption="Database" Command="30"/> <Button X="240" Y="25" Width="65" Height="15" Caption="Options" Command="40"/> ! <Button X="310" Y="25" Width="65" Height="15" Caption="Briefing" Command="65"/> ! <Button X="380" Y="25" Width="65" Height="15" Caption="Play" Command="70"/> ! </Window> \ No newline at end of file Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** options.xml 29 Jul 2005 02:35:53 -0000 1.20 --- options.xml 10 Sep 2005 21:49:21 -0000 1.21 *************** *** 1,7 **** <Options> ! <HostAddress>192.168.0.102</HostAddress> ! <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>TaiwanNavalBattle.py</LastScenarioPath> ! <LastScenarioName>TaiwanNavalBattle</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> --- 1,6 ---- <Options> ! <HostAddress>192.168.0.100</HostAddress> ! <LastScenarioPath>SinglePlayer.JumpingFish.py</LastScenarioPath> ! <LastScenarioName>JumpingFish</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> *************** *** 11,14 **** <ShakeAirCamera /> <ShowPythonErrors /> ! <UserName>Dewitt</UserName> </Options> --- 10,14 ---- <ShakeAirCamera /> <ShowPythonErrors /> ! <UserName>EnterNameHere</UserName> ! <DisplaySettings>default</DisplaySettings> </Options> Index: network_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** network_view.xml 17 May 2005 00:20:41 -0000 1.10 --- network_view.xml 10 Sep 2005 21:49:21 -0000 1.11 *************** *** 5,8 **** --- 5,9 ---- <Button X="240" Y="50" Width="65" Height="15" Caption="Options" Command="40"/> <Button X="310" Y="50" Width="65" Height="15" Caption="Scenarios" Command="50"/> + <Button X="380" Y="50" Width="65" Height="15" Caption="Briefing" Command="65"/> <RadioButton X="30" Y="130" Width="170" Height="40" Caption="Multiplayer Mode" Command="150"> *************** *** 13,18 **** <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"/> --- 14,19 ---- <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="340" 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="380" 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"/> *************** *** 23,30 **** --- 24,38 ---- <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"> <Button X="5" Y="20" Width="50" Height="15" Caption="TCP" Command="0"/> <Button X="60" Y="20" Width="50" Height="15" Caption="UDP" Command="1"/> </RadioButton> + --> + + <RadioButton X="30" Y="200" Width="115" Height="40" Caption="Client Login Policy" Command="190"> + <Button X="5" Y="20" Width="50" Height="15" Caption="All" Command="0"/> + <Button X="60" Y="20" Width="50" Height="15" Caption="Reg Only" Command="1"/> + </RadioButton> </Window> \ No newline at end of file Index: info_console.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** info_console.xml 10 Jul 2005 20:32:04 -0000 1.7 --- info_console.xml 10 Sep 2005 21:49:21 -0000 1.8 *************** *** 1,5 **** <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="35" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file --- 1,5 ---- <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="32" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file |