Re: [Flightgear-devel] FlightGear-0.9.11-pre1 Stopwatch nasal error

2007-05-30 Thread Melchior FRANZ
* Nathaniel Homier -- 5/29/2007 6:53 PM: > I get this error opening the stopwatch but not using using and closing > it. Open stopwatch but don't use it just close it. I hope this helps > with the upcoming release. > I'll look into that later today. Didn't use that dialog in a while and it c

[Flightgear-devel] FlightGear 0.9.11 pre-1 - It seems its a wider issue than I thought?

2007-05-30 Thread Forums Virgin Net
No matter which Aircraft I use, this version just wont run for any length of time, it hangs as soon as fps drop to 0 for any length of time it seems to be a single bug that is generic to all aircraft? Here are a two windows crash reports the first was with the Seahawk the second was with the F4

[Flightgear-devel] Latest CVS simgear newbucket.cxx error

2007-05-30 Thread Nick Warne
Hi all, Building today, I get a linker error - it appears the default destructor is gone from newbucket.cxx SGBucket::~SGBucket() Nick - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE versi

[Flightgear-devel] /sim/multiplay/chat_display

2007-05-30 Thread Pigeon
Just a quick one. Perhaps /sim/multiplay/chat_display (currently in the rendering options dialog) should be added to preferences.xml and with userarchive="y" as well? Pigeon. - This SF.net email is sponsored by DB2 Expr

[Flightgear-devel] Flying at/for LinuxTag

2007-05-30 Thread Martin Spott
Hi, LinuxTag's favourite FlightGear location is EDDI - the famous Berlin Tempelhof airfield. Please get detailed Berlin Scenery from: ftp://ftp.ihg.uni-duisburg.de/FlightGear/Misc_rag/scenery/landsat_berlin/landsat_berlin-20070518.tar.gz and participate in the MultiPlayer environment if you l

Re: [Flightgear-devel] strange behavior of 0.9.11-pre1

2007-05-30 Thread Pigeon
>I can add one more bit of information. I have seen these visual >artificacts with the default menu coloring scheme. If you switch to the >alternative menu/gui style (Shift-F11?) then these artifcacts go away ... >so maybe we are inadvertently leaving some sort of alpha blend mode

Re: [Flightgear-devel] Cygwin Error when compiling 0.9.11pre1

2007-05-30 Thread Laurence Homer
Hey, Just wondered if anybody had any ideas yet about the problem I mailed out below about building the new FlightGear version (it happens with both the 0.9.11pre1 and the cvs versions) I've since discovered that 3.4.4 seems to be the latest gcc version for Cygwin, so I'm not really sure wh

[Flightgear-devel] small patch to fix the ornitopther altimeter gauge

2007-05-30 Thread alexis bory
Hi all, Thanks to Arvid (AnMaster) here is a fix to ornithopter/Models/ornithopteralt.xml which needle didn't turn as expected. Alexis Index: ornithopteralt.xml === RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/ornithopter/Mode

Re: [Flightgear-devel] FlightGear-0.9.11-pre1 Stopwatch nasal error

2007-05-30 Thread Nathaniel Homier
I downloaded 0.9.11-pre1 source from these links. http://www.flightgear.org/Downloads/source.shtml FlightGear-0.9.11-pre1.tar.gz fgfs-base-0.9.11-pre1.tar.bz2 http://www.simgear.org/downloads.html SimGear-0.3.11-pre1.tar.gz Melchior FRANZ wrote: > * Nathaniel Homier -- 5/29/2007 6:53 PM: >> I get

Re: [Flightgear-devel] Flying at/for LinuxTag

2007-05-30 Thread Nick Warne
On Wednesday 30 May 2007 16:56:23 Curtis Olson wrote: > On 5/30/07, Martin Spott wrote: > > LinuxTag's favourite FlightGear location is EDDI - the famous Berlin > > Tempelhof airfield. A few of us was flying around a bit today - I will again for the next few days. > Everyone would show up at a p

Re: [Flightgear-devel] Flying at/for LinuxTag

2007-05-30 Thread Curtis Olson
On 5/30/07, Martin Spott wrote: LinuxTag's favourite FlightGear location is EDDI - the famous Berlin Tempelhof airfield. Please get detailed Berlin Scenery from: ftp://ftp.ihg.uni-duisburg.de/FlightGear/Misc_rag/scenery/landsat_berlin/landsat_berlin-20070518.tar.gz and participate in the Mul

[Flightgear-devel] OSG keyboard patch.

2007-05-30 Thread Stuart Buchanan
Hi All, Included below is a small patch to map the Tab key, which for some reason stopped working with the recent osgViewer changes. Can someone please commit to HEAD. -Stuart RCS file: /var/cvs/FlightGear-0.9/source/src/Main/FGManipulator.cxx,v retrieving revision 1.5 diff -u -r1.5 FGManipulat

[Flightgear-devel] groundspeed

2007-05-30 Thread syd & sandy
Hi guys, Im attempting to add a groundspeed property , but need some assistance if anyone feels up to it... The logical place seems to be /source/FDM/flight.cxx , so I added this : fgTie("/velocities/groundspeed-kt", this, &FGInterface::get_V_ground_speed, &FGInterface::set_V_gr

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread Jon S. Berndt
> Hi guys, > Im attempting to add a groundspeed property , but need some > assistance if anyone feels up to it... > The logical place seems to be /source/FDM/flight.cxx , so I added this : > > fgTie("/velocities/groundspeed-kt", this, > &FGInterface::get_V_ground_speed, > &FGInterface

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread syd & sandy
On Wed, 30 May 2007 20:33:53 -0500 "Jon S. Berndt" <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Im attempting to add a groundspeed property , but need some > > assistance if anyone feels up to it... > > The logical place seems to be /source/FDM/flight.cxx , so I added this : > > > > fgTie("/veloc

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread Ampere K. Hardraade
On Wednesday 30 May 2007 21:53, syd & sandy wrote: > Hi Jon , thanks for the reply , I'm not sure I know WHAT I'm doing anymore > :) I wanted to output groundspeed to a property in /velocities/, in knots, > so that it would be available for instruments... rather than having it > redone in Nasal ...

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread syd & sandy
On Wed, 30 May 2007 22:36:57 -0400 "Ampere K. Hardraade" <[EMAIL PROTECTED]> wrote: > > If I were to build an instrument on an actual aircraft for measuring ground > speed, I would use an accelerometer and integrate its output. > > So, following this concept, you could implement this in Nasal b

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread Jon S. Berndt
> On Wednesday 30 May 2007 21:53, syd & sandy wrote: > > Hi Jon , thanks for the reply , I'm not sure I know WHAT I'm > doing anymore > > :) I wanted to output groundspeed to a property in > /velocities/, in knots, > > so that it would be available for instruments... rather than having it > > redon

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread syd & sandy
On Wed, 30 May 2007 21:48:36 -0500 "Jon S. Berndt" <[EMAIL PROTECTED]> wrote: > > On Wednesday 30 May 2007 21:53, syd & sandy wrote: > > > Hi Jon , thanks for the reply , I'm not sure I know WHAT I'm > > doing anymore > > > :) I wanted to output groundspeed to a property in > > /velocities/, in kn

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread Jon S. Berndt
> Thanks Jon , I'm currently attempting to absorbs all this input :) > Cheers, > Syd If you want more, just wait until you see the upcoming issue of the JSBSim newsletter, "Back or the Envelope". :-) Jon - This SF.net email

Re: [Flightgear-devel] groundspeed

2007-05-30 Thread syd & sandy
On Wed, 30 May 2007 22:18:47 -0500 "Jon S. Berndt" <[EMAIL PROTECTED]> wrote: > > Thanks Jon , I'm currently attempting to absorbs all this input :) > > Cheers, > > Syd > > If you want more, just wait until you see the upcoming issue of the JSBSim > newsletter, "Back or the Envelope". :-) > > Jo

[Flightgear-devel] Project Tupolev & FlightGear

2007-05-30 Thread Yurik V. Nikiforoff
Couple days ago, I get permission for use Tupolev 154 b model from PT team for FlightGear. Project Tupolev Team is a a well-known Russian team which is developing add-ons for Microsoft Flight Simulator. Imho, PT-154b model is a best of MSFS world. It's a very realistic and complex model. You can

[Flightgear-devel] FlightGear/PLIB/CVS: Enabling 3D Clouds results in Floating point interrupt (SIGFPE)

2007-05-30 Thread Durk Talsma
Hi Everybody, I'm still catching-up in installing a plib based FlightGear, after my crazy travel schedule the last few weeks. I didn't have the time to check whether this error has already been reported, but I'm encountering the following problem. Starting-up and running flightgear works just

Re: [Flightgear-devel] Project Tupolev & FlightGear

2007-05-30 Thread fgfs
Hi, >They give us sources of visual model of Tu-154b, and permit to use it "as is", > >for non-commercial purpose. So, it's not GPL. Sorry to say, the non commercial clause is a violation of the GPL. Essentially you can use GPL Code even commercially, but you have to provide the customer with