Re: [Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
Sorry to keep adding to the emails, but I found something else interesting. The flash doesn't seem to happen for the cockpit view, the tower view, or the fly-by view. Does the issue relate to how the other cameras locations are being calculated? The other cameras all have to move when the

Re: [Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
On Apr 17, 2008, at 3:05 PM, Adam Dershowitz wrote: > I am driving FlightGear with a text file of data. For some reason, > when I am looking at an external view, for each altitude change there > is an annoying flash. It looks like a single frame being drawn in the > wrong position. I can somet

[Flightgear-devel] Flash with altitude change

2008-04-17 Thread Adam Dershowitz
I am driving FlightGear with a text file of data. For some reason, when I am looking at an external view, for each altitude change there is an annoying flash. It looks like a single frame being drawn in the wrong position. I can sometimes make out a ghost of the airplane being drawn in t

Re: [Flightgear-devel] Flight Gear Build

2008-04-17 Thread Vivian Meazza
Sbwong wrote: > Sent: 17 April 2008 19:09 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] Flight Gear Build > > > Hi, > > Thanks for your help. Finally, I was able to build FG with > MSVC9. But I ran into the following error message after I > tried to execute flight

Re: [Flightgear-devel] Flight Gear Build

2008-04-17 Thread sbwong
Hi, Thanks for your help. Finally, I was able to build FG with MSVC9. But I ran into the following error message after I tried to execute flightgear.exe. "The application failed to initialize properly (0xc022). Click on OK to terminate the application." Then I tried to run the debugger t

[Flightgear-devel] B-1B update

2008-04-17 Thread Markus Zojer
Hi Curt! Some updates to the bone, would you be so kind to apply it? http://homepage.univie.ac.at/markus.zojer/fgfs/B-1B0013.tar.gz Thanks in advance, Markus - This SF.net email is sponsored by the 2008 JavaOne(SM) Confere

[Flightgear-devel] Nav.dat additions CYVR DMEs

2008-04-17 Thread Ron Jensen
The approach plates for CYVR show DMEs associated with ILS on all runways but 30. http://www.czvr.ca/_Pilot_Resources/_Charts/CYVR.php Locations below are based on likely looking structures on Googleearth. Ron CYVR DMEs 12 49.205663 -123.196219 20 11055 20 0.000 ITL CYVR 8L DME-ILS 12 49.18803

Re: [Flightgear-devel] Message time and fonts

2008-04-17 Thread till busch
hi adam, this is currently not controlled by a property. you can find the timeout in Nasal/screen.nas (line 184). log = window.new(nil, -30, 10, 10); you could also specify the font there (untested): log.font = "font"; i think that changing the font size is not easily possible. cheers, -til

[Flightgear-devel] fg_os_osgviewer coredump and patch

2008-04-17 Thread Torsten Dreyer
Hi all, for fg osg with osgviewer enabled and a camera configured in preferences.xml that can't be opened, fg coredumps. This is due to using the GraphicsContext for the camera without checking if it has been created: osg::GraphicsContext* gc; gc = osg::GraphicsContext::createG