I have added a couple of small indicators to the standard HUD, with the same 
format as that used for the pitch trim indicator. Attached is a patch with my 
small modification. It's really quite a small modification, but I find it 
useful mainly for helicopters, and since it's of little consequence for 
anything else and doesn't add much to the clutter I tought I'd submit it for 
review.

Cheerio,

Alessandro Garosi (Brandano on IRC)
                                          
diff --git a/Huds/Sets/controls.xml b/Huds/Sets/controls.xml
index 487e720..a1adc96 100644
--- a/Huds/Sets/controls.xml
+++ b/Huds/Sets/controls.xml
@@ -143,63 +143,4 @@
 			<min>-1.0</min>
 		</input>
 	</gauge>
-
-	<gauge>
-		<name>Rudder Trim</name>
-		<x>-50</x>
-		<y>-100</y>
-		<width>100</width>
-		<height>10</height>
-		<option>bottom</option>
-		<option>horizontal</option>
-		<option>notext</option>
-		<major-divisions>50</major-divisions>
-		<minor-divisions>0</minor-divisions>
-		<marker-offset>0.0</marker-offset>
-		<tick-bottom>false</tick-bottom>
-		<tick-top>false</tick-top>
-		<tick-right>false</tick-right>
-		<tick-left>false</tick-left>
-		<cap-bottom>false</cap-bottom>
-		<cap-top>false</cap-top>
-		<cap-right>false</cap-right>
-		<cap-left>false</cap-left>
-		<enable-pointer>true</enable-pointer>
-		<pointer-type>fixed</pointer-type>
-		<input>
-			<property>/controls/flight/rudder-trim</property>
-			<max>1.0</max>
-			<min>-1.0</min>
-		</input>
-	</gauge>
-
-	<gauge>
-		<name>Aileron Trim</name>
-		<x>-50</x>
-		<y>90</y>
-		<width>100</width>
-		<height>10</height>
-		<option>top</option>
-		<option>horizontal</option>
-		<option>notext</option>
-		<major-divisions>50</major-divisions>
-		<minor-divisions>0</minor-divisions>
-		<marker-offset>0.0</marker-offset>
-		<tick-bottom>false</tick-bottom>
-		<tick-top>false</tick-top>
-		<tick-right>false</tick-right>
-		<tick-left>false</tick-left>
-		<cap-bottom>false</cap-bottom>
-		<cap-top>false</cap-top>
-		<cap-right>false</cap-right>
-		<cap-left>false</cap-left>
-		<enable-pointer>true</enable-pointer>
-		<pointer-type>fixed</pointer-type>
-		<input>
-			<property>/controls/flight/aileron-trim</property>
-			<max>1.0</max>
-			<min>-1.0</min>
-		</input>
-	</gauge>
-
 </PropertyList>
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to