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
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
* 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->
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
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
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
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
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
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
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
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
* 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
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
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
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
* 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
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
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
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
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
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
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_
> 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
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
24 matches
Mail list logo