Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-13 Thread LeeE
On Sunday 13 January 2008 06:46, K. Hoercher wrote: > On Sat, Jan 12, 2008 at 09:22:15PM +, LeeE wrote: > > On Saturday 12 January 2008 21:12, LeeE wrote: > > > On Saturday 12 January 2008 15:28, Curtis Olson wrote: > > > > On Jan 11, 2008 7:09 PM, LeeE wrote: > > > >From just a quick check, re

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-13 Thread LeeE
On Sunday 13 January 2008 05:14, Ron Jensen wrote: > On Sat, 2008-01-12 at 21:22 +, LeeE wrote: > > Oops - forgot to mention also that with '--log-level=info' the > > > > 'Processing registration HA-LHA with callsign MAH096/5' > > > > type messages still seem to be continuously output. Is thi

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-12 Thread K. Hoercher
On Sat, Jan 12, 2008 at 09:22:15PM +, LeeE wrote: > On Saturday 12 January 2008 21:12, LeeE wrote: > > On Saturday 12 January 2008 15:28, Curtis Olson wrote: > > > On Jan 11, 2008 7:09 PM, LeeE wrote: > > >From just a quick check, removing the explicit call to build() > > > after > > > > init()

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-12 Thread Ron Jensen
On Sat, 2008-01-12 at 21:22 +, LeeE wrote: > Oops - forgot to mention also that with '--log-level=info' the > > 'Processing registration HA-LHA with callsign MAH096/5' > > type messages still seem to be continuously output. Is this right? > > It makes the output from --log-level=info pr

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-12 Thread LeeE
On Saturday 12 January 2008 21:12, LeeE wrote: > On Saturday 12 January 2008 15:28, Curtis Olson wrote: > > On Jan 11, 2008 7:09 PM, LeeE wrote: > > > Spoke too soon - I thought I'd update SG & FG from cvs before > > > trying this and now FG won't get past the 'loading scenery > > > objects' phase.

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-12 Thread LeeE
On Saturday 12 January 2008 15:28, Curtis Olson wrote: > On Jan 11, 2008 7:09 PM, LeeE wrote: > > Spoke too soon - I thought I'd update SG & FG from cvs before > > trying this and now FG won't get past the 'loading scenery > > objects' phase. > > My understanding is that OSG 2.2.0 and earlier has s

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-12 Thread Curtis Olson
On Jan 11, 2008 7:09 PM, LeeE wrote: > Spoke too soon - I thought I'd update SG & FG from cvs before trying > this and now FG won't get past the 'loading scenery objects' phase. My understanding is that OSG 2.2.0 and earlier has some bugs that cause problems with the new OSG random objects code.

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-11 Thread LeeE
On Friday 11 January 2008 23:49, LeeE wrote: > On Friday 11 January 2008 21:50, Curtis Olson wrote: > > On Jan 11, 2008 3:14 PM, Roy Vegard Ovesen wrote: > > > On Friday 11 January 2008, LeeE wrote: > > > > I've had a look at the relevant code but as I'm not up on > > > > c++ I'm not sure about wha

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-11 Thread LeeE
On Friday 11 January 2008 21:50, Curtis Olson wrote: > On Jan 11, 2008 3:14 PM, Roy Vegard Ovesen wrote: > > On Friday 11 January 2008, LeeE wrote: > > > I've had a look at the relevant code but as I'm not up on c++ > > > I'm not sure about what I'm looking at but at lines 798-802 > > > there's: >

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-11 Thread Roy Vegard Ovesen
On Friday 11 January 2008, Curtis Olson wrote: > On Jan 11, 2008 3:14 PM, Roy Vegard Ovesen wrote: > > Try commenting out the call to build() from the code that you quoted > > above. > > build() is called inside init(), so there should be no need to call it > > again > > after init(). > > I suspect

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-11 Thread Curtis Olson
On Jan 11, 2008 3:14 PM, Roy Vegard Ovesen wrote: > On Friday 11 January 2008, LeeE wrote: > > I've had a look at the relevant code but as I'm not up on c++ I'm > > not sure about what I'm looking at but at lines 798-802 there's: > > > > void FGXMLAutopilot::reinit() { > > components.clear();

Re: [Flightgear-devel] autopilot controller & filter weirdness

2008-01-11 Thread Roy Vegard Ovesen
On Friday 11 January 2008, LeeE wrote: > I've had a look at the relevant code but as I'm not up on c++ I'm > not sure about what I'm looking at but at lines 798-802 there's: > > void FGXMLAutopilot::reinit() { > components.clear(); > init(); > build(); > } > > I could find init() & buil