[Flightgear-devel] Models not in models branch?

2007-02-11 Thread Phil Cazzola
Mostly just curious Is there a reason that the Model Manager adds models to the root of the scene graph instead of the models branch? Models/modelmgr.cxx It has this: globals->get_scenery()->get_scene_graph()->addChild(model->getSceneGraph()); And I would expect this: globals->get

Re: [Flightgear-devel] instrument panels on views from outside the aircraft

2006-04-05 Thread Phil Cazzola
- Original Message - From: "Jim Wilson" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 05, 2006 6:22 AM Subject: Re: [Flightgear-devel] instrument panels on views from outside the aircraft From: John Kluza My real question though is can I make a panel visible from one of the

[Flightgear-devel] Re: easyxml.cxx tweak

2006-03-20 Thread Phil Cazzola
  You're right.  Sorry, I was looking at the version in the JSBSim cvs.   No exceptions there.   From: David Megginson <[EMAIL PROTECTED]>ail.com> Re: Re: Re: easyxml.cxx tweak   2006-03-20 17:31 I write more Java than C++, so I might be importing my prejudice

[Flightgear-devel] Re: Re: easyxml.cxx tweak

2006-03-20 Thread Phil Cazzola
: Phil Cazzola To: flightgear-devel@lists.sourceforge.net Sent: Monday, March 20, 2006 5:28 PM Subject: RE: Re: easyxml.cxx tweak   I can reproduce it (at least on my machine), right out of the box. I checked out a clean JSB, built it and ran with the f15 config. CVS

[Flightgear-devel] RE: Re: easyxml.cxx tweak

2006-03-20 Thread Phil Cazzola
  I can reproduce it (at least on my machine), right out of the box. I checked out a clean JSB, built it and ran with the f15 config. CVS will be giving me DOS style end of lines here.   Result: Crash. If I run dos2unix, it parses.  See below.   The error on the second run is because I did n

[Flightgear-devel] Re: easyxml.cxx tweak

2006-03-19 Thread Phil Cazzola
  I guess my problem was EOL characters.  I ran dos2unix and it fixed my probelm.   Is this a known item?   Phil   - Original Message - From: Phil Cazzola To: flightgear-devel@lists.sourceforge.net Sent: Friday, March 17, 2006 12:27 AM Subject: RE: easyxml.cxx

[Flightgear-devel] RE: easyxml.cxx tweak

2006-03-16 Thread Phil Cazzola
Sorry for the slow reply.  Looks like I accidently disabled messages when I added cvs-logs.   Without increasing the buffer size I get an exit (not a crash).   JSB kicks out this message:   Fatal error: unclosed token at line 480, column 26 (received from SimGear XML Parser)ESC[2m  

[Flightgear-devel] easyxml.cxx tweak

2006-03-14 Thread Phil Cazzola
  I have a large JSBSim aircraft defintion file that was not parsing. I discovered that easyxml has a size limit of 16K.  Any xml tag must   complete in 16384 bytes:           ( less than 16384 bytes )           It was hard to find because the limit was a magic number used in a func