[Flightgear-devel] Update to playback.xml

2005-10-10 Thread Buchanan, Stuart
Hi All, I have a simple update to Protocol/playback.xml. It improves on the existing version by recording flight control surface, airspeed, engine RPM and gear status. It makes for quite nice demoes, though I've only really tested it with the C172, Hunter and Concorde. I think it might be worth

Re: [Flightgear-devel] Update to playback.xml

2005-10-10 Thread Martin Spott
Buchanan, Stuart wrote: I'm not going to post it here as it is a bit dull. Let me know if you want it. If you place it on a website then everyone could have a look at it. Cheers, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

Re: [Flightgear-devel] ISO C++ forbids declaration [...]

2005-10-10 Thread Martin Spott
Martin Spott wrote: Applying this patch: --- ./simgear/screen/extensions.hxx~ Sun Oct 9 21:35:31 2005 +++ ./simgear/screen/extensions.hxx Sun Oct 9 21:35:31 2005 @@ -446,7 +446,7 @@ typedef GLXContext (*glXCreateContextWithConfigProc) (Display *dpy, GLXFBConfig config, int

Re: [Flightgear-devel] Update to playback.xml

2005-10-10 Thread Buchanan, Stuart
--- Martin Spott [EMAIL PROTECTED] wrote: If you place it on a website then everyone could have a look at it. Apologies - I'm new to this. XML file is available here: http://www.nanjika.co.uk/flightgear/playback.xml Use in the obvious way: --generic=file,out,20,flight.out,playback for

Re: [Flightgear-devel] How does the weather work in FlightGear?

2005-10-10 Thread Erik Hofman
Buchanan, Stuart wrote: FlightGear can fetch the current weather at your starting airport, or you can set the wind, cloud layers etc manually. I don't know if the weather conditions are global, or change as you fly to different locations. It interprets the data from the nearest METAR station.

Re: [Flightgear-devel] Update to playback.xml

2005-10-10 Thread Buchanan, Stuart
--- Erik Hofman [EMAIL PROTECTED] wrote: --generic=file,in,20,flight.out, playback for replay. You will get better results by also adding --fdm=null Oops, forgot to include that in the mail. BTW, is there any difference between --fdm=external and --fdm=null? I've been using the former.

Re: [Flightgear-devel] Update to playback.xml

2005-10-10 Thread Erik Hofman
Buchanan, Stuart wrote: BTW, is there any difference between --fdm=external and --fdm=null? I've been using the former. By using --fdm=null no flight model code is executed, the --fdm=external opens a TCP socket and listens for input. Erik ___

Re: [Flightgear-devel] Possible MP Server problem

2005-10-10 Thread Oliver Schroeder
Hi, Am Monday 10 October 2005 00:28 schrieb Lee Elliott: I had problems at first with FGMultiplayRxMgr not being able to bind the receive socket but I was still able to see myself on the web map display at pigeond.net That normally means, that another process is already using the port. Note

[Flightgear-devel] electrical systems

2005-10-10 Thread syd
Hi ...thanks for the tip , I hadn't noticed the nasal electrical system before. After playing around with it for an hour or two ,I had a system for the B1900D working great ! I never did get a good grip on classes , etc with my c++ programming , but I still find nasal much more flexible

Re: [Flightgear-devel] Update to playback.xml

2005-10-10 Thread Martin Spott
Buchanan, Stuart wrote: --- Martin Spott [EMAIL PROTECTED] wrote: If you place it on a website then everyone could have a look at it. Apologies - I'm new to this. There's absolutely no need to apologize ;-) XML file is available here: http://www.nanjika.co.uk/flightgear/playback.xml

Re: [Flightgear-devel] ISO C++ forbids declaration [...]

2005-10-10 Thread Martin Spott
Martin Spott wrote: Applying this patch: --- ./simgear/screen/extensions.hxx~ Sun Oct 9 21:35:31 2005 +++ ./simgear/screen/extensions.hxx Sun Oct 9 21:35:31 2005 @@ -446,7 +446,7 @@ typedef GLXContext (*glXCreateContextWithConfigProc) (Display *dpy, GLXFBConfig config, int

[Flightgear-devel] Re: ISO C++ forbids declaration [...]

2005-10-10 Thread Melchior FRANZ
* Martin Spott -- Monday 10 October 2005 08:48: +++ ./simgear/screen/extensions.hxx Sun Oct 9 21:35:31 2005 [...] -typedef int (*glXQueryGLXPbufferSGIXProc) (Display *, GLXPbufferSGIX, int, unsigned int *); +typedef int (*glXQueryGLXPbufferSGIXProc) (Display *, GLXPbuffer, int,

[Flightgear-devel] weird crash in sgMakeLeaf()

2005-10-10 Thread Ralf Gerlich
Hi all, I'm getting weird SIGSEGV crashes in sgMakeLeaf, specifically in line 238 of simgear/scene/tgdb/leaf.cxx. I'm still in the progress of finding a way to reproduce this as the crash tends not to occurr sometimes, under conditions which I haven't found out yet. I suspect that it has

Re: [Flightgear-devel] Microsoft artwork (!) in the 707 panel

2005-10-10 Thread Oliver Correll
2. To repaint the parts I took from the package There I have one questions: When I go to the aircarft museum and take some cockpit photos. CanI use them for panel painting (like the 737 panel) ?? You will need permission from the museum or aircraft owner to use the

Re: [Flightgear-devel] Microsoft artwork (!) in the 707 panel

2005-10-10 Thread Ralf Gerlich
Hello, Oliver Correll schrieb: 2. To repaint the parts I took from the package There I have one questions: When I go to the aircarft museum and take some cockpit photos. Can I use them for panel painting (like the 737 panel) ?? You will need permission from the museum or

Re: [Flightgear-devel] How does the weather work in FlightGear?

2005-10-10 Thread Ampere K. Hardraade
On October 10, 2005 03:37 am, Erik Hofman wrote: Buchanan, Stuart wrote: FlightGear can fetch the current weather at your starting airport, or you can set the wind, cloud layers etc manually. I don't know if the weather conditions are global, or change as you fly to different locations.

[Flightgear-devel] Re: (electrical) Flightgear-devel Digest, Vol 30, Issue 24

2005-10-10 Thread Steve Knoblock
On Mon, 10 Oct 2005 07:06:31 -0500, you wrote: Message: 6 Date: Mon, 10 Oct 2005 02:12:09 -0700 From: syd [EMAIL PROTECTED] Subject: [Flightgear-devel] electrical systems To: flightgear-devel@flightgear.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; format=flowed; charset=ISO-8859-1

[Flightgear-devel] A question regarding accurate taxiways information

2005-10-10 Thread Ampere K. Hardraade
Since FAA has airport diagrams in PDF format, would it be possible to extract taxiways information directly from a PDF file such as this http://204.108.4.16/d-tpp/0510/00375AD.PDF to produce taxiways usable in FlightGear? Ampere ___ Flightgear-devel

Re: [Flightgear-devel] c172: realism of radio transmission vs ambient noise volume

2005-10-10 Thread Vassilii Khachaturov
In the c172 aircraft, the ambient noise in the cockpit is pretty similar to what one hears w/o any headset. When one turns the radio on and tries to hear the ATIS, it sounds pretty low volume. Hi Vassilii, Which C172 are you commenting on? For the default 3d version I've turned the

[Flightgear-devel] fonts for HUD

2005-10-10 Thread rhett3
I am going nuts trying to enlarge the fonts for a tailored HUD display. I have changed the definition is hud.cxx to HUD_FONT_LARGE with no effect. I have tried to change HUD_Text_Size in hud.cxx. But these have no effect. Where would these be set, outside of the Cockpit directory? Thanks,

Re: [Flightgear-devel] fonts for HUD

2005-10-10 Thread MICHAEL G KRIZANSKY
rhett3 [EMAIL PROTECTED]Sent by: [EMAIL PROTECTED] 10/10/2005 04:33 PM AST Please respond to FlightGear developers discussions To flightgear-devel@flightgear.org cc bcc Subject [Flightgear-devel] fonts for HUD Where would these be set,

[Flightgear-devel] Problems compiling latest CVS snapshot (2005-10-11)

2005-10-10 Thread Matthias Boerner
Hi all, I tried to compile a new CVS snapshot of FlightGear. I got following error message: Making all in AIModel make[2]: Entering directory `/home/boerner/scr/cvs/FlightGear/FlightGear-0.9/source/src/AIModel' if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src

[Flightgear-devel] nasal electrical system

2005-10-10 Thread syd
Hi Steve ...I found the file in Aircraft/c172/c172-electrical.nas It works the way I wanted 0 volts at the outputs when the switch is off. ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org