Re: [Flightgear-devel] UFO scenery question

2006-08-26 Thread Melchior FRANZ
* Melchior FRANZ -- Saturday 26 August 2006 07:42: * Josh Babcock -- Saturday 26 August 2006 04:06: I'm looking around in the UFO files, and I can't find where the modifier keys for the up/down/left/right keys are defined. $ vi $FG_ROOT/Aircraft/ufo/ufo.nas +875 Or rather +715:

[Flightgear-devel] ocean rendering regression

2006-08-26 Thread Melchior FRANZ
Since a few weeks oceans have severe shading problems. Depending on the view angle (relative to the sun?), ocean tiles are weirdly shaded near tile seams (see below screenshot), or the whole ocean is very pale (also see new harrier splash screen, though it can be worse). My suspicion is that this

Re: [Flightgear-devel] Garmin Series 400 Aviation In data format

2006-08-26 Thread Frederic Bouvier
Curt, Frederic Bouvier wrote : What option do you use to make it working ? I tried --AV400=serial,out,5,com1,9600 and --AV400=serial,out,5,com1,4800 without luck. Assuming the GPS unit interface is set to Aviation In, and not GARMIN I managed to make it work under Windows with my

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Melchior FRANZ
* Melchior FRANZ -- Saturday 26 August 2006 10:05: or the whole ocean is very pale (also see new harrier splash screen, though it can be worse). Worse, as in this screenshot: http://members.aon.at/mfranz/ocean-pale.jpg [15 kB] m.

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Jon S. Berndt
Worse, as in this screenshot: http://members.aon.at/mfranz/ocean-pale.jpg [15 kB] m. No, that's just an icebreaker in the Arctic! ;-) Jon - Using Tomcat but need to do more? Need to support web services,

[Flightgear-devel] Seeing double

2006-08-26 Thread AJ MacLeod
After checking out the latest SG and FG this morning, I have started seeing double! I initially noticed with the bo105, that there appeared to be two sets of rotor blades spinning, and on takeoff a second cockpit was suddenly apparent during more violent pitching/yawing moves. OK, so most of

Re: [Flightgear-devel] Garmin Series 400 Aviation In data format

2006-08-26 Thread Curtis L. Olson
Hi Fred, I don't fully understand either. When I specified text\r\n, the serial port analyzer showed I was actually sending text\r\r\n from unix. When I changed this to text\n then the output was text\r\n. So someplace, the \n is getting expanded to \r\n under unix at least ... strange ...

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread Frederic Bouvier
AJ MacLeod a écrit : After checking out the latest SG and FG this morning, I have started seeing double! I initially noticed with the bo105, that there appeared to be two sets of rotor blades spinning, and on takeoff a second cockpit was suddenly apparent during more violent

Re: [Flightgear-devel] Garmin Series 400 Aviation In data format

2006-08-26 Thread Frederic Bouvier
What kind of serial analyzer did you use ? -Fred Curtis L. Olson wrote : Hi Fred, I don't fully understand either. When I specified text\r\n, the serial port analyzer showed I was actually sending text\r\r\n from unix. When I changed this to text\n then the output was text\r\n. So

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Mark
Hi Melchior, I was able to reproduce this. It seems to have to do with specular highlights, since it's only visible, if this option is not deactivated on the commandline. Wasn't able to see this before, because I have that turned off for performance reasons. At the first glance it it seems to

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Melchior FRANZ
* Mark -- Saturday 26 August 2006 14:19: How can I checkout a copy of sg/fg before the commit of my code? This way I could see it it's indeed a bug I caused. $ cvs up -D'2006/7/26' After trying, revert back to HEAD with $ cvs up -A m.

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Melchior FRANZ
* Mark -- Saturday 26 August 2006 14:19: I was able to reproduce this. It seems to have to do with specular highlights, since it's only visible, if this option is not deactivated on the commandline. Not here. I see it with and without. (nvidia driver version 8756) m.

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Erik Hofman
Mark wrote: At the first glance it it seems to have to do with the materials rather than the sun. How do they both interact exactly? Anyway, I looked into my code and tried some changes that could affect this. However there wasn't any impact. So, to say the truth, I'm a bit clueless as

Re: [Flightgear-devel] Garmin Series 400 Aviation In data format

2006-08-26 Thread Frederic Bouvier
Curtis L. Olson wrote : I don't fully understand either. When I specified text\r\n, the serial port analyzer showed I was actually sending text\r\r\n from unix. When I changed this to text\n then the output was text\r\n. So someplace, the \n is getting expanded to \r\n under unix at

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread Curtis L. Olson
I've seen this 2 times with the YF-23, but not under any reproducable conditions though. Last time I saw this, I restarted with the exact same options and the problem went away. It's really weird. Are we inadvertently drawing two copies of the aircraft over top of each other and under

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread Frederic Bouvier
Curtis L. Olson a écrit : I've seen this 2 times with the YF-23, but not under any reproducable conditions though. Last time I saw this, I restarted with the exact same options and the problem went away. It's really weird. Are we inadvertently drawing two copies of the aircraft over top

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread AJ MacLeod
On Saturday 26 August 2006 15:00, Curtis L. Olson wrote: I've seen this 2 times with the YF-23, but not under any reproducable conditions though. 100% repeatable here so far, exactly like I said in my initial report - enable muliplayer and you get two planes for your money, don't enable

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread Curtis L. Olson
Frederic Bouvier wrote: Curtis L. Olson a écrit : I've seen this 2 times with the YF-23, but not under any reproducable conditions though. Last time I saw this, I restarted with the exact same options and the problem went away. It's really weird. Are we inadvertently drawing two

Re: [Flightgear-devel] Seeing double

2006-08-26 Thread Frederic Bouvier
Curtis L. Olson a écrit : Frederic Bouvier wrote: Curtis L. Olson a écrit : I've seen this 2 times with the YF-23, but not under any reproducable conditions though. Last time I saw this, I restarted with the exact same options and the problem went away. It's really weird.

[Flightgear-devel] Patch for vulcanb2

2006-08-26 Thread Buchanan, Stuart
Hi All, I've finished some more work on the Vulcan. Improvements include - working speedbrakes/chute (though I'm not sure whether they are too effective) - AAR capability - Improved cockpit with fuel guages - Improved viewpoints. Available as a patch from

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Mark
I reverted to the version of the day previous to the introduction of the new sun coloring. At first I though the artifacts Melchior recognized weren't there. However, after a second Flight from EDNY they also appeared: http://www.akermann.org/fgfs/fgfs-screen-1.jpg

Re: [Flightgear-devel] ocean rendering regression

2006-08-26 Thread Erik Hofman
Mark wrote: Another thing I noticed is that the drawn highlights cover almost the entire tile. This might be OK for some materials, but for water there should be a rather sharp highlight. Maybe this was changed and now is causing the trouble? No, this has been that way since the

[Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2006-08-26 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-24_17:46:40 (fredb) /var/cvs/SimGear-0.3/source/simgear/scene/model/animation.cxx /var/cvs/SimGear-0.3/source/simgear/scene/model/animation.hxx /var/cvs/SimGear-0.3/source/simgear/scene/model/persparam.cxx

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear source

2006-08-26 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_10:27:26 (mfranz) /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx /var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.hxx - make *all* class members start with underscore (not all but two) - NEVER EVER use

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear data

2006-08-26 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 2006-08-20_02:11:23 (mfranz) /var/cvs/FlightGear-0.9/data/Aircraft/ch53e/ch53e-yasim.xml Josh BABCOCK: rough and dirty update of the 53 for the new code =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=