Re: [Flightgear-devel] no doppler sound with actual build

2007-06-28 Thread Erik Hofman
Maik Justus wrote: That would be the best. But how to know, that 1.2 would work? It looks If version 1.2 still contains this bug it will be noticed rather quickly and changing the test would be easy. like, if the OpenAL Doppler effect bugs are a never ending story. And they do not work

[Flightgear-devel] bug: no runway lights, no taxiway lights (point sprites)

2007-06-28 Thread John Denker
When flying at night in the default configuration, I observe no airport lights. That means no runway lights, no taxiway lights, no approach lights, no VASI lights, et cetera. If I go to the rendering options menu and turn off the point sprites option, the lights come on. As a workaround, I've

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread Roy Vegard Ovesen
On Wednesday 27 June 2007 23:05, woodyst wrote: My yoke is CH Products Yoke. I think (as I see in the code) than FlightGear tests yoke position every input.cxx pass. If it finds that yoke position is different of the virtual yoke it applies real yoke position. And when the autopilot is

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread Roy Vegard Ovesen
On Wednesday 27 June 2007 23:05, woodyst wrote: The diffs are at http://www.eurogaran.com/fgfs/fgfs_ap_joy_locking.diff and http://www.eurogaran.com/fgfs/kap140_locking_controls_capable.diff AFAIK real life autopilots can be overpowered by the pilot. Wheter this is done by brute force

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread Hans Fugal
FWIW I observe the same thing with my CH yoke, and even more so with my Saitek joystick. On 6/28/07, Roy Vegard Ovesen [EMAIL PROTECTED] wrote: On Wednesday 27 June 2007 23:05, woodyst wrote: My yoke is CH Products Yoke. I think (as I see in the code) than FlightGear tests yoke position

Re: [Flightgear-devel] [off list] patch for control locking byautopilot

2007-06-28 Thread woodyst
2007/6/28, Roy Vegard Ovesen [EMAIL PROTECTED]: On Wednesday 27 June 2007 23:05, woodyst wrote: The diffs are at http://www.eurogaran.com/fgfs/fgfs_ap_joy_locking.diff and http://www.eurogaran.com/fgfs/kap140_locking_controls_capable.diff AFAIK real life autopilots can be

Re: [Flightgear-devel] no doppler sound with actual build

2007-06-28 Thread Maik Justus
Hi Erik, Erik Hofman schrieb am 28.06.2007 08:50: Maik Justus wrote: That would be the best. But how to know, that 1.2 would work? It looks If version 1.2 still contains this bug it will be noticed rather quickly and changing the test would be easy. ok, I will test for the 1.2 and

[Flightgear-devel] Some AI related notes

2007-06-28 Thread Durk Talsma
Today I finally got around to commit a series of patches / changes to the AI system. Thomas Foerster contributed some new code that will allow us to specify aircraft performance data, which will allow runway length calculations on a per aircraft base. He also contributed an implimentation of

[Flightgear-devel] a4 files

2007-06-28 Thread Durk Talsma
Hi, I just noticed that I had two modified files belonging to the A4 in my data directory, which should not have been committed (a4f-set.xml and Models/fuel-aar.nas). As far as I can tell, their all back into their original shape, but somebody might want to double check. Sorry for the mess...

[Flightgear-devel] fun with nasal ai

2007-06-28 Thread Melchior FRANZ
Here's a small Nasal file to play with (attached). If you put it into $FG_ROOT/Nasal, start fgfs with the ufo and press the g-key, then you get a file-select dialog where you can select a parking.xml file. When you click the Load button, then an object is placed at every TaxiNode of the chosen

Re: [Flightgear-devel] fun with nasal ai

2007-06-28 Thread Thomas Förster
Am Donnerstag 28 Juni 2007 22:02 schrieb Melchior FRANZ: Here's a small Nasal file to play with (attached). If you put it into $FG_ROOT/Nasal, start fgfs with the ufo and press the g-key, then you get a file-select dialog where you can select a parking.xml file. When you click the Load button,

Re: [Flightgear-devel] no doppler sound with actual build

2007-06-28 Thread Maik Justus
Hi all, here is a new patch for the Doppler effect, which should work on every OS. Please report, if you get any error messages or hear any unexpected sound. (Due to some debug-error-messages not intended to go into cvs) Maik Maik Justus schrieb am 28.06.2007 20:22: Hi Erik, Erik Hofman

Re: [Flightgear-devel] no doppler sound with actual build

2007-06-28 Thread Maik Justus
Hi, I forgot: only for osg/head. Maik Maik Justus schrieb am 28.06.2007 22:55: Hi all, here is a new patch for the Doppler effect, which should work on every OS. Please report, if you get any error messages or hear any unexpected sound. (Due to some debug-error-messages not intended to

Re: [Flightgear-devel] fun with nasal ai

2007-06-28 Thread Melchior FRANZ
* Melchior FRANZ -- Thursday 28 June 2007: Here's a small Nasal file to play with (attached). Whoops ... please change the setlistener call to a _setlistener call (with leading underscore). Otherwise it may not run on some systems. m.

[Flightgear-devel] CVS on OS X

2007-06-28 Thread Hans Fugal
Here's what I had to do to compile CVS on OS X Tiger. Install dependencies. I got plib from macports, simgear from CVS, and OSG 2.0 binaries from the OSG website. Tiger includes OpenAL 1.1, but not ALUT, so there is no alut.h on the system. According to Apple[1] you should install freealut to

Re: [Flightgear-devel] CVS on OS X

2007-06-28 Thread Tatsuhiro Nishioka
Hi Hans, Thanks for your contribution! There are some workarounds that I made for Macs (Xcode project) on these issues. You can check out the patches from the svn repository available from FlightGear Mac OS X website so take a look at that. Since I need to make universal binary packages for

Re: [Flightgear-devel] CVS on OS X

2007-06-28 Thread Hans Fugal
On 6/28/07, Tatsuhiro Nishioka [EMAIL PROTECTED] wrote: Now I'm working on building both 0.9.11-pre1 and cvs head. I had some errors in linking osgViewer (when building fgfs cvs-head/ OSG-svn head) OSG-2.0 seems OK so I'll go with it for cvs-head for a while. By the way, do you know which