Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: FlightGear/src/GUI new_gui.cxx, 1.51, 1.52

2007-03-29 Thread Martin Spott
Melchior Franz wrote: Update of /var/cvs/FlightGear-0.9/FlightGear/src/GUI In directory baron:/tmp/cvs-serv25323 Modified Files: new_gui.cxx Log Message: add signal on GUI reinit; needed for reloading Nasal loaded XML dialogs Unfortunately this fails on FreeBSD with current OSGG

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: FlightGear/src/GUI

2007-03-29 Thread Martin Spott
Martin Spott wrote: Melchior Franz wrote: Update of /var/cvs/FlightGear-0.9/FlightGear/src/GUI In directory baron:/tmp/cvs-serv25323 Modified Files: new_gui.cxx Log Message: add signal on GUI reinit; needed for reloading Nasal loaded XML dialogs Unfortunately this fails

[Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Markus Zojer
Hello all! First off, when linking the B-2(yasim) to the generic aar.nas I experienced a constant switching of the engines/out-of-fuel property which unsurprisingly results in low thrust. Could this be related to the broken fuel-consumed-lbs property (of yasim?) that is jumping around close

Re: [Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Melchior FRANZ
* Markus Zojer -- Thursday 29 March 2007: First off, when linking the B-2(yasim) to the generic aar.nas I experienced a constant switching of the engines/out-of-fuel property which unsurprisingly results in low thrust. Fixed. This was a bug in aar.nas, that was triggered by the B-2

[Flightgear-devel] nasal development news

2007-03-29 Thread Melchior FRANZ
I have today added/finished two simple features that are interesting for development of Nasal code. (A) Help-Nasal Console This dialog supports now several tabs, of which each can hold separate Nasal code snippets, all of which are saved on exit and reloaded next time. This is useful for little

Re: [Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Vivian Meazza
Markus Zojer Hello all! First off, when linking the B-2(yasim) to the generic aar.nas I experienced a constant switching of the engines/out-of-fuel property which unsurprisingly results in low thrust. Could this be related to the broken fuel-consumed-lbs property (of yasim?) that is

Re: [Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Csaba Halász
Hi! Looking at aar.nas I noticed some seemingly unnecessary elsif usage, wonder if they are there for a reason: if (size(selected_tanks) == 0) { } elsif (consumed = 0) { } elsif (consumed 0) { === HERE } ... and ... if (capacity - lbs = fuel_per_tank) { } elsif (capacity - lbs

Re: [Flightgear-devel] Generic aar.nas/AI properties

2007-03-29 Thread Melchior FRANZ
* Csaba Halász -- Thursday 29 March 2007: if (size(selected_tanks) == 0) { } elsif (consumed = 0) { } elsif (consumed 0) { === HERE Yeah, that's now redundant. It wasn't until a few hours ago. Didn't look at that. if (capacity - lbs = fuel_per_tank) { } elsif (capacity - lbs

[Flightgear-devel] New Nasal in CVS

2007-03-29 Thread Andy Ross
A big heads up. I just updated the Nasal interpreter to sync it with Nasal CVS: Sync with Nasal CVS (soon to become Nasal 1.1). Notable new features: Nasal now supports calls to subcontexts and errors can be thrown across them, leading to complete stack traces when call() is used, instead

Re: [Flightgear-devel] encoder/altimeter kap140.nas

2007-03-29 Thread Dave Perry
On Wed, 2007-03-28 at 21:57 -0600, Ron Jensen wrote: Dave, I've been running John's code for a while now and have not noticed any problems with it. I compiled with your patch this morning but have not had a chance to fly it yet. One change I would like see from a neatness point of view: