[Flightgear-devel] Aircraft perturbed by visibility controls.

2004-06-09 Thread Ed Sirett
for the whole program. Another wild guess is that this is due to some sort of fallout from the change in CPU load during scenery adjustments. I am happy to make changes to the code run tests to eliminate things but don't know where to start. -- Ed Sirett [EMAIL PROTECTED

[Flightgear-devel] Possible bug handling LOC radio.

2004-06-12 Thread Ed Sirett
the aircraft is flying away from the airport. I don't think the faults lies with Navcom.cxx get_nav_cdi_xtrack_error I think the problem is that _nav_target_radial is being calculated 180 degs wrong for LOCalisers. I'll be interested to hear what the panel says. 8-) -- Ed Sirett [EMAIL PROTECTED

[Flightgear-devel] Problems with ILS/LOC

2004-06-20 Thread Ed Sirett
of the required approach radial. -- Ed Sirett [EMAIL PROTECTED] ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

[Flightgear-devel] Patch for Navaids/navlist.cxx

2004-07-18 Thread Ed Sirett
round and flu away from the intended destination. I have arbitrarily chosen a +/- 30 degree window for selection because this seems reasonable if in reality its smaller then OK. -- Ed Sirett [EMAIL PROTECTED] 21c21 // $Id: navlist.cxx,v 1.6 2004/06/20 18:58:45 curt Exp $ --- // $Id

[Flightgear-devel] Navaid/navlist patch

2004-07-18 Thread Ed Sirett
. ! if (fabs(az1) 30.0 ) d2 = min_dist+1.0; ! } ! ! if ( d2 min_dist ) { ! min_dist = d2; nav = stations[i]; } } -- Ed Sirett [EMAIL PROTECTED] // navlist.cxx -- navaids management class // // Written by Curtis Olson, started

[Flightgear-devel] Small problem compiling 0.98 pre 2. with sdl option.

2005-01-06 Thread Ed Sirett
...When checking out the new release... Out of the box it won't build if you do a ./configure --enable-sdl This is because programs in tests/ still require GLUT/glut.h You can cd src/ and make and it will build fgfs and metar ok. -- Also anyone noticed that the keypad won't do numbers with