Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread Frederic Bouvier
Hi Tat, - "Tatsuhiro Nishioka" <[EMAIL PROTECTED]> a écrit : > Anyway, could someone apply his (and my) patches and commit to cvs? > RCS file: /var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx,v > retrieving revision 1.201 > diff -u -r1.201 fg_init.cxx 1.201 is a bit

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread James Turner
On 29 Jul 2008, at 20:41, Tatsuhiro Nishioka wrote: > I applied your patches and it seems working properly so far on my > environment (cvs/osg as of several days back). However, I needed the > following additional patch for avoiding compilation errors. > > Anyway, could someone apply his (and

Re: [Flightgear-devel] Window controls

2008-07-29 Thread Curtis Olson
On Tue, Jul 29, 2008 at 11:23 AM, cullam Bruce-Lockhart wrote: > Hi there. I'm fairly new to this, so this is probably a very rudimentary > question. I apologize. I'm hooking up a lumenera Camera for a live video > feed from a UAV, so that the video gets handed to Flightgear, which then > draws it

Re: [Flightgear-devel] Mac #ifdef clean-ups

2008-07-29 Thread Tatsuhiro Nishioka
Hi James, Thanks for your clean-ups. I was about to eliminate obsolete APIs so this is a really great help. I applied your patches and it seems working properly so far on my environment (cvs/osg as of several days back). However, I needed the following additional patch for avoiding compilation

[Flightgear-devel] about the carrier used in scenario

2008-07-29 Thread jean pellotier
hi all we did a scenario that use the carrier type to make an arresting cable with a flols working, at LFRJ airport (Landivisiau, France), but if we check the "turn to wind button" the cable and the flols are moving, considered like a normal carrier. Is there a way to make it fix relative to t

[Flightgear-devel] Window controls

2008-07-29 Thread cullam Bruce-Lockhart
Hi there. I'm fairly new to this, so this is probably a very rudimentary question. I apologize. I'm hooking up a lumenera Camera for a live video feed from a UAV, so that the video gets handed to Flightgear, which then draws its HUD over the video stream. In order to do this, I need to be able t

[Flightgear-devel] bad aircraft.livery.init() use

2008-07-29 Thread Melchior FRANZ
May I remind developers that the optional arguments to aircraft.livery.init() are *optional*? It seems to be common practice to use the "name-path" and "sort-path" arguments, which is generally a bad idea: it means that you have to *manually* sort the entries, which isn't only more work, but also m