Re: [Flightgear-devel] RFC: Reading Airport Geometry from Scenery

2009-08-27 Thread Durk Talsma
On Thursday 27 August 2009 00:17:16 Martin Spott wrote: Durk Talsma wrote: runway information from scenery/Airports/I/C/A/ICAO.geometry.xml I think this was supposed to mean 'ICAO.threshold.xml', right ? Yes, that's correct.

Re: [Flightgear-devel] [DRAFT] generic input devices and hotplug support

2009-08-27 Thread Tatsuhiro Nishioka
Hi, I've implemented Mac specific portion of generic input devices, and am testing it. The Mac specific source (including some local modification on FGEventInput.* and Makefile.am files) ATM are available at:

Re: [Flightgear-devel] Generic Input Support

2009-08-27 Thread Tatsuhiro Nishioka
Hi Jim, Thanks for the info and the link to USB spec. I'm not so sure if Windows need this table, but on Macs it's inevitable. We also need to look up other usage pages like general desktop page (0x01), buttons page since many joysticks use these pages instead of simulation page. FYI, There is

Re: [Flightgear-devel] Running FGFS 1st time - Initializing Subsystems then Debug Assertion Failed

2009-08-27 Thread Randall Green
Anders, Thanks for the email. Yes, it crashes right after it says JSBSim startup beginning How do I know if an aircraft uses YASim?? I'm using CVS FlightGear which has folders: src\FDM\JSBSim\. That means JSBSim is CVS, right? Thanks, Randy Green - Original Message - From: Anders

Re: [Flightgear-devel] Running FGFS 1st time - Initializing Subsystems then Debug Assertion Failed

2009-08-27 Thread Nicolas Quijano
Look in the setfile for an aircraft (the ***-set.xml file), there will be an aero tag that indicates which FDM engine it's using. Cheers, Nic On Thu, Aug 27, 2009 at 11:18 AM, Randall Green randall.gr...@wright.eduwrote: Anders, Thanks for the email. Yes, it crashes right after it says

Re: [Flightgear-devel] Running FGFS 1st time - Initializing Subsystems then Debug Assertion Failed

2009-08-27 Thread Anders Gidenstam
On Thu, 27 Aug 2009, Randall Green wrote: Anders, Thanks for the email. Yes, it crashes right after it says JSBSim startup beginning How do I know if an aircraft uses YASim?? I'm using CVS FlightGear which has folders: src\FDM\JSBSim\. That means JSBSim is CVS, right? Well, not quite

Re: [Flightgear-devel] [DRAFT] generic input devices and hotplug support

2009-08-27 Thread Torsten Dreyer
I've implemented Mac specific portion of generic input devices, and am testing it. The Mac specific source (including some local modification on FGEventInput.* and Makefile.am files) ATM are available at: http://macflightgear.sourceforge.net/wp-content/uploads/eventinput/FGMacEve ntInput.tgz

Re: [Flightgear-devel] [DRAFT] generic input devices and hotplug support

2009-08-27 Thread Tatsuhiro Nishioka
FGMacOSXEventInput.?xx is ready for CVS? I modified these a bit and I guess these are ready now. The updated files are available at: http://macflightgear.sourceforge.net/wp-content/uploads/eventinput/FGMacEventInput-20090827.tar.gz I also modified your code to eliminate compilation errors (linux headers