Re: [Flightgear-devel] no doppler sound with actual build (osg branch),

2007-06-24 Thread Martin Spott
Maik, Maik Justus wrote: The enclosed patch switches of the Doppler calculation of OpenAL and adds a own Doppler calculation. I doubt that this is the intention of those people who introdced OpenAL to FlightGear. Once you put this, well, 'hack' into FlightGear, will there still be someone

Re: [Flightgear-devel] no doppler sound with actual build (osg branch),

2007-06-24 Thread Maik Justus
Hi Martin, Martin Spott schrieb am 24.06.2007 11:04: Maik, Maik Justus wrote: The enclosed patch switches of the Doppler calculation of OpenAL and adds a own Doppler calculation. I doubt that this is the intention of those people who introdced OpenAL to FlightGear. Maybe

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-06-24 Thread Melchior FRANZ
* Melchior FRANZ -- Friday 22 June 2007: if nobody does that until tomorrow 2007/06/23 20:00 GMT, then I will: (a) apply those radar patches to sg and fg for osg and plib (b) comment out the delete rt in src/Instrumentation/od_gauge.cx:89 Done. These patches give quite good results on the

Re: [Flightgear-devel] Experimental screen streamer patch

2007-06-24 Thread Georg Vollnhals
Pigeon schrieb: Hi, I've come up with a screen streamer for FG. The idea is to stream the screen directly to any video encoder or player, to make FG video-making easier. At the moment it streams via (a very basic) http. Hi Pigeon, I tried to compile fgfs with your patch but got

Re: [Flightgear-devel] Experimental screen streamer patch

2007-06-24 Thread Georg Vollnhals
Pigeon schrieb: Fixed it, and got rid of the warning too, please redownload the patch and try again. Thanks. Pigeon. Thanks a lot, will try it this evening (now going out into the sun) and give further feedback. Regards Georg

Re: [Flightgear-devel] Experimental screen streamer patch

2007-06-24 Thread Pigeon
screenstreamer.cxx:714: error: expected type-specifier before 'MpJpegStreamer' screenstreamer.cxx:714: error: cannot convert 'int*' to 'ScreenStreamer*' in assignment screenstreamer.cxx:714: error: expected `;' before 'MpJpegStreamer' make[2]: *** [screenstreamer.o] Fehler 1 My fault.

Re: [Flightgear-devel] AWOS

2007-06-24 Thread Hans Fugal
On 6/23/07, John Denker [EMAIL PROTECTED] wrote: the more festival-friendly names for airports that existed in the old default.atis. Can you say a few words about what festival-friendly means? I've seen some examples that consist merely of spelling out abbreviations such as

[Flightgear-devel] [patch] Doppler sound, was Re: no doppler sound with actual build (osg branch), experimental patch included

2007-06-24 Thread Maik Justus
Hi, here is a patch (only head/osg) which should fix all bugs listed below (on all OS). OpenAL has the doppler bug on my pc, therefore I can not test if the doppler calculation is correct e.g. on Linux. Maik Maik Justus schrieb am 24.06.2007 02:29: Hi, at the osg branch, the directional

Re: [Flightgear-devel] [patch] Doppler sound, was Re: no doppler sound with actual build (osg branch), experimental patch included

2007-06-24 Thread Maik Justus
Hi, please use this .diff files (the simgear.diff is different, there was a bug for non-window systems). Thanks to Melchior for pointing this out. Maik Maik Justus schrieb am 24.06.2007 16:34: Hi, here is a patch (only head/osg) which should fix all bugs listed below (on all OS). OpenAL

Re: [Flightgear-devel] no doppler sound with actual build (osg branch), experimental patch included

2007-06-24 Thread Melchior FRANZ
* Maik Justus -- Sunday 24 June 2007: It seems that (at least) on windows there is a bug within OpenAL calculating the Doppler effect. The enclosed patch switches of the Doppler calculation of OpenAL and adds a own Doppler calculation. The patch is not designed for cvs (now). As I said on

Re: [Flightgear-devel] no doppler sound with actual build (osg branch), experimental patch included

2007-06-24 Thread Maik Justus
Hi Melchior, Melchior FRANZ schrieb am 24.06.2007 17:42: * Maik Justus -- Sunday 24 June 2007: It seems that (at least) on windows there is a bug within OpenAL calculating the Doppler effect. The enclosed patch switches of the Doppler calculation of OpenAL and adds a own

[Flightgear-devel] SimGear OSG/Plib

2007-06-24 Thread Craig Benbow
Excuse my stupidity but are there 2 branches in SimGear? If so how do I compile a PLIB version? There doesn't seem to be any instructions anywhere or did I miss that somewhere?? Craig - This SF.net email is sponsored by

[Flightgear-devel] Switching off Doppler effect for non aircraft sounds

2007-06-24 Thread Maik Justus
Hi, here is a patch, which switches off the Doppler effect for non aircraft sounds (beacon, ATC, ...). Please test if it works on Unix (I can test only the Doppler workaround). Yes, the patch includes the Doppler workaround. I can not test without. But if there is still no willing to add it

Re: [Flightgear-devel] [ANN] OSG - Improved Weather Radar

2007-06-24 Thread Martin Spott
Melchior FRANZ wrote: * Melchior FRANZ -- Friday 22 June 2007: if nobody does that until tomorrow 2007/06/23 20:00 GMT, then I will: (a) apply those radar patches to sg and fg for osg and plib (b) comment out the delete rt in src/Instrumentation/od_gauge.cx:89 Done. These patches give

Re: [Flightgear-devel] Experimental screen streamer patch

2007-06-24 Thread Georg Vollnhals
Pigeon schrieb: Hi, I've come up with a screen streamer for FG. The idea is to stream the screen directly to any video encoder or player, to make FG video-making easier. At the moment it streams via (a very basic) http. ... Comments and feedbacks are much welcomed.

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

2007-06-24 Thread Martin Spott
Hi Maik, Maik Justus wrote: [...] But I won't wait for the bug fixed in OpenAL, if the way to get realistic Doppler effect is as simple as it is. Did you compare the price that FlightGear pays for knowingly introducing and carrying along such a 'hack' on one side with the net benefit for the

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

2007-06-24 Thread Maik Justus
Hi Martin, Martin Spott schrieb am 24.06.2007 23:27: Hi Maik, Maik Justus wrote: [...] But I won't wait for the bug fixed in OpenAL, if the way to get realistic Doppler effect is as simple as it is. Did you compare the price that FlightGear pays for knowingly introducing and

[Flightgear-devel] won't compile

2007-06-24 Thread John Denker
With the latest CVS, I observe: wxradar.cxx: In member function 'virtual void wxRadarBg::update(double)': wxradar.cxx:358: error: 'class SGWxRadarEcho' has no member named 'aircraft' wxradar.cxx:375: error: 'class SGWxRadarEcho' has no member named 'bearing' wxradar.cxx:417: error: 'class

Re: [Flightgear-devel] won't compile

2007-06-24 Thread Csaba Halász
On 6/25/07, John Denker [EMAIL PROTECTED] wrote: With the latest CVS, I observe: wxradar.cxx:358: error: 'class SGWxRadarEcho' has no member named 'aircraft' You need to update simgear (assuming the necessary change went into cvs). -- Csaba

Re: [Flightgear-devel] SimGear OSG/Plib

2007-06-24 Thread Csaba Halász
On 6/24/07, Craig Benbow [EMAIL PROTECTED] wrote: Excuse my stupidity but are there 2 branches in SimGear? If so how do I compile a PLIB version? There doesn't seem to be any instructions anywhere or did I miss that somewhere?? You have to use the same branch tag as for flightgear itself:

Re: [Flightgear-devel] won't compile

2007-06-24 Thread John Denker
On 06/24/2007 07:55 PM, Csaba Halász wrote: You need to update simgear Yup. I wonder if there's a way to print a more user-friendly message in this case. At runtime, FGFS checks the version level of its data tree; I wonder if at compile time it could check the version level of the required

Re: [Flightgear-devel] won't compile

2007-06-24 Thread Csaba Halász
On 6/25/07, John Denker [EMAIL PROTECTED] wrote: At runtime, FGFS checks the version level of its data tree; I wonder if at compile time it could check the version level of the required libraries. Configure checks for that, but it only works for releases. It does not follow development in cvs

Re: [Flightgear-devel] Experimental screen streamer patch

2007-06-24 Thread Pigeon
2. I could make some videos after some trials but the quality is poor. I have three significant problems (running FG reduced at 800x600) a) FG has very reduced framerates and runs stuttering (40 frames versus 85) So far I've tested on two machines and for the default 10 fps stream and

[Flightgear-devel] FG - Concorde - and OSG problems - win32 (Windows XP fully updated from windows update)

2007-06-24 Thread Forums Virgin Net
Got these errors with OSG running with latest cvs data files for 24th 06 2007 I tried updating to cvs data on the 25th 06 2007 but flightgear would not start, I got this error Fatal Error Unknown top level section radar Fatal error: detected an internal inconsistency in the instrumentation