Re: [Flightgear-devel] c310 Panel

2001-12-09 Thread David Findlay
On Sat, 8 Dec 2001 21:38, you wrote: John Check writes: Yes. FWIW I did find some pix with a fair to middlin' amount of detail http://www.philyoder.com/ That's a 310R, with a longer nose, more powerful engines and (I suspect) turbosupercharging, so there may be some minor differences on

Re: [Flightgear-devel] c310 Panel

2001-12-09 Thread John Check
On Sunday 09 December 2001 3:46 am, you wrote: On Sat, 8 Dec 2001 21:38, you wrote: John Check writes: Yes. FWIW I did find some pix with a fair to middlin' amount of detail http://www.philyoder.com/ That's a 310R, with a longer nose, more powerful engines and (I suspect)

RE: [Flightgear-devel] Starting up flightgear.

2001-12-09 Thread Norman Vine
Curtis L.Olson writes: Norman Vine writes: another problem is in simgear / sky / cloud.cxx bool SGCloudLayer::reposition( sgVec3 p, sgVec3 up, double lon, double lat, double alt ) { // now calculate update texture coordinates if ( last_lon -900 )

[Flightgear-devel] asi.xml

2001-12-09 Thread Melchior FRANZ
The new c310/asi.xml file tries to load Textures/{airsp260,bezel1}.rgb. These, however, have been forgotten to upload from http://www.spiderbark.com/fgfs/c310asi.tar.gz, no? m. :-) ___ Flightgear-devel mailing list [EMAIL PROTECTED]

[Flightgear-devel] lighting error

2001-12-09 Thread Richard Ki
Hello, There is alighting error in the external (look at) viewer. Everything is OK when pilot offset heading/pitch is zero degrees. When I try set someheading/ pitch (for example heading 180 degrees - view from the tail), the sky is darkest on the sun site and brightest on the opposite

Re: [Flightgear-devel] external view

2001-12-09 Thread Jim Wilson
Cameron Moore [EMAIL PROTECTED] said: We probably do need some sane defaults, but it looks to me like more of a viewpoint calc error to me. Start off on the ground with the external view. It works perfectly until you get airborne, and then the model disappears. -- I'm not seeing this,

Re: [Flightgear-devel] asi.xml

2001-12-09 Thread Jim Wilson
Melchior FRANZ [EMAIL PROTECTED] said: The new c310/asi.xml file tries to load Textures/{airsp260,bezel1}.rgb. These, however, have been forgotten to upload from http://www.spiderbark.com/fgfs/c310asi.tar.gz, no? m. :-) They are in that tarball (path ./Instruments/Textures). Also now

[Flightgear-devel] Re: asi.xml

2001-12-09 Thread Melchior FRANZ
* Jim Wilson -- Sunday 09 December 2001 17:17: Melchior FRANZ [EMAIL PROTECTED] said: The new c310/asi.xml file tries to load Textures/{airsp260,bezel1}.rgb. These, however, have been forgotten to upload from http://www.spiderbark.com/fgfs/c310asi.tar.gz, no? m. :-) They are

Re: [Flightgear-devel] SGTime::updateLocal ignores lat/lon

2001-12-09 Thread Christian Mayer
Julian Foad wrote: There seem to be a couple of missing minus signs in this function in simgear/timing/sg_time.cxx. The way it is at present, it always sets lat and lon to zero (unless they happen to be exactly pi): Ah, perhaps that's the reason why FGFS tried to load

[Flightgear-devel] Debugging under CygWin

2001-12-09 Thread Julian Foad
Can any of you debug FlightGear using the CygWin GDB? Whenever I try, I can use the basic functions (stepping, breakpoints, view source code, etc) if I am very careful to treat it gently, but when FlightGear crashes GDB tends to crash too. I am using version 20010428-3 and I use the GUI

RE: [Flightgear-devel] Debugging under CygWin

2001-12-09 Thread Norman Vine
Julian Foad writes: Can any of you debug FlightGear using the CygWin GDB? Whenever I try, I can use the basic functions (stepping, breakpoints, view source code, etc) if I am very careful to treat it gently, but when FlightGear crashes GDB tends to crash too. I am using version 20010428-3

Re: [Flightgear-devel] Starting up flightgear with Opengc

2001-12-09 Thread Ross Golder
.cvspass is for remembering pserver passwords (SourceForge anonymous access). As John needs developer access he is using the ext method, which is designed to use rsh/ssh. John, list the contents of one of your CVS/Root files. This will show what repository the working directory is set up to. --

[Flightgear-devel] property bindings for chase view offset

2001-12-09 Thread Jim Wilson
That was easy. I finally put the property bindings in the correct place and it works fine. You can now set a default for pilot view offset aka chase view offset. The fix is here: http://www.spiderbark.com/fgfs/chaseviewoffset.tar.gz Contains: sgVec3Slider.cxx and sgVec3Slider.hxx Extract

Re: [Flightgear-devel] Observations

2001-12-09 Thread Jim Wilson
Ross Golder [EMAIL PROTECTED] said: Also, if you got into a plane and the first thing you saw was the following, what would you do? http://www.golder.org/~rossg/tmp/2001_12_09_170213_shot.png a) Request clearance to takeoff. b) Go over the pre-flight checks again. c) Call ahead to say

RE: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Jon S. Berndt
What's the problem you are having with the latest JSBSim? Have you done a total update, yet, of the base package and FGFS? It's flying for me. If there's an error I need to know about it. Maybe Curt is busy this weekend and has not gotten synced. You can grab the latest from JSBSim CVS if you'd

re: [Flightgear-devel] Parse order of configs?

2001-12-09 Thread Jim Wilson
David Megginson [EMAIL PROTECTED] said: John Check writes: Can somebody clue me on the order in which the config files are parsed? First preferences.xml, which picks up joystick.xml and keyboard.xml by inclusion, then whatever is specified on the command-line in the order it's

Re: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Christian Mayer
Ross Golder wrote: It just produces exactly the same output as it does without this switch (including JSBSim output). As I am pinned to the ground with latest JSBSim (flightgear CVS fresh today), I wanted to revert to LarcSIM to get some airtime in, but I can't. Any suggestions? The

RE: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Jon S. Berndt
I am crashing during initialization of the FDM with the call to set_Euler_Angles() from FGInterface::common_init() Maybe you could try setting a breakpoint in MSVC and stepping into the code starting there. Well, this is news to me. I updated this morning and run fine running from CygWin. I

Re: [Flightgear-devel] Observations

2001-12-09 Thread John Check
On Sunday 09 December 2001 4:23 pm, you wrote: The CVS commit logs don't provide much info. Can they be made to send the changes made, too, so people can see the actual detail of the change (as a diff -u). Sometimes people will not understand the author's description of the change, for

Re: [Flightgear-devel] c310 Panel

2001-12-09 Thread John Check
On Sunday 09 December 2001 5:26 pm, you wrote: David Findlay writes: Maybe it would be a good idea to state exactly which models of which aircraft we are going to have? This way we are all looking at the same thing. On the flightmodel list, I mentioned that I'm tentatively using a

Re: [Flightgear-devel] Parse order of configs?

2001-12-09 Thread John Check
On Sunday 09 December 2001 5:35 pm, you wrote: David Megginson [EMAIL PROTECTED] said: John Check writes: Can somebody clue me on the order in which the config files are parsed? First preferences.xml, which picks up joystick.xml and keyboard.xml by inclusion, then whatever is

Re: [Flightgear-devel] minor prob in c172-larcsim-set.xml

2001-12-09 Thread John Check
On Sunday 09 December 2001 6:14 pm, you wrote: In c172-larcsim-set.xml the path for the panel is missing the subdirectory Panels. Oops. Fixed Best, Jim ___ Flightgear-devel mailing list [EMAIL PROTECTED]

Re: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread John Check
On Sunday 09 December 2001 6:31 pm, you wrote: All of those (i.e. LaRCsim and YAsim) work for me. JSBsim currently doesn't. I'm still working on that. Same here trying to run with MingW32 although Cygwin has no problem Anyone want to go on record as being able to fly the JSBSim C172,

RE: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Jon S. Berndt
As I said in my post I too have no problem with Cygwin :-) Oh, I missed that. MSVC and MingW32, which uses the MS runtime math library, are having problems though. FWIW, They are MUCH less forgiving to floating point 'problems' then the math libraries that linux and Cygwin use. Hang in

Re: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Christian Mayer
Norman Vine wrote: Christian Mayer writes: All of those (i.e. LaRCsim and YAsim) work for me. JSBsim currently doesn't. I'm still working on that. Same here trying to run with MingW32 although Cygwin has no problem I am crashing during initialization of the FDM with the call to

Re: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread John Check
On Sunday 09 December 2001 6:31 pm, you wrote: All of those (i.e. LaRCsim and YAsim) work for me. JSBsim currently doesn't. I'm still working on that. Same here trying to run with MingW32 although Cygwin has no problem Anyone want to go on record as being able to fly the JSBSim C172,

Re: [Flightgear-devel] Starting up flightgear.

2001-12-09 Thread Wolfram Kuss
Christian wrote: Wolfram: When was the last time you've tried FGFS with MSVC? Long ago. CU, Christian Bye bye, Wolfram. ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Re: [Flightgear-devel] Observations

2001-12-09 Thread Andy Ross
Ross Goldner wrote: The CVS commit logs don't provide much info. Can they be made to send the changes made, too, so people can see the actual detail of the change (as a diff -u). No need. Check out cvs diff. :) Or maybe I'm misunderstanding what you want? Andy -- Andrew J. Ross

Re: [Flightgear-devel] SGTime::updateLocal ignores lat/lon

2001-12-09 Thread Curtis L. Olson
Dohh!! I'm a complete moron. Thanks for catching that. Should now be fixed in cvs. Curt. Julian Foad writes: There seem to be a couple of missing minus signs in this function in simgear/timing/sg_time.cxx. The way it is at present, it always sets lat and lon to zero (unless they happen

Re: [Flightgear-devel] Observations

2001-12-09 Thread Curtis L. Olson
Ross Golder writes: The CVS commit logs don't provide much info. Can they be made to send the changes made, too, so people can see the actual detail of the change (as a diff -u). Sometimes people will not understand the author's description of the change, for whatever reason (e.g. may use

RE: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Norman Vine
Christian Mayer writes: Norman Vine wrote: Christian Mayer writes: All of those (i.e. LaRCsim and YAsim) work for me. JSBsim currently doesn't. I'm still working on that. Same here trying to run with MingW32 although Cygwin has no problem I am crashing during initialization of the

Re: [Flightgear-devel] external view

2001-12-09 Thread Jim Wilson
Martin Olveyra [EMAIL PROTECTED] said: How can be adjusted the camera offset? I can only adjust the FOV and the camera direction. Look at the menu for pilot offset...it'll let you adjust the position from any angle and the radius from the plane. Also if you look at an earlier message

RE: [Flightgear-devel] Makefile.am: INCLUDES must be set with `=' before using `+='

2001-12-09 Thread Norman Vine
Julian Foad writes: Ah, that's good. Thanks. It works. I have now found a proper description of the situation in this announcement of the combined (new and old) version: http://sources.redhat.com/ml/cygwin/2001-12/msg00100.html Ah -- good I had seen this but didn't have a link handy So

Re: [Flightgear-devel] OpenGC Update

2001-12-09 Thread Martin Olveyra
On 2001.12.09 22:39 John Wojnaroski wrote: Hi.. Like a kid in a candy store The Opengc CVS repository now contains the latest and greatest for the flightgear interface.. Updated interface modules for flightgear, addition of a flight mode annunciator for the autopilot, basic ILS,

Re: [Flightgear-devel] How do I place objects, like buildings, into FlightGear? FAQ 6.5

2001-12-09 Thread Jeff
On Sunday 09 December 2001 14:09, you wrote:  * [EMAIL PROTECTED] [2001.12.09 13:02]:   Need help placeing my 3D model...  Do you need help configuring you mail client?  :-)  You are sending  messages as [EMAIL PROTECTED]. OK, should have that fixed. Now how do I find what folder to place

Re: [Flightgear-devel] (no subject)

2001-12-09 Thread Cameron Moore
* [EMAIL PROTECTED] [2001.12.09 21:38]: Jeff writes: // I can not find the string Loading tile in my fgfs.log file. Can anybody else see it in here or am I doing something wrong?

Re: [Flightgear-devel] OpenGC Update

2001-12-09 Thread John Wojnaroski
On 2001.12.09 22:39 John Wojnaroski wrote: Hi.. Like a kid in a candy store The Opengc CVS repository now contains the latest and greatest for the flightgear interface.. Updated interface modules for flightgear, addition of a flight mode annunciator for the autopilot,

RE: [Flightgear-devel] lighting error

2001-12-09 Thread Richard Kis
I'm running latest version from CVS, I saw this error in both CVS and last release version. Richard Kis -Original Message- From: Curtis L. Olson [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:12 AM To: [EMAIL PROTECTED] Subject: Re: [Flightgear-devel] lighting error

Re: [Flightgear-devel] Unable to select '--fdm=larcsim'

2001-12-09 Thread Frédéric Bouvier
Hello, I finaly manage to compile FlightGear with MSVC6 under Win2k and I encountered the same error. I found that the problem is a division by zero in FGInitialCondition::solve(float *y,float x) and I applied the patch suggested by Richard Kis on 11/28/01. cvs -z3 -q diff