[Flightgear-devel] about mp refueling

2010-08-27 Thread jean pellotier
Hi, currently we can only refuel by mp behing a MOBIL plane, with a plane having the multiplay/tanker set. here's a proposal that permit to use any callsign (yes i know in this case the tanker will not have a tacan working), and any plane, for exemple the tanker pilot can cut the

[Flightgear-devel] Serial port programming question ...

2010-08-27 Thread Curtis Olson
This is a little off topic, but I don't know where else I can find a stronger knowledge pool. :-) I am working on some code that needs to read and write from a serial port and has to write vast quantities of data ... to the point that the line is fully saturated or close to it as I can get. I

Re: [Flightgear-devel] stall/snap/spin behavior in JSBSim CVS

2010-08-27 Thread Hal V. Engel
On Thursday, August 26, 2010 06:21:16 pm Jon S. Berndt wrote: From: Hal V. Engel [mailto:hven...@gmail.com] Since I have started using FG GIT with it's newer versions of JSBSim I have noticed that the behavior I had created with the stall/spin function was much more pronounced

Re: [Flightgear-devel] shaders heads up

2010-08-27 Thread Tim Moore
There needs to be some coordinate for the fog. You could try using gl_FogFragCoord instead. Tim On Wed, Aug 25, 2010 at 1:00 AM, HB-GRAL flightg...@sablonier.ch wrote: Am 24.08.10 23:58, schrieb HB-GRAL: Am 24.08.10 23:44, schrieb HB-GRAL: Am 14.08.10 00:20, schrieb Tim Moore: Let me

Re: [Flightgear-devel] Serial port programming question ...

2010-08-27 Thread Jacob Burbach
I know I can use select() to check if the file descriptor is ready for a write(), but that would still not be a way to determine if the file descriptor is ready for the size of my particular write() and ensure that my write() will return in a timely fashion ... it seems like it would still