[Flightgear-devel] VBO problem solved

2004-06-18 Thread Roman Grigoriev
Guys! I found solution to VBO problem you should change type of buffer from GL_STATIC_DRAW_ARB to GL_STREAM_DRAW_ARB or GL_DYNAMIC_DRAW_ARB Maybe problem is in nvidia driver so I post bugreport to nvidia Thanx in advance bye ___ Flightgear-devel

[Flightgear-devel] VBO and phreads

2004-06-18 Thread Roman Grigoriev
Hi guys! I found VBO problem related to threaded situation when one thread draw one VBO and another try to create VBO when tile loads maybe someone knows solution for this situation? here is gdb output #0 0x40167a8e in glGenBuffersARB () from /usr/lib/tls/libGL.so.1#1 0x083fa0ae in

[Flightgear-devel] Linuxtag

2004-06-18 Thread Mathias Frhlich
Hi, Next week is the Linuxtag in Karlsruhe, Germany. http://www.linuxtag.org/ Is Flightgear present this year? Or will somebody be there for an other project? Greetings Mathias -- Mathias Frhlich, email: [EMAIL PROTECTED] ___

Re: [Flightgear-devel] Flaps settings: Keyboard vs. Joystick

2004-06-18 Thread Erik Hofman
Durk Talsma wrote: This way we'd get more consistent behavior between joystick and keyboard. Just a thought. One of the problems is that joystick support is added the way it is provided at the moment. Mainly because no-one has all the joysticks to test with *and* the fact that my O2 doesn't

Re: [Flightgear-devel] Linuxtag

2004-06-18 Thread James Turner
On 18 Jun 2004, at 13:09, Mathias Fröhlich wrote: Next week is the Linuxtag in Karlsruhe, Germany. http://www.linuxtag.org/ Is Flightgear present this year? Or will somebody be there for an other project? I'm exhibiting at the WorldForge booth, where we are also going to have a few Blender guys.

[Flightgear-devel] Difference between pre-compiled 0.9.4 and source 0.9.4

2004-06-18 Thread Phillip Jones
I just compiled 0.9.4 from source (using cygwin), and noticed the aileron problem on the C172 (I saw the thread about this and know that's its already fixed in CVS). What I find strange is that the pre-compiled binaries do not have this same bug. Anyone know why this is? The other thing I

Re: [Flightgear-devel] Linuxtag

2004-06-18 Thread Jon Stockill
James Turner wrote: Of course, I'm not sure anyone will be able to beat Jon Stockhill and co's amazing efforts at LUDEX back in April this year. Heh, thanks - on that note, the south yorkshire air museum at doncaster are having a simulator day on 5th September. I don't have many more details

[Flightgear-devel] reading btg files

2004-06-18 Thread chandrasekhar achalla
Hi, I was wondering how can you read and modify .btg files, because I couldnot get PPE to compile ( I believe there is no support for PPE since the project is dead). Is there any way to read and modify btg's ? thanks ___ Flightgear-devel mailing

Re: [Flightgear-devel] Linuxtag

2004-06-18 Thread Manuel Bessler
On Fri, 18 Jun 2004 14:09:40 +0200 Mathias Fröhlich wrote: Hi, Next week is the Linuxtag in Karlsruhe, Germany. http://www.linuxtag.org/ Is Flightgear present this year? Or will somebody be there for an other project? I myself wondered if Flightgear is gonna be there. I might go to

[Flightgear-devel] Scenery problem at CYHM

2004-06-18 Thread David Megginson
Using today's scenery over TerraSync, I've found an interesting problem at CYHM (Hamilton, ON). Runway 12/30 is where it should be, but runway 06/24 is missing -- there is a big hole in the ground. When you try to start on runway 6, the plane starts up high in the clouds, presumably where the

Re: [Flightgear-devel] Scenery problem at CYHM

2004-06-18 Thread Chris Metzler
On Fri, 18 Jun 2004 14:21:41 -0400 David Megginson [EMAIL PROTECTED] wrote: Using today's scenery over TerraSync, I've found an interesting problem at CYHM (Hamilton, ON). Runway 12/30 is where it should be, but runway 06/24 is missing -- there is a big hole in the ground. When you try to

Re: [Flightgear-devel] Scenery problem at CYHM

2004-06-18 Thread Curtis L. Olson
David, I think what you are describing is another problem introduced in Robin's latest scenery. For some airports that share the same name with other airports (San Carlos, Crystal, etc.) Robin somehow got multiple entries for the same airport in the database with the runways split between them

Re: [Flightgear-devel] Flaps settings: Keyboard vs. Joystick

2004-06-18 Thread Andy Ross
Durk Talsma wrote: I just noticed that there seems to be a discrepancy between the way the flap settings are handled by the keyboard vs. the joystick. Some joysticks are still using the old bindings. When I did the Nasal control stuff, I only changed the joysticks I could test and/or felt

Re: [Flightgear-devel] Scenery problem at CYHM

2004-06-18 Thread David Megginson
Curtis L. Olson wrote: The problem is that the terragear airport generator names the airport scenery file according to apt. id, but in these cases the airport id occurs twice. I am eager to see these (and other) problems fixed in Robin's next data release. Thanks, Curt -- I took at look at the

Re: [Flightgear-devel] Scenery problem at CYHM

2004-06-18 Thread Curtis L. Olson
David Megginson wrote: Thanks, Curt -- I took at look at the file, and that's exactly what happened. Given all of the problems in this release of Robin's data -- messed-up runways, hundreds of missing ILS approaches, etc. -- we might want to consider reverting to the previous version until his

Re: [Flightgear-devel] Difference between pre-compiled 0.9.4 and source0.9.4

2004-06-18 Thread Frederic Bouvier
Phillip Jones wrote: I just compiled 0.9.4 from source (using cygwin), and noticed the aileron problem on the C172 (I saw the thread about this and know that's its already fixed in CVS). What I find strange is that the pre-compiled binaries do not have this same bug. Anyone know why this

Re: [Flightgear-devel] reading btg files

2004-06-18 Thread Frederic Bouvier
chandrasekhar achalla wrote: Hi, I was wondering how can you read and modify .btg files, because I couldnot get PPE to compile ( I believe there is no support for PPE since the project is dead). Is there any way to read and modify btg's ? fgsd can read flightgear sceneries -Fred

Re: [Flightgear-devel] Flaps settings: Keyboard vs. Joystick

2004-06-18 Thread Durk Talsma
On Friday 18 June 2004 21:29, Andy Ross wrote: Durk Talsma wrote: I just noticed that there seems to be a discrepancy between the way the flap settings are handled by the keyboard vs. the joystick. Some joysticks are still using the old bindings. When I did the Nasal control stuff, I only

Re: [Flightgear-devel] Linuxtag

2004-06-18 Thread Durk Talsma
On Friday 18 June 2004 17:04, James Turner wrote: On 18 Jun 2004, at 13:09, Mathias Fröhlich wrote: Next week is the Linuxtag in Karlsruhe, Germany. http://www.linuxtag.org/ Is Flightgear present this year? Or will somebody be there for an other project? I'm exhibiting at the

Re: [Flightgear-devel] Bones and IK

2004-06-18 Thread Lee Elliott
Here's a bit that handles the upper link of the nose strut damper on the TSR2... animation typerotate/type object-nameNG-Strut-Damper-U/object-name propertygear/gear[0]/compression-norm/property interpolation entry ind0.0/ind dep0.0/dep /entry entry

Re: [Flightgear-devel] Bones and IK

2004-06-18 Thread Ampere K. Hardraade
What do the ind and the dep tag do? Thanks in advance, Ampere On June 18, 2004 06:22 pm, Lee Elliott wrote: Here's a bit that handles the upper link of the nose strut damper on the TSR2... animation typerotate/type object-nameNG-Strut-Damper-U/object-name