Re: [Flightgear-devel] IRC

2004-01-19 Thread Arnt Karlsen
On Mon, 19 Jan 2004 18:13:24 -0600, "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Arnt Karlsen wrote: > > On Mon, 19 Jan 2004 15:21:24 -0600, > > "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message > > <[EMAIL PROTECTED]>: > > > > > >>For any of you interes

Re: [Flightgear-devel] IRC

2004-01-19 Thread David Megginson
Curtis L. Olson wrote: For any of you interested in doing IRC, Nic Fischer has given us a channel on his IRC server. Just connect up to irc.flightgear.org and join the #flightgear channel. IRC is s yesterday. Where's the FlightGear blog? All the best, David p.s. Just joking, of course.

Re: [Flightgear-devel] IRC

2004-01-19 Thread Curtis L. Olson
Arnt Karlsen wrote: On Mon, 19 Jan 2004 15:21:24 -0600, "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: For any of you interested in doing IRC, Nic Fischer has given us a channel on his IRC server. Just connect up to irc.flightgear.org and join the #flightgear chann

Re: [Flightgear-devel] IRC

2004-01-19 Thread Arnt Karlsen
On Mon, 19 Jan 2004 15:21:24 -0600, "Curtis L. Olson" <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > For any of you interested in doing IRC, Nic Fischer has given us a > channel on his IRC server. Just connect up to irc.flightgear.org and > join the #flightgear channel. ..hey! Sh

[Flightgear-devel] IRC

2004-01-19 Thread Curtis L. Olson
For any of you interested in doing IRC, Nic Fischer has given us a channel on his IRC server. Just connect up to irc.flightgear.org and join the #flightgear channel. Regards, Curt. -- Curtis Olson Intelligent Vehicles Lab FlightGear Project Twin Cities[EMAIL PROTECTED]

Re: [Flightgear-devel] [Fwd: Linux User & Developer Expo 2004]

2004-01-19 Thread David Culp
On Wednesday 14 January 2004 08:29 am, Curtis L. Olson wrote: > FlightGear has been offered free .org booth space and a possible speaker > slot at the Linux User & Developer Expo 2004. This is Oct 20-21 at the > Olympia Exhibition Centre in London, UK. You don't necessarily need to be > a develop

Re: [Flightgear-devel] Re: Flashing white patches

2004-01-19 Thread Erik Hofman
Simon Hollier wrote: Thanks. That was originally how I had it patched, but changed it to try to use atan2 as per Andy's suggestion. That alert output might be a bit much if you fly around noon / midnight alot. My 2 minute flight out of KSFO towards the sailboat generated 6 alerts. Hmm, maybe

Re: [Flightgear-devel] JSBsim fails to build in FGFS cvs

2004-01-19 Thread Adam Boggs
I had this problem on my debian system. Apparently bastring.h in the STL is missing clear in some old versions of libstdc++. I ugraded to g++ 3.3 and a new version of libstdc++ and it compiled ok after that. Hope that helps, -Adam "Jon Berndt" <[EMAIL PROTECTED]> wrote: > What system are you

[Flightgear-devel] NAVAIR 51-50AAA-2.pdf

2004-01-19 Thread JAmann
Dave - Not sure if this email address still works properly, I had stumbled across your response to a post about the VASI regarding the subject matter. The link that you provided no longer works. would it be possible to email me a copy of that file? Jason L Amann Electrical Engineer John

[Flightgear-devel] Re: Flashing white patches

2004-01-19 Thread Simon Hollier
Erik Hofman writes: Simon Hollier wrote: Both of these patches should fix the fog flashing to white(black?) bug. The first one just checks for the Not a Number condition that results from acos(1+small_delta). The second patch uses atan2, but doesn't quite make it near 0 or PI at the edge case

Re: [Flightgear-devel] Flashing white patches

2004-01-19 Thread Erik Hofman
Norman Vine wrote: Erik Hofman writes: I've committed a patch that simply checks whether 'dot' is greater than 1.0 and then prints an error message and set 'dot' to 1.0 Should do the less then case too :-) Eh, silly me. Off course. Thanks Norman. Erik _

RE: [Flightgear-devel] Flashing white patches

2004-01-19 Thread Norman Vine
Erik Hofman writes: > > I've committed a patch that simply checks whether 'dot' is greater than > 1.0 and then prints an error message and set 'dot' to 1.0 Should do the less then case too :-) if (dot > 1) { SG_LOG( SG_ASTRO, SG_WARN, "Dot product = " << dot <<

Re: [Flightgear-devel] Flashing white patches

2004-01-19 Thread Erik Hofman
Simon Hollier wrote: Both of these patches should fix the fog flashing to white(black?) bug. The first one just checks for the Not a Number condition that results from acos(1+small_delta). The second patch uses atan2, but doesn't quite make it near 0 or PI at the edge cases near 1 or -1. I can

Re: [Flightgear-devel] [Fwd: Linux User & Developer Expo 2004]

2004-01-19 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > If your name is on this list and it shouldn't be, or I have the level of > "definiteness" wrong, please let me know. I'll use this as a chance to enjoy a short visit to London with my cohabitee. This means, that I'll be able to spend some hours at t

RE: [Flightgear-devel] JSBsim fails to build in FGFS cvs

2004-01-19 Thread Jon Berndt
What system are you building under? Erik made some changes recently to facilitate building under IRIX. That's the only change that happened in FGEngine.cpp. Strange. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alex Perry > Sent: Monday, January 19

RE: [Flightgear-devel] JSBsim fails to build in FGFS cvs

2004-01-19 Thread Jon Berndt
Duh. If I would have only read the subject line! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alex Perry > Sent: Monday, January 19, 2004 12:49 AM > To: [EMAIL PROTECTED] > Subject: [Flightgear-devel] JSBsim fails to build in FGFS cvs > > > Making

RE: [Flightgear-devel] JSBsim fails to build in FGFS cvs

2004-01-19 Thread Jon Berndt
Are you using the version in FGFS CVS? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alex Perry > Sent: Monday, January 19, 2004 12:49 AM > To: [EMAIL PROTECTED] > Subject: [Flightgear-devel] JSBsim fails to build in FGFS cvs > > > Making all in filte