Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6732/xml
Modified Files:
options.xml
Log Message:
- Added waypoint drag edit feature to gui. User can adjust waypoints on
map screen by clicking and dragging
- Fixed sound disable to include music. Previously sound failure would disable
sound effects, but then play music leading to a crash.
- Added random feature targeting to missiles. Missiles should now lock on
to a random feature of the target instead of always hitting the center.
Index: options.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** options.xml 10 Sep 2005 21:49:21 -0000 1.21
--- options.xml 27 Nov 2005 22:21:29 -0000 1.22
***************
*** 1,6 ****
<Options>
<HostAddress>192.168.0.100</HostAddress>
! <LastScenarioPath>SinglePlayer.JumpingFish.py</LastScenarioPath>
! <LastScenarioName>JumpingFish</LastScenarioName>
<noCopyDatabase />
<noWriteXmlDatabase />
--- 1,6 ----
<Options>
<HostAddress>192.168.0.100</HostAddress>
! <LastScenarioPath>Test.SubTestII.py</LastScenarioPath>
! <LastScenarioName>SubTestII</LastScenarioName>
<noCopyDatabase />
<noWriteXmlDatabase />
|