[Flightgear-devel] Ground structures pulled from diagrams.

2006-03-05 Thread Chris Metzler
On Mon, 6 Mar 2006 01:04:48 -0500 Ampere K. Hardraade wrote: > > Julien is working on a program called svg2ac. The other day, we did an > experiment generating the Frankfurt airport out of an FAA's airport > diagram using this program. > > http://flamebunny.homelinux.net/pics/EDDF.jpg > > As y

Re: [Flightgear-devel] Wiesbaden: Flightgear on LinuxTag

2006-03-05 Thread Julien Pierru
Tiago and I have been working on this pdf-svg to ac converter, that uses airport pdf maps to create 3Dimensional models loadable in flightgear. Those models are complete with runways and taxiways. Attached is a screenshot of the buildings at Wiesbaden.  We still have a couple of bugs as you can see

[Flightgear-devel] Re: fix for exit crash

2006-03-05 Thread Melchior FRANZ
* Jean-Yves Lefort -- Sunday 05 March 2006 03:06: > The attached patch fixes a crash which occurs on exit. Anyone else seeing this "crash" (which really is a deliberate abort())? Or is it a BSD feature? > In the FGMetarEnvironmentCtrl destructor, thread->cancel() causes the > following thread->

Re: [Flightgear-devel] Error making cvs FG

2006-03-05 Thread Mathias Fröhlich
Hi, is it possible that you have a cvs conflict? Greetings Mathias -- Mathias Fröhlich, email: [EMAIL PROTECTED] --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and

Re: [Flightgear-devel] FlightGear on LinuxTag;

2006-03-05 Thread Ampere K. Hardraade
On Friday 03 March 2006 11:44, Ralf Gerlich wrote: > That is EDDF, Frankfurt/Main Intl airport. > > However, Frankfurt/Main may be interesting nonetheless regarding scenery > objects. As I know Ingrid ;-), she'll target more than "just" Wiesbaden > and therefore we'll probably also do Frankfurt (or

[Flightgear-devel] c172p normalized control surface positions

2006-03-05 Thread Jean-Yves Lefort
Hi, The attached patch restores normalized control surface positions on the c172p. -- Jean-Yves Lefort [EMAIL PROTECTED] http://lefort.be.eu.org/ Index: Aircraft/c172p/c172p.xml === RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c

[Flightgear-devel] Error making cvs FG

2006-03-05 Thread Justin Smithies
Hi Guys i can no longer build FG . This is the error im getting. Making install in Main make[2]: Entering directory `/root/files/flightgear/flightgear-cvs/source/src/Main' if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I../../src/FDM/JSBSim -I/usr/X11R6/include -I/usr/l

[Flightgear-devel] Compiler warnings

2006-03-05 Thread James Turner
I've recently spent some time getting my XCode projects for flightgear running to my satisfaction; as a result I'm now able to use FG after a lapse of several months (my fault, nothing to do with the codebase). However, two issues which have always troubled me have again raised their head; the firs

Re: [Flightgear-devel] Re: fix for exit crash

2006-03-05 Thread Jean-Yves Lefort
On Mon, 6 Mar 2006 01:28:50 +0100 Melchior FRANZ <[EMAIL PROTECTED]> wrote: > * Jean-Yves Lefort -- Sunday 05 March 2006 03:06: > > The attached patch fixes a crash which occurs on exit. > > > Assertion failed: (status == 0), function ~SGMutex, file > > /home/jylefort/test/simgear-head/include/si

Re: [Flightgear-devel] FlightGear on LinuxTag; Was: FlightGear Make Process: Amazing

2006-03-05 Thread Paul Surgeon
On Friday 03 March 2006 22:53, David Megginson wrote: > On 03/03/06, Matthias Boerner <[EMAIL PROTECTED]> wrote: > > > Next one: I know how it feels to fly a real aircraft but I've never > > > used a yoke or pedals with FlightGear. Sometimes I've use other > > > people's equipment with M$FS but I w

[Flightgear-devel] performance and appearance issues with point sprites

2006-03-05 Thread Jean-Yves Lefort
A little table (GeForce4 MX 4000, 1280x960) for fgfs --timeofday=midnight: point-spriteenhanced-lighting fps runway/taxiway lights === false false 18 steady pixels [1] false

[Flightgear-devel] Re: fix for exit crash

2006-03-05 Thread Melchior FRANZ
* Jean-Yves Lefort -- Sunday 05 March 2006 03:06: > The attached patch fixes a crash which occurs on exit. > Assertion failed: (status == 0), function ~SGMutex, file > /home/jylefort/test/simgear-head/include/simgear/threads/SGThread.hxx, line > 227. > Abort trap (core dumped) So it's not a c

Re: [Flightgear-devel] FlightGear on LinuxTag;

2006-03-05 Thread Arnt Karlsen
On Fri, 3 Mar 2006 23:25:21 +0100, Thomas wrote in message <[EMAIL PROTECTED]>: > Am Freitag 03 März 2006 21:55 schrieb Martin Spott: > > Jon Stockill wrote: > > > I think there have been objects added for that area, but the > > > screenshots I've seen seem to indicate that a lot more are > > > a

[Flightgear-devel] fix for exit crash

2006-03-05 Thread Jean-Yves Lefort
Hi, The attached patch fixes a crash which occurs on exit. In the FGMetarEnvironmentCtrl destructor, thread->cancel() causes the following thread->join() call to return without actually waiting on the thread (btw, thread->cancel() does not cause the thread to exit). Then the request_queue destru

[Flightgear-devel] MK VIII documentation

2006-03-05 Thread Jean-Yves Lefort
Hi, I've written some documentation for the MK VIII. A tarball containing the DocBook source and XHTML output is attached. -- Jean-Yves Lefort [EMAIL PROTECTED] http://lefort.be.eu.org/ mk-viii-manual.tgz Description: GNU Unix tar archive pgp08QXk09s0o.pgp Description: PGP signature

[Flightgear-devel] Re: Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Melchior FRANZ
* Dave Perry -- Sunday 05 March 2006 01:41: > I would like to add a voltage check before moving the flaps or landing > gear in data/Nasal/controls.nas. > _if(getprop("/systems/electrical/outputs/flaps") < 8.0) {return; } [...] > _if(getprop("/systems/electrical/outputs/landing-gear") < 8

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Andy Ross
Dave Perry wrote: > I would like to add a voltage check before moving the flaps or > landing gear in data/Nasal/controls.nas. The proposed changes are > underlined. Adding aircraft-specific code to the generic control mappings is a bad idea; that file is for Nasal code that is globally useful for

Re: [Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Curtis L. Olson
Dave Perry wrote: I would like to add a voltage check before moving the flaps or landing gear in data/Nasal/controls.nas. The proposed changes are underlined. flapsDown = func { if(arg[0] == 0) { return; } _if(getprop("/systems/electrical/outputs/flaps") < 8.0) {return; } # Dave Perry

[Flightgear-devel] Flaps and landing gear extend and retract with no power? OK to add voltage checks?

2006-03-05 Thread Dave Perry
I would like to add a voltage check before moving the flaps or landing gear in data/Nasal/controls.nas. The proposed changes are underlined. flapsDown = func { if(arg[0] == 0) { return; } _if(getprop("/systems/electrical/outputs/flaps") < 8.0) {return; } # Dave Perry added a check for vo

[Flightgear-devel] Mailing archive has ceased working

2006-03-05 Thread Ampere K. Hardraade
It would seem our mailing archive has ceased working since February 27th. Ampere --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and jo

Re: [Flightgear-devel] MK VIII EGPWS emulation

2006-03-05 Thread Frederic Bouvier
Jean-Yves Lefort wrote : > Feel free to commit; thanks for your work. > Ok, the instrument itself is commited. Now I would like to have a formal acceptance from Syd Adams ( copied in the dest list of this mail ) before commiting the changes to the b1900d. Syd ? -Fred PS: I am out of town ne

[Flightgear-devel] Errors in 'mk_viii.cxx' ?

2006-03-05 Thread Martin Spott
Hello, when compiling the current CVS tree on IRIX/MIPSpro I get several Errors in 'mk_viii.cxx': CC -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/opt/include -I/usr/freeware/include -Xcpluscomm -I/opt/FlightGear/include -I/usr/local/include -O2 -use_readonly_const -rdata_

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/FDM UFO.cxx,1.11,1.12

2006-03-05 Thread Vassilii Khachaturov
> Modified Files: > UFO.cxx > Log Message: > work better with interpolated brakes > [snip] > double th = globals->get_controls()->get_throttle( 0 ); > ! if ( globals->get_controls()->get_brake_left() > 0.0 > ! || globals->get_controls()->get_brake_right() > 0.0 ) [snip] Wo

Re: [Flightgear-devel] [PATCH] rain cone orientation

2006-03-05 Thread Vassilii Khachaturov
On Fri, 3 Feb 2006, Vassilii Khachaturov wrote: > > > Rather, I wanted to make a subsection of preferences.xml dedicated to > > > precipitation rendering, maybe smth like a > > > /sim/rendering/precipitation > > > then just pass an sgprop node pointer from that environment manager > > > over to SG