[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear source

2007-03-31 Thread Curtis L. Olson
2f585eeea02e2c79d7b1d8c4963bae2d - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and ear

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear data

2007-03-31 Thread Curtis L. Olson
2f585eeea02e2c79d7b1d8c4963bae2d - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and ear

[Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2007-03-31 Thread Curtis L. Olson
2f585eeea02e2c79d7b1d8c4963bae2d - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and ear

Re: [Flightgear-devel] JSBSim bug (was) weekly bug roundup

2007-03-31 Thread Ron Jensen
Jon, In simple testing (taking off in my F4E, rolling inverted, and slamming into the ground) this patch suppresses the messages as desired unless "--loglevel=warn" is set. So yes, this patch seems to work with FlightGear. Perhaps someone could apply this to CVS in FlightGear as well? Thanks,

Re: [Flightgear-devel] JSBSim bug (was) weekly bug roundup

2007-03-31 Thread Jon S. Berndt
Does this patch work with JSBSim.cxx in FlightGear? If it does, then I don't have a problem with including it in JSBSim.cxx in JSBSim CVS. Jon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ron > Jensen > Sent: Saturday, March 31, 2007 6:51 PM > To:

Re: [Flightgear-devel] JSBSim bug (was) weekly bug roundup

2007-03-31 Thread Ron Jensen
On Sun, 2007-02-11 at 20:27 -0600, Jon S. Berndt wrote: > > 1.24 Misdirected diagnostic in JSBSim.cxx > > Was the fix for this applied to JSBSim.cxx in JSBSim CVS, too? > > Jon The wiki [1] says this bug is fixed in JSBSim, however that is not true. CVS for flightgear [2] matches CVS for JSB

Re: [Flightgear-devel] crash with route manager dialog

2007-03-31 Thread Melchior FRANZ
* Harald JOHNSEN -- Saturday 31 March 2007: > I set KLAX in the next waypoint and keep the dialog open ; > I can see garbage in the target, dist, and eta fields one image every > two image and correct value the other image. Works here. No garbage, no crash. Starting with the ufo from ksfo, with o

[Flightgear-devel] Help with bi-directional TCP "generic" protocol

2007-03-31 Thread Lorne McIntosh
Hi all, I'm trying to use the "generic" protocol to interface with flightgear: --generic=socket,bi,50,,5500,tcp,uavInterface After starting flightgear, I'm connecting to it with a telnet client: telnet localhost 5500 It connects successfully, but I don't receive any data. I've checked with WireS

[Flightgear-devel] crash with route manager dialog

2007-03-31 Thread Harald JOHNSEN
Hi, I set KLAX in the next waypoint and keep the dialog open ; I can see garbage in the target, dist, and eta fields one image every two image and correct value the other image. This leads to a crash after some time in dialoc.cxx:format_callback() ; at that point there is garbage in obj->getLabe

Re: [Flightgear-devel] Flash2a patch

2007-03-31 Thread Melchior FRANZ
* Stuart Buchanan -- Saturday 31 March 2007: > http://www.nanjika.co.uk/flightgear/flash2a.tar.bz2 I tried to commit, but our CVS has the silly habit of only allowing the original committer access (Martin), until Curt manually changes the dir permissions or something. m.

[Flightgear-devel] Flash2a patch

2007-03-31 Thread Stuart Buchanan
Hi All, I've been working on some improvements to the flash2a model. Specifically: - Improved FDM, though it is still a bit fast and slippery at idle throttle - Reversed pitch and nosewheel controls (just like IRL) - Accurate hand throttle and magneto switches - Improved model (24k vertices) - He

[Flightgear-devel] KNID: New Airport layout ant buildings

2007-03-31 Thread alexis bory
Hi all, I've modelled KNID (China Lake Naval Air Weapons Station, CA.) buildings and taxiways layout. Screenshoots are availble here: http://croo.murgl.org/fgfs/scenery/ and a test package with some explanations here: http://croo.murgl.org/fgfs/scenery/KNID Thanks for you comments,

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

2007-03-31 Thread Melchior FRANZ
* John Denker -- Friday 02 March 2007: > In the last couple of days, there have been bugfixes and > upgrades to atmo.nas, atmo.hxx and atmo.cxx ... Committed, thanks! m. - Take Surveys. Earn Cash. Influence the Future of IT

Re: [Flightgear-devel] New Nasal in CVS

2007-03-31 Thread Harald JOHNSEN
Harald JOHNSEN wrote: >mathlib.c >f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(29) : error C2065: >'__func__' : identificateur non déclaré >f:\dvlp\osgfg\SimGear\source\simgear\nasal\mathlib.c(29) : warning >C4047: 'fonction' : 'const char *' diffère de 'int' dans les niveaux >d'indirec

Re: [Flightgear-devel] New Nasal in CVS

2007-03-31 Thread Harald JOHNSEN
Andy Ross wrote: >A big heads up. I just updated the Nasal interpreter to sync it with >Nasal CVS: > > > >This almost certainly broke something, somewhere. Please be on the >lookout for anything that looks like it might be an interpreter bug or >new behavior. Likewise, let me know if any plat