[Flightgear-devel] namespace simgear

2007-08-12 Thread Tim Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm about to check in a header file in SimGear that is contained in namespace simgear. Are there any objections, or reasons why we shouldn't introduce this namespace? Thanks, Tim - -- Red Hat France SARL, 171 Avenue Georges Clemenceau 92024

Re: [Flightgear-devel] Severe Turbulence (Weather Interpolation Problem?)

2007-08-12 Thread Anders Gidenstam
On Wed, 8 Aug 2007, Stuart Buchanan wrote: I'd be very grateful if you could help me diagnose the problem, as I did quite a lot of testing, but didn't encounter this myself. One possibility is that my interpolation is fighting with something else trying to write to the weather properties.

Re: [Flightgear-devel] Severe Turbulence (Weather Interpolation Problem?)

2007-08-12 Thread Hans Fugal
On 8/12/07, Anders Gidenstam [EMAIL PROTECTED] wrote: On Wed, 8 Aug 2007, Stuart Buchanan wrote: I'd be very grateful if you could help me diagnose the problem, as I did quite a lot of testing, but didn't encounter this myself. One possibility is that my interpolation is fighting with

Re: [Flightgear-devel] Severe Turbulence (Weather Interpolation Problem?)

2007-08-12 Thread leee
On Sunday 12 August 2007 13:48, Anders Gidenstam wrote: On Wed, 8 Aug 2007, Stuart Buchanan wrote: I'd be very grateful if you could help me diagnose the problem, as I did quite a lot of testing, but didn't encounter this myself. One possibility is that my interpolation is fighting with

Re: [Flightgear-devel] Severe Turbulence (Weather Interpolation Problem?)

2007-08-12 Thread Anders Gidenstam
On Sun, 12 Aug 2007, Hans Fugal wrote: That's because there is no custom comparison predicate for comparing bucket*. vectorbucket* is just a list of pointers, and so uses the sort order for pointers. You'd have to set up an STL functor to sort them, which is ugly and difficult (but certainly

Re: [Flightgear-devel] 'setUpdateVisitor' doesn't exist anymore in OSG?

2007-08-12 Thread Laurence Vanek
Laurence Vanek wrote: Sébastien MARQUE wrote: Hi all, just willing to say you that OSG/SVN doesn't seem to have anymore the member 'setUpdateVisitor' in class osgViewer::Scene, which is needed at least the first time during compilation in renderer.cxx at line 396. After grepping in

Re: [Flightgear-devel] 'setUpdateVisitor' doesn't exist anymore in OSG?

2007-08-12 Thread gh.robin
On Sun 12 August 2007 19:10, Laurence Vanek wrote: Laurence Vanek wrote: reply to myself. This problem still exists as of 30 minutes ago when I did fresh svn update of OSG rebuilds of simgear + FG. At presnt FG does not build from cvs head for me. Anyone else see this? According to

Re: [Flightgear-devel] namespace simgear

2007-08-12 Thread Erik Hofman
Tim Moore wrote: Hello, I'm about to check in a header file in SimGear that is contained in namespace simgear. Are there any objections, or reasons why we shouldn't introduce this namespace? Backwards compatibility is the main reason not to use namespaces. For new classes there shouldn't

Re: [Flightgear-devel] 'setUpdateVisitor' doesn't exist anymore in OSG?

2007-08-12 Thread Laurence Vanek
gh.robin wrote: On Sun 12 August 2007 19:10, Laurence Vanek wrote: Laurence Vanek wrote: reply to myself. This problem still exists as of 30 minutes ago when I did fresh svn update of OSG rebuilds of simgear + FG. At presnt FG does not build from cvs head for me. Anyone else see

Re: [Flightgear-devel] Severe Turbulence (Weather Interpolation Problem?)

2007-08-12 Thread Georg Vollnhals
Anders Gidenstam schrieb: On Sun, 12 Aug 2007, Hans Fugal wrote: That's because there is no custom comparison predicate for comparing bucket*. vectorbucket* is just a list of pointers, and so uses the sort order for pointers. You'd have to set up an STL functor to sort them, which is ugly

Re: [Flightgear-devel] 'setUpdateVisitor' doesn't exist anymore in OSG?

2007-08-12 Thread gh.robin
On Sun 12 August 2007 22:31, Laurence Vanek wrote: gh.robin wrote: On Sun 12 August 2007 19:10, Laurence Vanek wrote: Laurence Vanek wrote: reply to myself. This problem still exists as of 30 minutes ago when I did fresh svn update of OSG rebuilds of simgear + FG. At presnt

Re: [Flightgear-devel] 'setUpdateVisitor' doesn't exist anymore in OSG?

2007-08-12 Thread Laurence Vanek
Tim Moore wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Laurence Vanek wrote: gh.robin wrote: On Sun 12 August 2007 19:10, Laurence Vanek wrote: Laurence Vanek wrote: reply to myself. This problem still exists as of 30 minutes ago when I did fresh svn