Re: [Flightgear-devel] CVS: source/src/Instrumentation mag_compass.cxx, 1.6, 1.7

2004-11-07 Thread David Megginson
On Mon, 8 Nov 2004 01:41:18 +0100, Roy Vegard Ovesen <[EMAIL PROTECTED]> wrote: > I thought (or rather hoped) that preferences.xml, *-set.xml or command line > would set properties after the source code did. IIRC I added this to most > instrumentation modules and system modules, so that has to be

Re: [Flightgear-devel] CVS: source/src/Instrumentation mag_compass.cxx, 1.6, 1.7

2004-11-07 Thread Roy Vegard Ovesen
On Monday 08 November 2004 00:22, David Megginson wrote: > If the source code modules force the property to true, it will > override any settings provided by the user at startup or in a > configuration file. I see. > It needs to be possible to start FlightGear with > the mag compass U/S for some

Re: [Flightgear-devel] CVS: source/src/Instrumentation mag_compass.cxx, 1.6, 1.7

2004-11-07 Thread David Megginson
On Sun, 7 Nov 2004 12:32:41 +0100, Roy Vegard Ovesen <[EMAIL PROTECTED]> wrote: > My motivation for setting the serviceable property to true in the source code > was that now that the instruments are configureable they can have an > arbitrary name in the property tree. The compass could for exampl

[Flightgear-devel] CVS: source/src/Instrumentation mag_compass.cxx, 1.6, 1.7

2004-11-07 Thread Roy Vegard Ovesen
I see that the setting of the serviceable property has been removed: *** *** 77,82 fgGetNode("/accelerations/pilot/z-accel-fps_sec", true); _out_node = node->getChild("indicated-heading-deg", 0, true); - - _serviceable_node->setBoolValue(true); } My motivat