1
0
Fork 0

Merge branch 'master' of git://gitorious.org/fg/fgdata

Conflicts:
	Aircraft/victor/victor-set.xml
This commit is contained in:
willie 2010-09-06 14:31:32 +01:00
commit b028690b71
5 changed files with 58497 additions and 58661 deletions

File diff suppressed because it is too large Load diff

View file

@ -1853,7 +1853,6 @@
<!-- Airframe -->
<animation>
<type>select</type>
<object-name>Propeller</object-name>
<condition>
@ -1862,37 +1861,26 @@
<value>500</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Propeller.Slow</object-name>
<condition>
<and>
<greater-than>
<property>engines/engine[0]/rpm</property>
<value>400</value>
</greater-than>
<less-than>
<property>engines/engine[0]/rpm</property>
<value>1200</value>
</less-than>
</and>
</condition>
<type>select</type>
<object-name>Propeller.Fast</object-name>
<condition>
<greater-than>
<property>engines/engine[0]/rpm</property>
<value>400</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<type>blend</type>
<object-name>Propeller.Fast</object-name>
<condition>
<greater-than>
<property>engines/engine[0]/rpm</property>
<value>1200</value>
</greater-than>
</condition>
<property>engines/engine[0]/rpm</property>
<factor>0.0004</factor>
<max>1.0</max>
<min>0.0</min>
</animation>
<animation>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -75,8 +75,9 @@
<verbose-desc>Show all command line options when combined with --help or -h</verbose-desc>
<version-desc>Display the current FlightGear version</version-desc>
<fg-root-desc>Specify the root data path</fg-root-desc>
<fg-scenery-desc n="0">Specify the base scenery path;</fg-scenery-desc>
<fg-scenery-desc n="0">Specify the scenery path(s);</fg-scenery-desc>
<fg-scenery-desc n="1">Defaults to $FG_ROOT/Scenery</fg-scenery-desc>
<fg-aircraft-desc>Specify additional aircraft directory path(s)</fg-aircraft-desc>
<language-desc>Select the language for this session</language-desc>
<disable-game-mode-desc>Disable full-screen game mode</disable-game-mode-desc>
<enable-game-mode-desc>Enable full-screen game mode</enable-game-mode-desc>

View file

@ -77,6 +77,13 @@
<brief/>
</option>
<option>
<name>fg-aircraft</name>
<arg>path</arg>
<description>strings/fg-aircraft-desc</description>
<brief/>
</option>
<option>
<name>language</name>
<arg>code</arg>
@ -537,11 +544,12 @@
<description>strings/disable-auto-coordination-desc</description>
</option>
<!--
<option>
<name>aircraft-dir</name>
<arg>path</arg>
<description>strings/aircraft-dir-desc</description>
</option>
</option> -->
<option>
<name>livery</name>