Re: [Flightgear-devel] b1900d nasal errors

2006-10-26 Thread Melchior FRANZ
* syd -- Thursday 26 October 2006 03:00: since it's my aircraft , it's probably something I did in the last update , No. This is a new error message has been added a few days ago. It's no longer allowed to write a nil value to a property. Nasal would turn the nil into a NaN in the C++ space,

Re: [Flightgear-devel] Keyboard Bindings and keyboard.xml

2006-10-26 Thread Holger Wirtz
Hi AJ hello Franz, first of all: I have never seen such a good organized code and system like fgfs! Also the community is really cooperatively. Thanks to all! On Wed, Oct 25, 2006 at 11:08:57AM +0100, AJ MacLeod wrote: [...] key n=67 nameC/name descCatapult Launch Command./desc

Re: [Flightgear-devel] OpenSceneGraph

2006-10-26 Thread Vassilii Khachaturov
Great news! Thank you very much for the porting. The rain stuff as well as the render surface stuff is nothing too complicated and already available in osg, but that needs to be done and tested. [SNIP] The 3d clouds are something to think about. osg can assist here but I need to think about

[Flightgear-devel] /sim/signals/fdm-initialized

2006-10-26 Thread Melchior FRANZ
fgfs does now emit a signal when the FDM has been initialized. This can be used to initialize code that depends on the FDM. setlistener(/sim/signals/fdm-initialized, func { ... stuff that depends on the FDM ... }); This is preferable to setttimer(func { ...}, 0) in many cases. It

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Jean-Yves Lefort
On Wed, 25 Oct 2006 09:56:24 +0200 Melchior FRANZ [EMAIL PROTECTED] wrote: * Yurik V. Nikiforoff -- Wednesday 25 October 2006 07:24: There are two problems around this issue. These two problems sound exactly like the ones that we had with another light patch a while ago. It was done the

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Melchior FRANZ
* Jean-Yves Lefort -- Thursday 26 October 2006 15:38: This one: http://people.freebsd.org/~jylefort/flightgear-aircraft-lights.diff Yes. The main difference is that your code looks very clean. :-) m. - Using Tomcat

[Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Holger Wirtz
Hello, can someone of the fgfs developers tell me, how I can establish a bidirectional protocoll connection (with tcp)? I tried the following, which results in an error: $ /usr/games/fgfs --generic=socket,bi,2,localhost,,tcp,fg_sqawk.xml Model Author: Unknown Creation Date: 2002-01-01

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Stuart Buchanan
--- Holger Wirtz wrote: Hello, I tried the following, which results in an error: $ /usr/games/fgfs --generic=socket,bi,2,localhost,,tcp,fg_sqawk.xml You shouldn't include the .xml on the end of your commandline argument. Where do I have to put the protocol defintion fg_sqawk.xml? I

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Melchior FRANZ
* Holger Wirtz -- Thursday 26 October 2006 16:36: And the last question: How can I set a value _if_ I get a bi-directional connection? Simply /my/path/to/the/property = whatever Just type helpCR in the telnet session. It will tell you all you need: set /my/path/to/the/property whatever

[Flightgear-devel] Crippled ADD WAYPOINT and broken CONCORDE panel, when updating

2006-10-26 Thread Forums Virgin Net
Im have problems updating my Windows 2000 machine to run newer FlightGear updates! Here's what happens hope I got it organised enough !!! After this version "fgfs-win32-20060429" the Autopilot ADD WAYPOINT

Re: [Flightgear-devel] Crippled ADD WAYPOINT and broken CONCORDE panel, when updating

2006-10-26 Thread Frederic Bouvier
Quoting Curtis Olson : On 10/26/06, Forums Virgin Net [EMAIL PROTECTED] wrote: Im have problems updating my Windows 2000 machine to run newer FlightGear updates! Here's what happens hope I got it organised enough !!! Make sure you also update to a matching copy of the base package

Re: [Flightgear-devel] Yard Stik 3d model?

2006-10-26 Thread Curtis Olson
On 10/25/06, Jeff McBride [EMAIL PROTECTED] wrote: Curt, what is your process for going from this flight data to a JSBSimmodel? What sort of maneuvers do you fly and how to get extract theFDM parameters?Jeff,Now you are asking hard questions. I'm not an aerospace engineer so I am trying to learn

Re: [Flightgear-devel] Not only landing lights...

2006-10-26 Thread Yurik V. Nikiforoff
This is light patch for devel branch of fgfs. -- Wbr, Yurik light_source_devel.tar.gz Description: application/tgz - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [Flightgear-devel] OpenSceneGraph

2006-10-26 Thread Mathias Fröhlich
Hi, On Wednesday 25 October 2006 16:48, Frederic Bouvier wrote: I am eager to see it in CVS. It seems natural that the flow of innovation goes to HEAD and branches are used for freezing functionalities and doing maintenance release. Many big projects are doing like that, gcc for instance.

Re: [Flightgear-devel] OpenSceneGraph

2006-10-26 Thread Mathias Fröhlich
Ok. In summary I will create a branch this weekend in SimGears and FlightGears CVS. That branch will contain the old plib based code. Whoever needs to work on that/stick with that - not recommended plib/ssg is deprecated now - can live on that branch. Past that branch I will push into CVS

Re: [Flightgear-devel] OpenSceneGraph

2006-10-26 Thread Mathias Fröhlich
Hi, On Wednesday 25 October 2006 00:55, Ampere K. Hardraade wrote: The current 3D clouds don't work on every machine, and I think its maintainer is gone as well. In my opinion, if 3D clouds is offered in OSG, then we should make use of it, because it probably is more robust and better

Re: [Flightgear-devel] OpenSceneGraph

2006-10-26 Thread Mathias Fröhlich
Hi, On Wednesday 25 October 2006 00:34, Stuart Buchanan wrote: Sounds like a significant improvement. Presumably you haven't noticed any degradation in performance anywhere? I have no specific test set that I compare - but what I compared is not slower. Going on the assumption that this is