[Flightgear-devel] Altitude above ground

2007-08-06 Thread Eser KUBALI
Thank you for your help. I find a simple way to calculate the altitude above ground with the help of Mathias' e-mail. For a null or a new FDM, to calculate the altitude above ground : _update_ground_elev_at_pos(); // Runs the ground queries get_Runway_altitude() //

[Flightgear-devel] MSVC8 link problem - Missing function in gnnode.cxx?

2007-08-06 Thread Geoff Air
Hi Durk, The file src/Airports/gnnode.hxx declares a function - FGTaxiNode(double, double, int); Then in parking.hxx, you added - : FGTaxiNode(lat,lon,idx); about July 5 from the CVS logs ... In WIN32, MSVC8 can NOT locate this function, and marks it as a missing external. It seems obvious

Re: [Flightgear-devel] MSVC8 link problem - Missing function in gnnode.cxx?

2007-08-06 Thread Durk Talsma
Hi Geoff, On Monday 06 August 2007 13:46, Geoff Air wrote: Hi Durk, The file src/Airports/gnnode.hxx declares a function - FGTaxiNode(double, double, int); Then in parking.hxx, you added - : FGTaxiNode(lat,lon,idx); about July 5 from the CVS logs ... In WIN32, MSVC8 can NOT locate

Re: [Flightgear-devel] MSVC8 link problem - Missing function ingnnode.cxx?

2007-08-06 Thread Vivian Meazza
Geoff Air Sent: 06 August 2007 12:47 To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] MSVC8 link problem - Missing function ingnnode.cxx? Hi Durk, The file src/Airports/gnnode.hxx declares a function - FGTaxiNode(double, double, int); Then in parking.hxx,

Re: [Flightgear-devel] MSVC8 link problem - Missing function ingnnode.cxx?

2007-08-06 Thread Reagan Thomas
Vivian Meazza wrote: Geoff Air Sent: 06 August 2007 12:47 To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] MSVC8 link problem - Missing function ingnnode.cxx? Hi Durk, The file src/Airports/gnnode.hxx declares a function - FGTaxiNode(double, double, int); Then in

Re: [Flightgear-devel] significant updates to pa28-161 and a few updates to the pa24-250

2007-08-06 Thread Hans Fugal
Nice work! On 8/5/07, Dave Perry [EMAIL PROTECTED] wrote: I submitted 3 patches via Melchior today. pa28-161 update Last year after I completed the pa24, David Megginson sent me all the detail pictures he had taken of his Piper Warrior II and indicated that I should finish up the details

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

2007-08-06 Thread Hans Fugal
Flying in the vicinity of KCSQ just now (KCSQ 062055Z AUTO 16006KT 10SM CLR 26/23 A2979 RMK AO2) in both the pa28-161 and j3cub, I noticed some kind of weather-related problems. I'm afraid it was probably weather interpolation-related. My plane was being tossed around like a salad, but as you can

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

2007-08-06 Thread Laurence Vanek
Hans Fugal wrote: Flying in the vicinity of KCSQ just now (KCSQ 062055Z AUTO 16006KT 10SM CLR 26/23 A2979 RMK AO2) in both the pa28-161 and j3cub, I noticed some kind of weather-related problems. I'm afraid it was probably weather interpolation-related. My plane was being tossed around like

[Flightgear-devel] $FG_HOME/Nasal/*.nas

2007-08-06 Thread Melchior FRANZ
It's now possible to put Nasal files into $FG_HOME/Nasal/, that is: ~/.fgfs/Nasal/ on Unix, and %APPDATA%\flightgear.org\Nasal\ on MS Windows. This has the advantage that: - one doesn't have to mix local extensions with standard files - one is less likely to lose such local additions when

[Flightgear-devel] Informal poll: driving simulation

2007-08-06 Thread Curtis Olson
I'd like to do a quick informal poll here. My day job involves maintaining and managing an advanced research driving simulator: http://www.humanfirst.umn.edu/Facilities/index.html There has been some vague discussions here in my lab about launching a project to create some sort of open-source

[Flightgear-devel] 0.9.11-pre1 for Mac OS?

2007-08-06 Thread Curtis Olson
Has anyone built the latest plib or osg versions of FlightGear for Mac OS? I had someone ask me that earlier today and I promised I'd try to find a download link for them. Thanks, Curt. -- Curtis Olson - University of Minnesota - FlightGear Project http://baron.flightgear.org/~curt/

Re: [Flightgear-devel] 0.9.11-pre1 for Mac OS?

2007-08-06 Thread Hans Fugal
Hi Curt, I successfully built and flew 0.9.11-pre1 in OS X. You need the OpenAL hack (find alut.h and stick it in /System/Library/Frameworks/OpenAL.framework/Headers), plib from MacPorts works fine, you might need various other generic dependencies (like automake or autoconf perhaps). I do not