[Gcblue-commits] gcb_wx/xml options.xml,1.16,1.17 options_nosound.txt,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-31 03:51:38
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27747/xml Modified Files: options.xml options_nosound.txt Log Message: Added map overlay, fixed smoke trail roll bug, improved FOV calc for autopoint launchers, database tweaks Index: options_nosound.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options_nosound.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** options_nosound.txt 7 Nov 2004 03:40:45 -0000 1.2 --- options_nosound.txt 31 Mar 2005 03:51:13 -0000 1.3 *************** *** 2,7 **** <HostAddress>192.168.0.102</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>Random.py</LastScenarioPath> ! <LastScenarioName>Random</LastScenarioName> <DisableSound>Yes</DisableSound> </Options> --- 2,13 ---- <HostAddress>192.168.0.102</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>SubTestII.py</LastScenarioPath> ! <LastScenarioName>SubTestII</LastScenarioName> ! <noCopyDatabase /> ! <noWriteXmlDatabase /> ! <Log3DModelDetails /> ! <UsePositionRegistry /> ! <AutoKillAssessment /> ! <ShakeAirCamera /> <DisableSound>Yes</DisableSound> </Options> Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** options.xml 10 Mar 2005 03:28:30 -0000 1.16 --- options.xml 31 Mar 2005 03:51:13 -0000 1.17 *************** *** 2,10 **** <HostAddress>192.168.0.102</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>Test.Type42.py</LastScenarioPath> ! <LastScenarioName>Type42</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> ! <Log3DModelDetails /> <UsePositionRegistry /> <AutoKillAssessment /> --- 2,10 ---- <HostAddress>192.168.0.102</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>GroundSAMTest.py</LastScenarioPath> ! <LastScenarioName>GroundSAMTest</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> ! <noLog3DModelDetails /> <UsePositionRegistry /> <AutoKillAssessment /> |