Re: [Flightgear-devel] [OT] vector graphics program

2001-11-18 Thread Jim Wilson
Corel Draw runs on both (via wine of course), but it isn't free in any sense of the word. Jim Christian Mayer <[EMAIL PROTECTED]> said: > Hi, > > I'm looking for a vector graphics program that outputs EPS files. It > should not only take the input via mouse, but also via keyboard input > (so

Re: [Flightgear-devel] Re: Displays

2001-11-18 Thread Julian Foad
> Is there any code that would provide a good starting point in flightgear or > a related project? Yes: Atlas, by Per Liedman (:pserver:[EMAIL PROTECTED]:/cvsroot/atlas). It provides quite a nice moving map display with airports and navaids, using FlightGear's scenery, navaid database and cur

Re: [Flightgear-devel] Float --> Double

2001-11-18 Thread Julian Foad
Andy Ross wrote: > > > 2) Would this increase execution time? > > Probably only very slightly. Unless you play fun games with the > assembler, all the calculations are done at full precisions per the C > language specification. The only problem that should crop up is space I believe this is n

Re: [Flightgear-devel] New Wind Sound

2001-11-18 Thread Andy Ross
Erik Hofman wrote: > I'v uploaded a new wind.wav file at:http://www.a1.nl/~ehofman/fgfs/download/ > Before you can use it you have to aplly a small patch. > > > + _crank->set_pitch(1.9); > > > > [...] > > > > + float airspeed_kt = cur_fdm_state->get_V_equiv_kts(); > >if (rel_wind > 60.0)

Re: [Flightgear-devel] New Wind Sound

2001-11-18 Thread Erik Hofman
Erik Hofman wrote: > > --- /home/erik/src/CVS/fgfs/FlightGear/src/Sound/fg_fx.cxxTue Nov 13 10:41:25 >2001 > +++ FlightGear/src/Sound/fg_fx.cxxSun Nov 18 10:58:36 2001 > @@ -88,6 +88,7 @@ >// >_wind = new FGSimpleSound(fgGetString("/sim/sounds/wind", >

[Flightgear-devel] New Wind Sound

2001-11-18 Thread Erik Hofman
Hi, I'v uploaded a new wind.wav file at:http://www.a1.nl/~ehofman/fgfs/download/ Before you can use it you have to aplly a small patch. Erik --- /home/erik/src/CVS/fgfs/FlightGear/src/Sound/fg_fx.cxx Tue Nov 13 10:41:25 2001 +++ FlightGear/src/Sound/fg_fx.cxx Sun Nov 18 10:58:36