Re: [Flightgear-devel] Fw: Adding in my code/aircraft data

2003-03-25 Thread Erik Hofman
Tim, I've taken a look at your code. First of all, I think this implementation is much too specific to include in the sourcode, but I think it forms a good basis to generate a generic serial protocol class which could be configured by an XML configuration file. If you want to take a stab at

Re: [Flightgear-devel] Re: p51d won't load

2003-03-25 Thread Jim Wilson
Dave Perry [EMAIL PROTECTED] said: Jim, I had tried changing the version also. I copied in the config file you posted and got further. But now it did not find the merlinV-1650 which dod not come in with the cvs update to the base package. Thanks, Dave Sorry about. Try these (they go

Re: [Flightgear-devel] Re: P-51D 3d Model and help request

2003-03-25 Thread Martin Dressler
On Mon 24. March 2003 22:25, you wrote: * Jim Wilson -- Monday 24 March 2003 21:07: They are huge and I think it'd be worth offering them. [...] Yes, that's what I said. I was just worried that the base package might become too big for mere users to download, as soon as each of the models

RE: [Flightgear-devel] Re: P-51D 3d Model and help request

2003-03-25 Thread Richard Bytheway
As a pay-by-the-minute modem user, I would prefer not to have 200MB of data dumped into the base package CVS if possible. The cheapest my connection gets is £0.48 per hour. 200MB is about 20 hours of download time, thus costs about £10 (US$16 or so), and my phone line is busy for a day. I

Re: [Flightgear-devel] Re: P-51D 3d Model and help request

2003-03-25 Thread John Check
On Tuesday 25 March 2003 6:41 am, Richard Bytheway wrote: As a pay-by-the-minute modem user, I would prefer not to have 200MB of data dumped into the base package CVS if possible. The cheapest my connection gets is £0.48 per hour. 200MB is about 20 hours of download time, thus costs about £10

[Flightgear-devel] Generic, configurable output option added

2003-03-25 Thread Erik Hofman
Hi, I have added a generic, XML configurable, output only option to FlightGear called generic. To use it you have to add --generic=params (see FlightGear/docs-mini/README.IO for more details. A test configuration file could be found here, and should be places in the base package under a

Re: [Flightgear-devel] Re: P-51D 3d Model and help request

2003-03-25 Thread Jim Wilson
Martin Dressler [EMAIL PROTECTED] said: And I have another 200MB of xcf files for hi-res C172-S Panel :o). IMHO one and only solution is to make new CVS branch for it. I'am really interested in source files of some 3d panels and aircrafts. That seems unusually large. Don't the faces just

[Flightgear-devel] Multiplayer update

2003-03-25 Thread Duncan McCreanor
Attached is the latest update (as a diff) for the multiplayer code. It contains changes to the model unloading/loading and other minor corrections/comment changes. Duncan McCreanor.? mplaydiff.txt Index: mpmessages.hxx === RCS

[Flightgear-devel] R/C transmitter support added to base package

2003-03-25 Thread Michael Selig
I have just added R/C transmitter support to the FlightGear base package. To make it all work, one must have a supported radio and purchase an RCJOY USB box ($90) as well as a cable (~$12) from http://www.leweng.com. This USB box works with all major R/C brands: Futaba, Airtronics, JR,

re: [Flightgear-devel] GPS and Linux

2003-03-25 Thread David Megginson
Rich Bowen writes: I just saw a message that you sent: http://seneca.me.umn.edu/pipermail/flightgear-devel/2002-October/012030.html I wondered if you could send me the script, or tell me how I might do this. I know Perl. I know almost nothing about GPS except that it's probably the

re: [Flightgear-devel] RE: Flying in the UK

2003-03-25 Thread David Megginson
Matthew Law writes: Incidentally, spurred on by David's experience I have decided to try for a PPL starting this summer. I have a CAA medical on April 4 and hopefully start flying in August at EGNF. It will be very strange repeatedly taking off *and* landing in a cessna! Let us know

[Flightgear-devel] Multiple views using ssgContext

2003-03-25 Thread Gopal Mor
Hi all, i try to open multiple openGL (sub)windows which all show the same ssg(root)under different perspectives. i use the ssgContext class and give every class another FOV, NearFar and so on. But what i see is the following: the first view is ok, but all other views looks blurred (as if the

[Flightgear-devel] MSVC6.0 Update

2003-03-25 Thread Gopal Mor
Hi All, Whether anyone has tried to build latest FlightGear using MSVC6.0 ? When I tried I received couple of errors as follow 1. most of them about obsolete files (which are no more in CVS repository). 2. GLUT_H symbol is not found in some of the files. What I felt is, .dsp and .dsw files

[Flightgear-devel] Model naming standards suggestion

2003-03-25 Thread Jon Berndt
The Wilson P-51D Gunfighter model has the following named parts: name RightInnerGearCover name LeftInnerGearCover name CanopyRail name ConsolePanel name RightFrontCorner name LeftFrontCorner name RightGun3 name RightGun2 name RightGun1 name LeftGun3 name LeftGun2 name LeftGun1 name RightWall name

Re: [Flightgear-devel] MSVC6.0 Update

2003-03-25 Thread Frederic Bouvier
From: Gopal Mor [EMAIL PROTECTED] Hi All, Whether anyone has tried to build latest FlightGear using MSVC6.0 ? When I tried I received couple of errors as follow 1. most of them about obsolete files (which are no more in CVS repository). 2. GLUT_H symbol is not found in some of the

Re: [Flightgear-devel] Compile error in latest cvs

2003-03-25 Thread Gerhard Wesp
hud.hxx:380: implicit declaration of function `int for_each(...)' Is there any specific reason why you're using gcc 2.95.4? It's *way* old and has a less-than-satisfactory implementation of the standard library. This may well be related to the problem you're seeing. for_each() is in namespace