[Flightgear-devel] shaders heads up

2010-08-13 Thread Tim Moore
I've checked in some changes to the shaders in attempt to fix bugs on some platforms and generally optimize them. I've eliminated the use of gl_FrontFacing, which seems to give us problems on certain Macintosh platforms. I've also reworked the way material animations are handled. Let me know of any

Re: [Flightgear-devel] Change in Input/Joysticks/Logitech

2010-08-13 Thread HB-GRAL
Torsten Dreyer schrieb: > Your merge request and your diff show different changes? > > Please verify whats correct. And a side-note: I prefer diffs as an attachment > to avoid copy'n paste errors. > > Thanks, Torsten Hello Torsten The merge request is correct. Thanks, Yves -

Re: [Flightgear-devel] Change in Input/Joysticks/Logitech

2010-08-13 Thread Torsten Dreyer
> Hello > > I don’t know who is maintainer of the Joystick directory in fgdata > master. I had the problem that Logitech Extreme 3d Pro was not working > on my mac. There was one missing definition and there where no > definitions for the axis. With this small changes it works perfect > now. >

[Flightgear-devel] HUD and 'view_direction' in cockpit.cxx

2010-08-13 Thread HB-GRAL
Hello There is a bug reported with HUD 'minimal' since some changes in cockpit.cxx. This HUD does not use 'heading' for Gyrocompass, it uses 'view_direction'. http://code.google.com/p/flightgear-bugs/issues/detail?id=146 Since some changes in cockpit.cxx it seems like 'view_direction' is broken

[Flightgear-devel] Website

2010-08-13 Thread kyle keevill
Alright all, this is just a simple question. Nothing tech related. Who's working on the website? (is it curt?) I'm looking to help out (and it looks like we've got a pretty good base :) Kyle Keevill kyle...@gmail.com ---

Re: [Flightgear-devel] Change in Input/Joysticks/Logitech

2010-08-13 Thread HB-GRAL
I added also another merge request for fixing a typo in CH Pro Yoke USB defintion for reported by Ailina in the forum: http://www.flightgear.org/forums/viewtopic.php?f=24&t=9017 Merge request: http://gitorious.org/fg/fgdata/merge_requests/19 Thanks, Yves HB-GRAL schrieb: > Hello > > I don’t k

[Flightgear-devel] Change in Input/Joysticks/Logitech

2010-08-13 Thread HB-GRAL
Hello I don’t know who is maintainer of the Joystick directory in fgdata master. I had the problem that Logitech Extreme 3d Pro was not working on my mac. There was one missing definition and there where no definitions for the axis. With this small changes it works perfect now. I sent a mer

Re: [Flightgear-devel] Crash with new p51d-jsbsim

2010-08-13 Thread Ron Jensen
On Thursday 12 August 2010 22:15:57 Hal V. Engel wrote: > On Thursday, August 12, 2010 07:24:36 pm Ron Jensen wrote: > > In yesterday's standalone JSBSim the p51d aborts because some properties > > are being used without being declared. Try the attached patch to the > > p51d.xml and see if it work