Re: [Flightgear-devel] Re: NAV radios still borked on three a/c

2004-12-13 Thread Erik Hofman
Roy Vegard Ovesen wrote:
There are two  entries in preferences.xml, resulting in two dme branches 
under /instrumentation/ (dme[0] and dme[1]). The serviceable property is only 
set for the second entry (dme[1]), and that one is not connected to the dme 
module. Solution: Remove the first  entry, and set the index explicitly 
to 0 for the remaining  entry.
This is also committed.
Thanks.
Erik
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Re: NAV radios still borked on three a/c

2004-12-12 Thread Roy Vegard Ovesen
On Sunday 12 December 2004 14:02, Melchior FRANZ wrote:
> Thanks!
> We do not forget over those minor "complaints" how valuable and well done
> your instrument reorganization is!  :-)

Such words warm my heart, and give me inspiration, thanks!

I welcome every minor and major "complaint". They help us improve FlightGear.

-- 
Roy Vegard Ovesen

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Re: NAV radios still borked on three a/c

2004-12-12 Thread Roy Vegard Ovesen
On Sunday 12 December 2004 13:18, Melchior FRANZ wrote:
> * Roy Vegard Ovesen -- Sunday 12 December 2004 12:44:
> > Someone might want to commit these patches to CVS.
>
> ... and add some that make DME work again, which does not work at least
> in the 737 and the c310.

There are two  entries in preferences.xml, resulting in two dme branches 
under /instrumentation/ (dme[0] and dme[1]). The serviceable property is only 
set for the second entry (dme[1]), and that one is not connected to the dme 
module. Solution: Remove the first  entry, and set the index explicitly 
to 0 for the remaining  entry.


Index: preferences.xml
===
RCS file: /var/cvs/FlightGear-0.9/data/preferences.xml,v
retrieving revision 1.164
diff -p -u -r1.164 preferences.xml
--- preferences.xml 4 Dec 2004 21:15:43 -   1.164
+++ preferences.xml 12 Dec 2004 12:43:39 -
@@ -579,9 +579,6 @@ Started September 2000 by David Megginso
  

   
-  
-   0
-  

   

@@ -685,7 +682,7 @@ Started September 2000 by David Megginso
true
   

-  
+  
true
0
   





-- 
Roy Vegard Ovesen

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Re: NAV radios still borked on three a/c

2004-12-12 Thread Roy Vegard Ovesen
On Sunday 12 December 2004 13:18, Melchior FRANZ wrote:
> * Roy Vegard Ovesen -- Sunday 12 December 2004 12:44:
> > Someone might want to commit these patches to CVS.
>
> ... and add some that make DME work again, which does not work at least
> in the 737 and the c310.

That's a problem in preferences.xml, I'm working on it right now.

-- 
Roy Vegard Ovesen

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d