Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread Frederic Bouvier
From: "David Megginson" <[EMAIL PROTECTED]> > Frederic Bouvier writes: > > > I am fighting against a memory corruption for 2 hours and I solved it. > > Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store > > strings. > > I

Re: [Flightgear-devel] Memory corruption solved

2003-01-19 Thread Frederic Bouvier
From: "Frederic Bouvier" <[EMAIL PROTECTED]> > I am fighting against a memory corruption for 2 hours and I solved it. > Not enought room was allocated in ATCmgr.cxx and auto_gui.cxx to store > strings. > Here is the patch, hoping it will solve Curt's and Michael&#

Re: [Flightgear-devel] Windows Problem with the Latest GUI Code

2003-01-19 Thread Frederic Bouvier
From: "Jonathan Polley" <[EMAIL PROTECTED]> > I updated to the latest CVS for both FlightGear and the base packages > and am having a problem under Windows (MacOS X is working correctly). > The module src/new_gui.cxx runs and starts reading the XML files but > starts getting into trouble. I g

[Flightgear-devel] [PATCH] to compile jsbsim with MSVC

2003-01-27 Thread Frederic Bouvier
JSBsim as today in CVS doesn't compile with MSVC 7. Classes FGTurboJet, FGTurboProp, FGTurboShaft are not in the JSBsim namespace. I don't know if it is intended. If yes, there is a need for a 'using namespace JSBSim;' directive. In addition, the map in FGSwitch doesn't compile with const, that is

Re: [Flightgear-devel] [PATCH] to compile jsbsim with MSVC

2003-01-27 Thread Frederic Bouvier
eEQ, eNE, eGT, eGE, eLT, eLE}; - map mComparison; + map mComparison; struct test { vector conditions; From: "Tony Peden" <[EMAIL PROTECTED]> > On Mon, 2003-01-27 at 12:27, Frederic Bouvier wrote: > > JSBsim as today in CVS doesn't compile with MSVC 7. Cl

Re: [Flightgear-devel] [PATCH] to compile jsbsim with MSVC

2003-01-27 Thread Frederic Bouvier
; - map mComparison; + map mComparison; struct test { vector conditions; Cheers, -Fred From: "Frederic Bouvier" <[EMAIL PROTECTED]> > There is still the FGSwitch patch needed. Here again. > > Cheers, > > -Fred > > D:\FlightGear\cvs\FlightGe

Re: [Flightgear-devel] FW: Cygwin Build problems

2003-01-29 Thread Frederic BOUVIER
Curtis L. Olson <[EMAIL PROTECTED]> writes : > Richard Bytheway writes: > > SimGear - configure does not find the metakit libs unless I > > set LDFLAGS="-L/usr/local/lib/". Is this a SimGear, Metakit, > > Autoconf or Cygwin problem? > > SimGear/FlightGear configure used to automatically add /usr/lo

Re: [Flightgear-devel] Base package repository move pending

2003-02-01 Thread Frederic Bouvier
From: "John Check" <[EMAIL PROTECTED]> > Heads up! > The bpr server is changing IP's in the next couple of days. > The repository itself may be migrated to flightgear.org, > but expect a few hours of outage between now and > sunday. What is the status of the move ? I can't access to the base pack

Re: [Flightgear-devel] Live property picker

2003-02-06 Thread Frederic BOUVIER
Erik Hofman wrote : > James Turner wrote: > > > Basically, I can envisage lots of things the ChangeListener API is > > perfect for, whether you're observing a value that changes one a week or > > 50 times a second, but right now those things won't work because some % > > of the properties don't tel

Re: [Flightgear-devel] Live property picker

2003-02-06 Thread Frederic BOUVIER
James Turner wrote : > > The impression I have is that a bunch of code uses 'tieing' to expose > lots of internal variables directly. I'd prefer an explicit > 'publishing' phase, i.e calls to setValue. Of course your template > works fine too, if you're prefer the syntactic sugar. I see your (rath

Re: [Flightgear-devel] Live property picker

2003-02-06 Thread Frederic BOUVIER
o. > > The impression I have is that a bunch of code uses 'tieing' to expose > lots of internal variables directly. I'd prefer an explicit > 'publishing' phase, i.e calls to setValue. Of course your template > works fine too, if you're prefer the syntactic

Re: [Flightgear-devel] Creating a new buffer

2003-02-27 Thread Frederic BOUVIER
Martin Spott writes : > > Hello, could anyone tell me what's usually going on here when FlightGear > starts up ? It's writing out these lines: > > No electrical model specified for this model! > Creating a new buffer of size = 32768 > Creating a new buffer of size = 32768 > resizing buffer to size

[Flightgear-devel] [PATCH] assert.h required to compile tabbed_values.cxx

2003-03-02 Thread Frederic Bouvier
Hello, I am trying to compile tabbed_values.cxx and found that it requires assert.h to compile with MSVC (on Linux, it must be included indirectly). There is a patch below Cheers, -Fred D:\FlightGear\cvs\SimGear\simgear\misc>cvs -q diff -u tabbed_values.cxx Index: tabbed_values.cxx

[Flightgear-devel] [PATCH] memory corruption in prop_picker.cxx

2003-03-02 Thread Frederic Bouvier
Hello, arrays of insufficient size are allocated in prop_picker.cxx ( size() don't count the null char ) and strcpy is writing outside the allocated array. A patch follow. Cheers, -Fred D:\FlightGear\cvs\FlightGear\src\GUI>cvs diff -u prop_picker.cxx Index: prop_picker.cxx ==

Re: [Flightgear-devel] base package cvs update failing...

2003-03-17 Thread Frederic BOUVIER
James Turner writes: > cvs server: Updating . > cvs [server aborted]: cannot stat /tmp/cvslck: No such file or directory > cvs [server aborted]: cannot stat /tmp/cvslck: No such file or directory I see the same thing. -Fred ___ Flightgear-devel mailin

Re: [Flightgear-devel] Screenshots: Curt's scenery improvements

2003-03-20 Thread Frederic Bouvier
From: "Major A" <[EMAIL PROTECTED]> > > > Sorry for the lame question, but how far are the sample points apart from > > each other in feet with the 3 arc second data? How far is it for the 1? > > 24 arc hours = 44000km (roughly the perimeter of the earth) > 1 arc hour = 1833km > 1 arc minute = 30.

Re: [Flightgear-devel] Screenshots: Curt's scenery improvements

2003-03-20 Thread Frederic Bouvier
From: "Arnt Karlsen" <[EMAIL PROTECTED]> > On Thu, 20 Mar 2003 21:36:13 -0500, > David Megginson <[EMAIL PROTECTED]> wrote in message > <[EMAIL PROTECTED]>: > > > Frederic Bouvier writes: > > > > > from my understanding : > >

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

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" : > I'm running gcc-2.95.4. In the latest cvs, the compile bombs here: > > make[3]: Entering directory `/home/curt/projects/FlightGear-0.9/FlightGear/src/Cockpit' > source='cockpit.cxx' object='cockpit.o' libtool=no \ > depfile='.deps/cockpit.Po' tmpdepfile='.deps/cockpit.T

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

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" : > Frederic Bouvier writes: > > From: "Curtis L. Olson" : > > > I'm running gcc-2.95.4. In the latest cvs, the compile bombs here: > > > > > > make[3]: Entering directory > > `/home/curt/projects/Fligh

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

2003-03-21 Thread Frederic Bouvier
From: "Frederic Bouvier" <[EMAIL PROTECTED]> > From: "Curtis L. Olson" : > > Frederic Bouvier writes: > > > From: "Curtis L. Olson" : > > > > I'm running gcc-2.95.4. In the latest cvs, the compile bombs here: > > >

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

2003-03-21 Thread Frederic Bouvier
From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Frederic Bouvier writes: > > In fact, no, it is not the same. MSVC is having problem with > > SG_USING_STD(for_each). There is already a SG_USING_NAMESPACE(std). > > > > Could you please remove the line con

[Flightgear-devel] Fw: [PATCH] missing logstream.hxx in weatherCM

2003-03-21 Thread Frederic Bouvier
Erik, I tried to send this message directly to you but it bounced, so I post this to the list. Cheers, -Fred - Original Message - From: "Frederic Bouvier" <[EMAIL PROTECTED]> To: "Erik Hofman" <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/WeatherCM linintp2.cpp,1.3,1.4 sphrintp.cpp,1.3,1.4

2003-03-21 Thread Frederic Bouvier
Erik, There is still a missing comma in line 409 of linintp2.cpp. -Fred D:\FlightGear\cvs\FlightGear\src>cvs diff -u WeatherCM cvs server: Diffing WeatherCM Index: WeatherCM/linintp2.cpp === RCS file: /var/cvs/FlightGear-0.9/FlightG

[Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_commands.cxx,1.25,1.26 main.cxx,1.63,1.64 options.cxx,1.23,1.24

2003-03-22 Thread Frederic Bouvier
- Original Message - From: "Erik Hofman" <[EMAIL PROTECTED]> > Index: options.cxx > *** > *** 930,933 > --- 933,943 > > static int > + fgOptDebugLevel( const char *arg ) > + { > + fgSetInt( "/sim/log-level", atoi( arg ) ); > + return FG_OPTIONS_OK; > + } > +

Re: [Flightgear-devel] Re: [Flightgear-cvslogs] CVS: FlightGear/src/Main fg_commands.cxx,1.25,1.26 main.cxx,1.63,1.64 options.cxx,1.23,1.24

2003-03-22 Thread Frederic Bouvier
Erik Hofman wrote: > Frederic Bouvier wrote: > > > option has_param typeproperty b_param s_param func > > where: > > option : name of the option > > has_param : option is --name=value if true or --name if false > > type :

[Flightgear-devel] To Erik

2003-03-22 Thread Frederic Bouvier
Erik, is your new flightgear.org mail address operational ? I sent you a bunch of patches and am wondering if you received them. Last time I tried [EMAIL PROTECTED], the mail bounced. Thanks, -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] To Erik

2003-03-22 Thread Frederic Bouvier
I am retrying -Fred - Original Message - From: "Erik Hofman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 11:25 PM Subject: Re: [Flightgear-devel] To Erik > Frederic Bouvier wrote: > > Erik, > > > > is your new

Re: [Flightgear-devel] CVS settings

2003-03-24 Thread Frederic BOUVIER
Gopal Mor wrote : > HI All, > > I have downloaded Flightgear from CVS using the instructions on > > http://www.flightgear.org/cvsResources/anoncvs.html page. > > I feel that when I do update, I am not getting the latest postings which are > discussed in the mailing list. > > Whether the instru

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 som

[Flightgear-devel] P51D config file incorrect in fgfsbase

2003-03-29 Thread Frederic Bouvier
Hello, This is the message I get with a freshly updated CVS base and source tree : ... Reading Aircraft Configuration File: p51d Version: 0 YOU HAVE AN INCOMPATIBLE CFG FILE FOR THIS AIRCRAFT. RESULTS WILL BE UNPREDICTABLE !! Current version needed is: 1.60 Y

Re: [Flightgear-devel] controls->bind()

2003-04-02 Thread Frederic BOUVIER
Bernie Bright wrote : > STLport has but I doubt if it could be extracted as a stand alone > file. Have you (Erik) tried STLport on your system? If it works then we > probably wouldn't need the simgear compatibility stuff anymore. > > Note that MSVC6 does not have while I think VC7 does. It *i

Re: [Flightgear-devel] (no subject)

2003-04-04 Thread Frederic BOUVIER
Dan D wrote : > hi I'm a new user (or wannabe user so far :)). I am attempting to compile > FlightGear through MSVC++. I have managed to compile plib,zlib, Metakit and > SimGear but have run into the following errors compiling FlightGear itself. > The readme said to post to this group. Any help

Re: [Flightgear-devel] environment_mgr.cxx:267: no matching function for call to `SGCloudLayer::

2003-04-05 Thread Frederic Bouvier
You have to update SimGear **every** time you update FlightGear Cheers, -Fred WillyB wrote: Just now updated from CVS and make did this source='environment.cxx' object='environment.o' libtool=no \ depfile='.deps/environment.Po' tmpdepfile='.deps/environment.TPo' \ depmode=gcc3 /bin/sh ../

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-06 Thread Frederic Bouvier
Michael Selig wrote : > >I now have a program crash with this aero model. It appears that > >Throttle_pct_input_ntime is used at uiuc_engine.cpp:88 before > >being initialised at uiuc_menu_engine.cpp:160. On MSVC, default > >values for uninitialized data is not 0, so it goes bezerk with a > >negati

Re: [Flightgear-devel] Airbus A320

2003-06-06 Thread Frederic Bouvier
David Culp wrote : > > > just a note to say that I am in the process of modelling an > > Airbus A320 : > > http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgsd.png Here is another one, with your flight model : http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgfs-1.png > Beautiful model Fred!

Re: [Flightgear-devel] Airbus A320

2003-06-05 Thread Frederic Bouvier
David Culp wrote: > > > I am trying to animate the rudder but it seems that the property > > /surface-positions/rudder-pos-norm stay at 0. > > My mistake. The FCS didn't have an aerosurface-scale for the rudder. In > fact, none of my models have it, so I'll have to add it to them all (thanks > fo

Re: [Flightgear-devel] Airbus A320

2003-06-06 Thread Frederic BOUVIER
Erik Hofman wrote: > >>>just a note to say that I am in the process of modelling an > >>>Airbus A320 : > >>>http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgsd.png > > > > > > Here is another one, with your flight model : > > http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgfs-1.png > > V

Re: [Flightgear-devel] KSFO Terminal ???

2003-06-06 Thread Frederic BOUVIER
> >Having built the cvs version of FG under cygwin. I cannot see the > >terminal > >at KSFO. > >All the correct files (.stg and .ac)seem to be in the scenery folder. > >If it is a Plib problem why would Plib handle the aircraft .ac files and > >not > >the scenery .ac files. > >The aircraft work f

Re: [Flightgear-devel] Airbus A320

2003-06-06 Thread Frederic BOUVIER
David Culp wrote : > Fred wrote: > > I have another problem: the model seems underpower and it is not able to > > take of with full throttle on the KSFO runway. It stall under 160knt and > > it arrives at the end of the runway at 175knt. > > I've been having a problem with the JSBSim airplanes som

Re: [Flightgear-devel] Corrupted p51d textures on windows

2003-05-27 Thread Frederic Bouvier
Jim Wilson wrote: > Those binary file flags should be all fixed. Let me know if you have any more > problems. > > Best, > > Jim It is OK now. What a nice model ! Is it normal that the manifold pressure is a function of the throttle, even when the engine is off ? I also had a hard time rememberi

Re: [Flightgear-devel] next release?

2003-06-03 Thread Frederic Bouvier
From: "Erik Hofman" <[EMAIL PROTECTED]> > Curtis L. Olson wrote: > > Erik Hofman writes: > > > >>I am afraid we rely on the CVS version of plib right now. At least for a > >>couple of platforms. Actually, there is still one IRIX bug not committed > >>yet. > > > > > > That stinks. :-( When did that

Re: [Flightgear-devel] Scenery Thrashing

2003-06-04 Thread Frederic Bouvier
to build then I would be more than happy to help. > > I believe Frederic Bouvier is compiling FlightGear using MSVC. Maybe he > is willing to contribute a binary? Yes, I compile with MSVC7 with a customized project file. I am compiling against CVS just now. I'll have to check if a bi

Re: [Flightgear-devel] Windows binaries ( was: Scenery Thrashing )

2003-06-04 Thread Frederic Bouvier
f assistance if I can get the sim > > > to build then I would be more than happy to help. > > > > I believe Frederic Bouvier is compiling FlightGear using MSVC. Maybe he > > is willing to contribute a binary? > > Yes, I compile with MSVC7 with a customized project file

[Flightgear-devel] Airbus A320

2003-06-04 Thread Frederic Bouvier
Hello, just a note to say that I am in the process of modelling an Airbus A320 : http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgsd.png No animation and gear yet but it is progressing. I am using Blender and GIMP, and I have to say that so far, is has been quite easy. If someone wants to c

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-05 Thread Frederic BOUVIER
Could someone with CVS write access set the binary flag to C-GPTR-003.rgb. It is corrupt for us, Windows users. Thanks, -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Airbus A320

2003-06-05 Thread Frederic Bouvier
Thank you Dave. I now have to begin the animation stuff. I will try all these files as soon as I can. -Fred David Culp wrote: > just a note to say that I am in the process of modelling an > Airbus A320 : > http://perso.wanadoo.fr/frbouvi/flightsim/a320-fb-fgsd.png Beautiful model Fred! Here a

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-05 Thread Frederic Bouvier
Michael Selig wrote: > >cvs admin -kb > > > >Then run a cvs update to sync the flag on your local copy. > > Done. Thanks. And I think it all worked. Thanks Michael, I can see the 3D model now. While you're at it, you have add a dos file into CVS from a Linux machine. This file is named flap.dat

[Flightgear-devel] A Blender question

2003-06-05 Thread Frederic Bouvier
I am using Blender to model an Airbus A320 and I would like to make the windows transparent. I added alpha to my texture but the problem is that there is a backface culling so I don't see the interior of the plane through the window but what is behind the plane. Should I have to add an object in t

Re: [Flightgear-devel] OT: First Flight

2003-04-06 Thread Frederic Bouvier
And why not a Blender loader for Plib. It seems to me that there is already one for osg (openscenegraph) -Fred Curtis L. Olson wrote: > Norman Vine writes: > > Several of us tried doing that with PPE but at the time not many > > agree with us that this was *needed*, and the project languished

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-04 Thread Frederic Bouvier
Jim Wilson wrote: > Oops... make that. > > cvs admin -kb > > Sorry about that... You could have made it binary at the first place by doing : cvs add -kb instead of : cvs add -Fred > Michael Selig <[EMAIL PROTECTED]> said: > > > At 6/4/03, Frederic

Re: [Flightgear-devel] C-GPTR ornithopter

2003-06-09 Thread Frederic Bouvier
Michael Selig wrote: > At 6/5/03, Frederic Bouvier wrote: > >Michael Selig wrote: > > > >cvs admin -kb > > > > > > > >Then run a cvs update to sync the flag on your local copy. > > > > > > Done. Thanks. And I think it all work

Re: [Flightgear-devel] MingW 0.92

2003-06-10 Thread Frederic Bouvier
Norman Vine wrote : [snip] > < continues to spew > > Stopping audio after 0 sec: squeal > Stopping audio after 0 sec: rumble > > Anybody got any ideas ?? It happens to me with MSVC when I link the MS runtime statically. The sound works (I can hear something) when the MS runtime is linked dynamica

Re: [Flightgear-devel] MingW 0.92

2003-06-10 Thread Frederic Bouvier
I wrote: > Norman Vine wrote : > [snip] > > < continues to spew > > > Stopping audio after 0 sec: squeal > > Stopping audio after 0 sec: rumble > > > > Anybody got any ideas ?? > > It happens to me with MSVC when I link the MS runtime statically. > The sound works (I can hear something) when the

Re: [Flightgear-devel] Re: MingW 0.92

2003-06-10 Thread Frederic Bouvier
Melchior FRANZ wrote: > * Frederic Bouvier -- Wednesday 11 June 2003 08:04: > > I retrieved the CVS sl library date before 18 May 2003 and it works again, > > so it is the patch submitted by Melchior and Bert that is broken under > > Win32. > > Yes, this may well b

Re: [Flightgear-devel] Re: MingW 0.92

2003-06-10 Thread Frederic Bouvier
I wrote : > That's it ! I just discovered that commenting out the usage of > secondsRemaining cure the problem. Why shoud it be different for > Linux and Windows ? I have no idea of how the real size of the > free space in the sound buffer can be computed ! I just realized the stupidity of my rem

[Flightgear-devel] MSVC Win32 0.9.2 binary build

2003-06-11 Thread Frederic Bouvier
Hello, I have a build of fgfs 0.9.2 for windows without threads but with sound. Unfortunately, I can't host it, so if someone has free space (1.2 Mb tar.gz) (Martin ?), he can contact me directly to arrange an upload to his site. Cheers, -Fred ___

Re: [Flightgear-devel] next volunteer

2003-06-11 Thread Frederic BOUVIER
Innis Cunningham wrote : > Hi Tim I live in Perth WA. > As far as I understand all that is needed to put models in the sim is to > make the model in AC3D put it in the scenery folder that contains the tile > for the area the model belongs then modify the "stg" file for the area. > To get some ide

[Flightgear-devel] z key broken ?

2003-06-11 Thread Frederic Bouvier
I see something strange with the visibility setting (z key). I can increase the visibility range but in less than one second, it is reset automatically to the initial value. Is it related to the recent weather code change ? -Fred ___ Flightgear-devel

Re: [Flightgear-devel] 3d extensions allowed

2003-06-12 Thread Frederic Bouvier
There is a Python script that can be run in Blender to export to the ac3d format : http://igspot.ig.com.br/wgermano/programming/index.html Unfortunately, I have a 404 error today. -Fred WillyB wrote: > I'm wondering what 3d model extensions are usable for scenery... > > I have Blender (but don'

[Flightgear-devel] A320 progress

2003-06-14 Thread Frederic Bouvier
Just an update on the A320 model : http://perso.wanadoo.fr/frbouvi/flightsim/a320-fgfs-02.png http://perso.wanadoo.fr/frbouvi/flightsim/a320-fgfs-03.png Ailerons, Flaps, Rudder, Elevator are animated. Still have to make the landing gear and animate it. Several part of the texture are taken from t

[Flightgear-devel] Win32 binaries

2003-06-11 Thread Frederic BOUVIER
Hi, Thanks to Martin Spott that dedicated a place for that, I have uploaded an msvc win32 build of fgfs 0.9.2 here : ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/fgfs-win32-msvc-bin-0.9.2.zip For line ending reasons, it must be used with the accompanied base package : ftp://ftp.ihg.uni-duisb

[Flightgear-devel] Policy when asking permission to use material

2003-06-16 Thread Frederic Bouvier
Hello, I am searching material on the web to make textures, and often, we have to ask permission to use an image or a drawing that is not free nor in the public domain. Is it acceptable for us that the owner of the material wants to restrict the usage for FlightGear only ? I know that GPL allow t

Re: [Flightgear-devel] A320 progress

2003-06-16 Thread Frederic BOUVIER
Martin Spott wrote: > > Just an update on the A320 model : > > > http://perso.wanadoo.fr/frbouvi/flightsim/a320-fgfs-02.png > > http://perso.wanadoo.fr/frbouvi/flightsim/a320-fgfs-03.png > > Hmmm, I _like_ your patriotism ;-) Thanks, On a related topic, it is just the time of the Paris Air Sho

Re: [Flightgear-devel] A320 progress

2003-06-16 Thread Frederic BOUVIER
Jon S Berndt wrote > Frederic BOUVIER <[EMAIL PROTECTED]> wrote: > >Martin Spott wrote: > >> > Just an update on the A320 model : > >> > >> > > >>http://perso.wanadoo.fr/frbouvi/flightsim/a320-fgfs-02.png > >> > > >&g

[Flightgear-devel] New buildings models

2003-06-17 Thread Frederic Bouvier
on face so you have to extrapolate to make the others. It is a good start for apprentice modelers so go on and contribute. -Fred - Original Message - From: "Frederic Bouvier" <[EMAIL PROTECTED]> To: "Dylan Leblanc" <[EMAIL PROTECTED]> Sent: Wednesday, J

Re: [Flightgear-devel] buildings and textures and blender2.25

2003-06-17 Thread Frederic Bouvier
WillyB wrote: > I'm trying to make some buildings for my local airport using Blender-2.25 then > converting them to .ac format via a python sript. I am still using blender 2.23 with the old python script (on windows). No problem here. > The models export ok, but when I try to put texture on them

Re: [Flightgear-devel] buildings and textures and blender2.25

2003-06-18 Thread Frederic BOUVIER
WillyB wrote: ... > > and > > > > > error time! > > > > I only use the UV editor and it is very practical. > > Is that in Blender, or a seperate program? In blender. First, split the main window ( right click on the window separator ) then in on window, choose the face icon, load your .rgb file.

Re: [Flightgear-devel] buildings and textures and blender2.25

2003-06-18 Thread Frederic BOUVIER
I wrote: > In blender. > First, split the main window ( right click on the window separator ) > then in on window, choose the face icon, > load your .rgb file. The face icon is in the bar that show up when you click on the leftmost icon. -Fred ___ Fli

Re: [Flightgear-devel] New buildings models

2003-06-18 Thread Frederic BOUVIER
Martin Spott wrote: > "Frederic Bouvier" <[EMAIL PROTECTED]> wrote: > > > I will post the model to Erik for inclusion in CVS. > > This looks really promising. I have a feature request now: _Before_ people > start modelling the Golden Gate it would be tre

Re: [Flightgear-devel] New buildings models

2003-06-18 Thread Frederic BOUVIER
Martin Spott wrote : > "Jim Wilson" <[EMAIL PROTECTED]> wrote: > > > That's right. You aren't supposed to fly below the bridge anyway. :-) > > I can't accept this argument ;-)) > BTW, I suppose you all know about the cockpit video of someone flying below > the eiffel tower. I don't know if this

[Flightgear-devel] Missing OpenGL definitions

2003-06-18 Thread Frederic Bouvier
Erik, with the new GL extension code, MSVC says : Compiling... main.cxx src\Main\main.cxx(778) : error C2065: 'GL_DISTANCE_ATTENUATION_EXT' : undeclared identifier src\Main\main.cxx(779) : error C2065: 'GL_POINT_SIZE_MIN_EXT' : undeclared identifier I found these defines are in clouds3d/extgl.h

Re: [Flightgear-devel] Re: Windsock Model

2003-06-19 Thread Frederic Bouvier
WillyB wrote: > > Here's a screenshot if anyone cares to have a look. > http://24.121.17.106/fgfs/scenery/fgfs-windsock.png I always found that there is something odd visually with the winsock. It seems that the normals are inside and not outside. David, do you still have the blender model ? If y

[Flightgear-devel] New Sutro tower in CVS

2003-06-20 Thread Frederic Bouvier
The highest point of the bay area is in CVS : http://perso.wanadoo.fr/frbouvi/flightsim/fgfs-sutro-sf.png -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] New Sutro tower in CVS

2003-06-22 Thread Frederic Bouvier
David Megginson wrote: > Any volunteers for the Bay-area bridges? The closest one to KSFO, I > think, is the plain-and-ugly San Mateo bridge (perhaps not its proper > name), but the Golden Gate is the one everyone will be looking for. San Mateo Bridge is ugly but easy. But could someone remove th

Re: [Flightgear-devel] boeing panel question

2003-06-27 Thread Frederic Bouvier
Jim Wilson wrote: > Manuel Bessler <[EMAIL PROTECTED]> said: > > > Have you seen this page?: > > http://www.simpit.de/ > > This guy has the cockpits of both a 767 and an A320 measured out.(in > > centimeters, if your brain is not 'compatible' with metrical units, be > > sure to have a calculator h

[Flightgear-devel] San Mateo Bridge

2003-06-27 Thread Frederic Bouvier
This bridge is now in CVS. Look here : http://perso.wanadoo.fr/frbouvi/flightsim/fgfs-a320-landing.png For those that are not tracking CVS closely, the A320 is also in CVS -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightg

Re: [Flightgear-devel] Modeling Questions

2003-06-29 Thread Frederic Bouvier
Christopher S Horler wrote: > > Also, I made the model originaly as a half of model, then duplicated it and > > mirrored it so both sides would be the same. you can see that it sorta looks > > opposite as far as the faces go.. still need to figure that out too. > When you mirror something in blende

Re: [Flightgear-devel] Modeling Questions

2003-06-29 Thread Frederic Bouvier
WillyB wrote: > > I have a few questions regarding modeling. > > I'm using Blender because it's a great program and because it's free ;) > > If you look here: > http://24.121.17.106/fgfs/screenshots/ > I have 3 screenshots of a practice model aircraft that I've been working on to > learn how to mod

Re: [Flightgear-devel] Modeling Questions

2003-06-29 Thread Frederic Bouvier
h version of blender are you using ? I don't have 'draw normal' in the edit menu in v2.23 > > On Sun, 2003-06-29 at 08:49, Frederic Bouvier wrote: > > Christopher S Horler wrote: > > > > Also, I made the model originaly as a half of model, then duplicated it &

[Flightgear-devel] Win32 binaries

2003-07-01 Thread Frederic BOUVIER
Curt, I am just looking at the download page and see that the available windows binaries are only 0.9.1. Norman and I both built the 0.9.2 version, either with mingw or msvc, and there were reports of success using them. Do you plan to update the links ? Regards, -Fred _

Re: [Flightgear-devel] memory comsumption of GCC-3.3 withuiuc_menu_record.cpp

2003-07-01 Thread Frederic BOUVIER
Martin Spott wrote: > Hello, I experience heavy memory consumption with GCC-3.3 when > uiuc_menu_record.cpp is being compiled: On Linux and on Solaris the cc1plus > process comsumes about 300 MByte ! Is this considered to be 'usual' > behaviour (I know, things have changed a bit with 3.3) ? > > As

Re: [Flightgear-devel] Win32 binaries

2003-07-01 Thread Frederic BOUVIER
Curtis L. Olson wrote: > Frederic BOUVIER writes: > > Curt, > > > > I am just looking at the download page and see that the available windows binaries > > are only 0.9.1. > > > > Norman and I both built the 0.9.2 version, either with mingw or msvc, and t

Re: [Flightgear-devel] Win32 binaries

2003-07-01 Thread Frederic Bouvier
Curtis L. Olson wrote: > Martin Spott writes: > > I've tried Fred's binary a few times with the default airplane at default > > location on Win2k and it works perfectly for me - including sound. I think > > this is the _native_ one (MSVC), isn't it ? > > Ok, can someone send me a copy? I unfortuna

Re: [Flightgear-devel] Help: FATAL: ac_to_gl: Unrecognised tokenunderCYGWIN

2003-07-01 Thread Frederic Bouvier
Could it be related to line endings ? What happens if you apply d2u to the ac file ? -Fred Innis Cunningham wrote: > Hi Guys > I reported this to Fred in a post on the A320 it is to do with the aircraft > texture used. > It would now appear that the problem maybe to do with cygwin.As I don't get

Re: [Flightgear-devel] Help: FATAL: ac_to_gl:UnrecognisedtokenunderCYGWIN

2003-07-01 Thread Frederic Bouvier
ame or does it have to be added through out the > file. > > Cheers > Innis > > "Frederic Bouvier" writes > > > >Could it be related to line endings ? > >What happens if you apply d2u to the ac file ? > > > >-Fred > > > > __

Re: [Flightgear-devel] Re: Help: FATAL: ac_to_gl: Unrecognisedtokenunder CYGWIN

2003-07-01 Thread Frederic Bouvier
Innis Cunningham wrote: > The warning I get when I load the A320 into PPE is. > WARNING: ssgSGIHEADER::: failed to open '.\ a320-fb-af-01.rgb > This may or may not mean anything. If you see the model textured in PPE, just ignore it, otherwise, is there really a space between './' and 'a320-fb-af-

Re: [Flightgear-devel] Re: Help: FATAL: ac_to_gl: Unrecognised tokenunder CYGWIN

2003-07-01 Thread Frederic Bouvier
Melchior FRANZ wrote: > * Innis Cunningham -- Wednesday 02 July 2003 08:33: > > The warning I get when I load the A320 into PPE is. > > WARNING: ssgSGIHEADER::: failed to open '.\ a320-fb-af-01.rgb > > This may or may not mean anything.^^^ > > This definitely means something. The '.\ ' lo

Re: [Flightgear-devel] Re: Help: FATAL: ac_to_gl: Unrecognised tokenunder CYGWIN

2003-07-01 Thread Frederic Bouvier
Melchior FRANZ wrote: > * Innis Cunningham -- Wednesday 02 July 2003 08:33: > > The warning I get when I load the A320 into PPE is. > > WARNING: ssgSGIHEADER::: failed to open '.\ a320-fb-af-01.rgb > > This may or may not mean anything.^^^ > > This definitely means something. The '.\ ' lo

Re: [Flightgear-devel] Help: FATAL: ac_to_gl: Unrecognised tokenunder CYGWIN

2003-07-02 Thread Frederic Bouvier
Brad W Fennell wrote: > > I just built FlightGear from the latest CVS source under cygwin. > On startup I get the following error. Any ideas? > > Initializing scenery subsystem > FATAL: ac_to_gl: Unrecognised token ' > ' ^ Looking again at the original poster's report, it really seems to b

Re: [Flightgear-devel] Re: Help: FATAL:ac_to_gl:Unrecognisedtokenunder CYGWIN

2003-07-02 Thread Frederic Bouvier
gwin shell.So can I add the d2u to the a prop statement > in the batch file that runs FG. > Sorry if this is not making sense but I am not that formilar with unix and > C. > > Cheers > Innis > > "Frederic Bouvier" > > >Innis Cunningham wrote: >

Re: [Flightgear-devel] Help: FATAL:ac_to_gl:UnrecognisedtokenunderCYGWIN

2003-07-02 Thread Frederic BOUVIER
Innis, What is the result of the 'pwd' command when you start a new cygwin window ? -Fred Innis Cunningham wrote: > Fred every time I run a line like you say below in cygwin bash shell I get > unable to find directory.It is I guess because in the shell it thinks HOME > is the root directory ins

[Flightgear-devel] Re: [OT] Cygwin directory structure

2003-07-02 Thread Frederic BOUVIER
So now you are able to find ssgLoadAC.cxx and a320-fb.ac files ;-) -Fred Innis Cunningham wrote: > Thank you Richard.Geez ain't it the little things that get YA! > Like seeing someone trying to change the wheel on a car.After they have been > struggling for some time you tell them they need to u

[Flightgear-devel] Model repository

2003-07-02 Thread Frederic BOUVIER
Hello, would it be possible to create in CVS a new module to store blender files and models for buildings that are not in the default scenery. For instance, I designed one Paris monument and it would be fine is it would be included in the next scenery generation, whoever creates it, and whenever

Re: [Flightgear-devel] Model repository

2003-07-02 Thread Frederic BOUVIER
Martin Spott <[EMAIL PROTECTED]> > Frederic BOUVIER <[EMAIL PROTECTED]> wrote: > > > For instance, I designed one Paris monument [...] > > I assume I know which one - but it is too small to fly through it ;-) Not too small. At the beginning of the previous cen

Re: [Flightgear-devel] visibility being reset

2003-07-02 Thread Frederic BOUVIER
Norman Vine writes: > Looks as if a recent change is always resetting the visibility > to startup value. Haven't had time to see what is doing this > > This is with a this AM's CVS first update in a week or so We need now to set the visibility in the weather dialog. -Fred

Re: [Flightgear-devel] Re:Help:FATAL:ac_to_gl:Unrecognisedtokenunder CYGWIN

2003-07-02 Thread Frederic Bouvier
Lee Elliott writes: > On Wednesday 02 July 2003 11:32, Melchior FRANZ wrote: > > * Innis Cunningham -- Wednesday 02 July 2003 11:21: > > > Thanks Melchior I have found the area and modified the text will do a > > > build and see how it goes. > > > > Ahh ... don't bother. I've now dos-ified my a320-

Re: [Flightgear-devel] Re:Help:FATAL:ac_to_gl:UnrecognisedtokenunderCYGWIN

2003-07-02 Thread Frederic Bouvier
Jim Wilson writes: > Frederic Bouvier <[EMAIL PROTECTED]> said: > > > I have no problem to see the texture with ac3d v3.0 > > > > AFAIK the textures should be square with sizes a power of 2. This is a > limitation of certain hardware (3dfx, S3, and ma

Re: [Flightgear-devel] Linking

2003-07-02 Thread Frederic Bouvier
You need to link with zlib.lib -Fred rut kk writes: > Hello > First I had about 2300 Errors. Since I included fnt_d.lib js_d.lib net_d.lib > pui_d.lib sg_d.lib sl_d.lib ssgAux_d.lib ssg_d.lib ul_d.lib ... glu32.lib > Mk4py.lib mk4vc60.lib LIBCMT.lib mk4vc60s.lib LIBCMTD.lib > I only get about 18

[Flightgear-devel] Splash5.rgb corrupted on windows

2003-07-07 Thread Frederic Bouvier
David, Erik, Splash5.rgb has been added in CVS not binary and I get it corrupted by WinCVS on windows ( line ending expansion ). Could you apply 'cvs admin -kb' on it ? Thanks, -Fred ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.fl

Re: [Flightgear-devel] FG Race Course

2003-07-08 Thread Frederic Bouvier
WillyB wrote : > I was thinking of exactly how to determine the distances in FG and thought I'd > just place the pylons at the appropiate Long. Lat.'s .. so then I found a > page on how to convert to miles but the problem is.. it involves some pretty > deep math: > > Number 5-3a I think does this:

<    1   2   3   4   5   6   7   8   9   10   >