[Flightgear-devel] Re: Next release planning ...

2004-12-16 Thread Melchior FRANZ
* Erik Hofman -- Thursday 16 December 2004 14:26:
 Melchior FRANZ wrote:
  z-offset-m alias=/sim[0]/chase-distance-m[0]/
 
 In the archives I noticed you had a patch for this.

No. I said it's fixed and I'd send you the patch after some more testing.
The bug is in the load function, but While working on this I noticed that
there's also a writing bug. Hold on until tomorrow.

m.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Re: Next release planning ...

2004-12-16 Thread Melchior FRANZ
* Melchior FRANZ -- Wednesday 15 December 2004 22:38:
 fgfs doesn't like *.sav files with property alias (see below). It doesn't
 really crash, but abort.
 
 z-offset-m alias=/sim[0]/chase-distance-m[0]/

fixed. Need to make some more tests before sending to Erik.

m.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Re: Next release planning ...

2004-12-16 Thread Erik Hofman
Melchior FRANZ wrote:
* Chris Metzler -- Wednesday 15 December 2004 19:15:
- attempting to load a saved state from the menu crashes the program.

fgfs doesn't like *.sav files with property alias (see below). It doesn't
really crash, but abort.
z-offset-m alias=/sim[0]/chase-distance-m[0]/
In the archives I noticed you had a patch for this.
My email eems to be a bit slow today, so could you post an URL to the 
patch, then I'll fetch it from the list archives.

Erik
___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Re: Next release planning ...

2004-12-15 Thread Melchior FRANZ
* Martin Spott -- Wednesday 15 December 2004 18:09:
 1.) Do you have any plans if/when to deal with Michael's already
 well-known  ;-)  'crease' stuff -

s/Michael/Mathias/



 2.) It would be nice to have the airport description in the base
 package updated to what the recent scenery was built from. I think
 there are several new or moved airports that FlightGear currently
 doesn't recognize.

I'm missing KEDW now since a very long time. I wonder how such a huge,
famous, and extraordinary airport could disappear. Is there still hope?

m.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


RE: [Flightgear-devel] Re: Next release planning ...

2004-12-15 Thread Vivian Meazza
Melchior FRANZ wrote

 * Martin Spott -- Wednesday 15 December 2004 18:09:
  1.) Do you have any plans if/when to deal with Michael's already
  well-known  ;-)  'crease' stuff -
 
 s/Michael/Mathias/
 

We shouldn't forget that Mathias' so-called 'crease patch' also brings with
it significant performance gains. While it is probably too much to expect a
new release of plib in the timeframe of the next FG release, we should
continue to press for one, please.

Meanwhile, the users of cvs and of some of the pre-cooked binaries will have
a significantly better bit of kit than the official release in both
appearance and performance terms. (Not to mention the fun of a fully
functional aircraft carrier). Pity, but there it is.

Regards,

Vivian



___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Re: Next release planning ...

2004-12-15 Thread Martin Spott
Melchior FRANZ wrote:
 * Martin Spott -- Wednesday 15 December 2004 18:09:
 1.) Do you have any plans if/when to deal with Michael's already
 well-known  ;-)  'crease' stuff -
 
 s/Michael/Mathias/

Sorry, Mathias, I should have known better,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Re: Next release planning ...

2004-12-15 Thread Melchior FRANZ
* Chris Metzler -- Wednesday 15 December 2004 19:15:
 - the inner marker sound immediately upon startup, while sitting on the
 runway, that can only be stopped by starting your takeoff roll and getting
 far enough along into it.

fgfs rightfully beeps. It found that it's in the range of an inner marker
that it hasn't indicated yet. I was never annoyed by this beeping. To ban
it, one just had to pretend that fgfs has already seen this marker. Shouldn't
have negative side effects anywhere else. Of course, fgfs would still beep
if it were started in the range of a middle or outer marker. But as inner
markers are the most likely ones, we might want to have this patch applied:


RCS file: 
/var/cvs/FlightGear-0.9/FlightGear/src/Instrumentation/marker_beacon.cxx,v
retrieving revision 1.2
diff -u -p -u -0 -r1.2 marker_beacon.cxx
--- marker_beacon.cxx   5 Dec 2004 01:04:33 -   1.2
+++ marker_beacon.cxx   15 Dec 2004 18:53:35 -
@@ -249 +249 @@ void FGMarkerBeacon::search()
-static fgMkrBeacType last_beacon = NOBEACON;
+static fgMkrBeacType last_beacon = INNER;

m.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] Re: Next release planning ...

2004-12-15 Thread Melchior FRANZ
* Chris Metzler -- Wednesday 15 December 2004 19:15:
 - attempting to load a saved state from the menu crashes the program.

fgfs doesn't like *.sav files with property alias (see below). It doesn't
really crash, but abort.

z-offset-m alias=/sim[0]/chase-distance-m[0]/

m.

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d