[Flightgear-devel] Patch for blender's ac3d_export.py

2006-11-21 Thread Ralf Gerlich
Hi all, find attached a patch for blender's ac3d_export.py It contains three modifications: - properly handle modifiers (e.g. Subsurf, Mirror, Boolean) - properly handle material indices attached to the object instead of the mesh - export face vertices in clockwise order looking along the normal

Re: [Flightgear-devel] Hobbs meter

2006-11-21 Thread Curtis Olson
It does, but not in a way where you could implement a real hobbs meter on your panel. Curt. On 11/20/06, Ampere K. Hardraade <[EMAIL PROTECTED]> wrote: On Monday 20 November 2006 23:58, Curtis Olson wrote: > Anyone out there have any special thoughts about building a hobbs meter > subsystem fo

[Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-21 Thread Curtis Olson
Does anyone have any sample C/C++ code that will interface with FlightGear's --telnet interface? There is a student here writing an external app that can take the scenery click point and do a street database lookup of the point that was clicked on in FlightGear. (This will sound more useful if y

Re: [Flightgear-devel] Bug in FGAIBase::~FGAIBase() (AIBase.cxx)

2006-11-21 Thread Maik Justus
Hi, had anyone a look on this? We should fix this. - Can we assure to call this destructor first and then destruct _path_cache? - Why is it necessary to set the path to "/ai/models/model-removed" ? Wouldn't it work without this? Maik Maik Justus schrieb am 14.11.2006 21:42: > Hi, > > I found ano

Re: [Flightgear-devel] Hobbs meter

2006-11-21 Thread Jon Stockill
Curtis Olson wrote: > It does, but not in a way where you could implement a real hobbs meter > on your panel. If it's available as a property then that would allow for reliability to be tied to hours (and then presumably you'd need a way to service the aircraft too). -- Jon Stockill [EMAIL PR

Re: [Flightgear-devel] CVS: data/Models/Geometry/Foch - New directory, NONE, NONE

2006-11-21 Thread Melchior FRANZ
* Vivian Meazza -- Wednesday 15 November 2006 19:13: > Update of /var/cvs/FlightGear-0.9/data/Models/Geometry/Foch > In directory baron:/tmp/cvs-serv21348/Foch What guarantee do have that the author doesn't demand its removal the other day, just to punish the fgfs developers for not fulfilling his

[Flightgear-devel] Acceptable workaround in enabling shadows on Mac OS X (fgfs-0.9.10)?

2006-11-21 Thread Tatsuhiro Nishioka
Hi folks, Currently, Shadows on fgfs Mac OS X 0.9.10 are disabled regardless of the option values. What causes this issue is that SimGear doesn't properly recognize OpenGL extensions and AlphaBits/StencilBits at SGShadowVolume::init() in ShadowVolume.cxx. I managed to find a workaround for th

Re: [Flightgear-devel] GPL Violation?

2006-11-21 Thread Jocelyn Couetdic
Hi all, Le samedi 18 novembre 2006 à 19:34 +0100, Christian Mayer a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dene schrieb: > > Hi Curt, thanks for re-affirming that, > > > > I am still a little unsure on some things; > > > > As long as I'm using images in a positive manner

Re: [Flightgear-devel] GPL Violation?

2006-11-21 Thread Jocelyn Couetdic
Le samedi 18 novembre 2006 à 15:27 -0500, Jim Wilson a écrit : > Andy's suggestion that this is ok because of the publicity value doesn't > detract from the > fraud aspect. Has anyone asked for a copy of the license the seller is > offering "on request"? > The real question we should address i

Re: [Flightgear-devel] CVS: data/Models/Geometry/Foch - New directory, NONE, NONE

2006-11-21 Thread Didier Fabert
Le mardi 21 novembre 2006 23:46, Melchior FRANZ a écrit : > * Vivian Meazza -- Wednesday 15 November 2006 19:13: > > Update of /var/cvs/FlightGear-0.9/data/Models/Geometry/Foch > > In directory baron:/tmp/cvs-serv21348/Foch > > What guarantee do have that the author doesn't demand its > removal the

Re: [Flightgear-devel] What does control gear/gear[0]/position-norm property in A-10?

2006-11-21 Thread Melchior FRANZ
* Roberto Inzerillo -- Thursday 09 November 2006 20:29: > I have to point out the beaufighter toggle_cdoor function is not > completely correct (it doesn't work right if you toggle the animation > while the door is already rotating). That's what the aircraft.door() class is for (-> $FG_ROOT/Nas