CVS: data/Aircraft/b29 b29-common.xml, 1.9, 1.10 b29-jsbsim-set.xml, 1.1, 1.2 b29-yasim-set.xml, 1.1, 1.2
Vivian Meazza <[email protected]> Mon, 5 Apr 2010 06:21:11 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Aircraft/b29 In directory baron.flightgear.org:/tmp/cvs-serv14401 Modified Files: b29-common.xml b29-jsbsim-set.xml b29-yasim-set.xml Log Message: Change descriptions Index: b29-common.xml =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-common.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- b29-common.xml 21 Mar 2006 06:40:35 -0000 1.9 +++ b29-common.xml 5 Apr 2010 11:21:09 -0000 1.10 @@ -5,152 +5,172 @@ --> <PropertyList> - <sim include="help.xml"> - <description>Boeing B-29 Superfortress</description> + <sim include="help.xml"> + <!--<description>Boeing B-29 Superfortress</description>--> - <weapons include="b29-weapons.xml"/> + <weapons include="b29-weapons.xml"/> - <model> - <path>Aircraft/b29/Models/b29-model.xml</path> - <doors> - <bombbay/> - <tail/> - <pilotwin/> - <copilotwin/> - <hatch/> - </doors> - </model> - - <submodels> - <servicable type="bool">true</servicable> - <path>Aircraft/b29/b29-submodels.xml</path> - </submodels> - - <virtual-cockpit archive="y">true</virtual-cockpit> - <allow-toggle-cockpit archive="y">true</allow-toggle-cockpit> - - <panel> - <visibility>false</visibility> - </panel> - - <chase-distance-m type="double" archive="y">-90.0</chase-distance-m> - - <current-view> - <field-of-view-min>5</field-of-view-min> - <field-of-view-max>35</field-of-view-max> - <target-x-offset-m alias="/sim/view[0]/config/x-offset-m"/> - <target-y-offset-m alias="/sim/view[0]/config/y-offset-m"/> - <target-z-offset-min-m alias="/sim/view[0]/config/z-offset-m"/> - <target-z-offset-max-m archive="y">10</target-z-offset-max-m> - </current-view> - - <view n="0"> - <internal archive="y">true</internal> - <config> - <x-offset-m archive="y" type="double">-0.67</x-offset-m> - <y-offset-m archive="y" type="double">0.9</y-offset-m> - <z-offset-m archive="y" type="double">2.3</z-offset-m> - <pitch-offset-deg archive="y">-10.0</pitch-offset-deg> - </config> - </view> - - <sound> - <path>Aircraft/b29/b29-sound.xml</path> - </sound> - </sim> - - <controls> - <gear> - <nosewheel-caster type="bool" archive="y">true</nosewheel-caster> - <antiskid type="bool" archive="y">false</antiskid> - </gear> - <engines> - <engine n="0"> - <boost>0.8</boost> - </engine> - <engine n="1"> - <boost>0.8</boost> - </engine> - <engine n="2"> - <boost>0.8</boost> - </engine> - <engine n="3"> - <boost>0.8</boost> - </engine> - </engines> - <armament> - <bombs> - <pickle type="bool">false</pickle> - </bombs> - </armament> - </controls> - - <instrumentation> - <pdi> - <direction-norm>0</direction-norm> - </pdi> - <magnetic-compass> - <bug-heading-deg>0</bug-heading-deg> - </magnetic-compass> - </instrumentation> - - <systems> - <electrical> - <!--path>b29-electrical.xml</path--> - </electrical> - <autopilot> - <path>b29-autopilot.xml</path> - </autopilot> - </systems> - - <input> - <keyboard> - <key n="4"> - <name>Ctrl-D</name> - <desc>Open/close bomb bay doors</desc> - <binding> - <command>nasal</command> - <script>b29.bombbay.toggle()</script> - </binding> - </key> - <key n="6"> - <name>Ctrl-F</name> - <desc>Open/close cabin doors and windows</desc> - <binding> - <command>nasal</command> - <script>b29.togglecabindoors()</script> - </binding> - </key> - <key n="106"> - <name>j</name> - <desc>Jump to next seat</desc> - <binding> - <command>nasal</command> - <script>b29.nextPosition()</script> - </binding> - </key> - </keyboard> - </input> - - <yasim> - <weights> - <bomb-bay> - <rack n="0" type="double">0</rack> - <rack n="1" type="double">0</rack> - <rack n="2" type="double">0</rack> - <rack n="3" type="double">0</rack> - <rack n="4" type="double">0</rack> - <rack n="5" type="double">0</rack> - <rack n="6" type="double">0</rack> - <rack n="7" type="double">0</rack> - </bomb-bay> - </weights> - </yasim> - - <nasal> - <b29> - <file>Aircraft/b29/b29.nas</file> - </b29> - </nasal> + <model> + <path>Aircraft/b29/Models/b29-model.xml</path> + <doors> + <bombbay/> + <tail/> + <pilotwin/> + <copilotwin/> + <hatch/> + </doors> + </model> + + <!--<ai> + <scenario n="100">wingman_b29_1_demo</scenario> + <scenario n="101">wingman_b29_demo</scenario> + --><!--<scenario n="102">nimitz_demo</scenario>--><!-- + </ai>--> + + <submodels> + <servicable type="bool">true</servicable> + <path>Aircraft/b29/b29-submodels.xml</path> + </submodels> + + <virtual-cockpit archive="y">true</virtual-cockpit> + <allow-toggle-cockpit archive="y">true</allow-toggle-cockpit> + + <panel> + <visibility>false</visibility> + </panel> + + <chase-distance-m type="double" + archive="y">-90.0</chase-distance-m> + + <current-view> + <field-of-view-min>5</field-of-view-min> + <field-of-view-max>35</field-of-view-max> + <target-x-offset-m alias="/sim/view[0]/config/x-offset-m"/> + <target-y-offset-m alias="/sim/view[0]/config/y-offset-m"/> + <target-z-offset-min-m alias="/sim/view[0]/config/z-offset-m"/> + <target-z-offset-max-m archive="y">10</target-z-offset-max-m> + </current-view> + + <view n="0"> + <internal archive="y">true</internal> + <config> + <x-offset-m archive="y" + type="double">-0.67</x-offset-m> + <y-offset-m archive="y" + type="double">0.9</y-offset-m> + <z-offset-m archive="y" + type="double">2.3</z-offset-m> + <pitch-offset-deg archive="y">-10.0</pitch-offset-deg> + </config> + </view> + + <sound> + <path>Aircraft/b29/b29-sound.xml</path> + </sound> + </sim> + + <controls> + <gear> + <nosewheel-caster type="bool" + archive="y">true</nosewheel-caster> + <antiskid type="bool" + archive="y">false</antiskid> + </gear> + <engines> + <engine n="0"> + <boost>0.8</boost> + </engine> + <engine n="1"> + <boost>0.8</boost> + </engine> + <engine n="2"> + <boost>0.8</boost> + </engine> + <engine n="3"> + <boost>0.8</boost> + </engine> + </engines> + <armament> + <bombs> + <pickle type="bool">false</pickle> + </bombs> + </armament> + </controls> + + <instrumentation> + <pdi> + <direction-norm>0</direction-norm> + </pdi> + <magnetic-compass> + <bug-heading-deg>0</bug-heading-deg> + </magnetic-compass> + </instrumentation> + + <systems> + <electrical> + <!--path>b29-electrical.xml</path--> + </electrical> + <autopilot> + <path>b29-autopilot.xml</path> + </autopilot> + </systems> + + <input> + <keyboard> + <key n="4"> + <name>Ctrl-D</name> + <desc>Open/close bomb bay doors</desc> + <binding> + <command>nasal</command> + <script>b29.bombbay.toggle()</script> + </binding> + </key> + <key n="6"> + <name>Ctrl-F</name> + <desc>Open/close cabin doors and windows</desc> + <binding> + <command>nasal</command> + <script>b29.togglecabindoors()</script> + </binding> + </key> + <key n="106"> + <name>j</name> + <desc>Jump to next seat</desc> + <binding> + <command>nasal</command> + <script>b29.nextPosition()</script> + </binding> + </key> + </keyboard> + </input> + + <yasim> + <weights> + <bomb-bay> + <rack n="0" + type="double">0</rack> + <rack n="1" + type="double">0</rack> + <rack n="2" + type="double">0</rack> + <rack n="3" + type="double">0</rack> + <rack n="4" + type="double">0</rack> + <rack n="5" + type="double">0</rack> + <rack n="6" + type="double">0</rack> + <rack n="7" + type="double">0</rack> + </bomb-bay> + </weights> + </yasim> + + <nasal> + <b29> + <file>Aircraft/b29/b29.nas</file> + </b29> + </nasal> </PropertyList> Index: b29-jsbsim-set.xml =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-jsbsim-set.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- b29-jsbsim-set.xml 25 Jun 2005 11:50:21 -0000 1.1 +++ b29-jsbsim-set.xml 5 Apr 2010 11:21:09 -0000 1.2 @@ -7,21 +7,23 @@ --> <PropertyList include="b29-common.xml"> - <sim> - <flight-model>jsb</flight-model> - <aero>b29</aero> - </sim> - <!-- The model is made for YASim, emulate gear compression (sort of) --> - <gear> - <gear n="0"> - <compression-norm>0.6</compression-norm> - </gear> - <gear n="1"> - <compression-norm>0.5</compression-norm> - </gear> - <gear n="2"> - <compression-norm>0.5</compression-norm> - </gear> - </gear> + <sim> + <description>Boeing B-29 Superfortress - JSBSim</description> + <author>Joshua Babcock</author> + <flight-model>jsb</flight-model> + <aero>b29</aero> + </sim> + <!-- The model is made for YASim, emulate gear compression (sort of) --> + <gear> + <gear n="0"> + <compression-norm>0.6</compression-norm> + </gear> + <gear n="1"> + <compression-norm>0.5</compression-norm> + </gear> + <gear n="2"> + <compression-norm>0.5</compression-norm> + </gear> + </gear> </PropertyList> Index: b29-yasim-set.xml =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-yasim-set.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- b29-yasim-set.xml 25 Jun 2005 11:50:21 -0000 1.1 +++ b29-yasim-set.xml 5 Apr 2010 11:21:09 -0000 1.2 @@ -7,9 +7,10 @@ --> <PropertyList include="b29-common.xml"> - <sim> - <flight-model>yasim</flight-model> - <aero>b29-yasim</aero> - </sim> + <sim> + <description>Boeing B-29 Superfortress - YASim</description>--> + <flight-model>yasim</flight-model> + <aero>b29-yasim</aero> + </sim> </PropertyList> ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev