1
0
Fork 0
flightgear/src
curt a3cde21637 Curt Olson:
These change add some code that at initialization time will snap all
localizers into perfect alignment with their runways.  It's my experience
that the DAFIF/FAA data reports runway and localizer headings to a level
of precision that is great for making charts, or adjusting your OBS, etc.
But the level of precision of this data can be far enough off to make you
visibly *un*aligned with the runway when the CDI needle is centered.

There are probably cases where the localizer isn't really perfectly
aligned with the runway, or intentionally misaligned to avoid obstacles
or terrain.  So I have made this configurable for those that trust the
data more than I do.  Just set "/sim/navdb/auto-align-localizers" to
true/false in the preferences file to turn this feature on or off in the
code.
2004-05-28 16:24:43 +00:00
..
AIModel Use SGRawValueMethods rather than SGRawValueFunctions because that allows one to pass the 'this' pointer. Remove some debug code. 2004-05-28 08:46:33 +00:00
Aircraft Curt Olson: 2004-01-31 19:47:45 +00:00
Airports Curt Olson: 2004-05-28 16:24:43 +00:00
ATC Code at this level shouldn't care if the sound manager is paused or not. 2004-05-14 15:49:10 +00:00
Autopilot Move navaids and fixes out of "global" name space into the FGGlobals 2004-05-26 18:15:19 +00:00
Cockpit One more ... 2004-05-28 05:31:11 +00:00
Controls Attempt #1 to sort out confusion between left / right / parking brake 2004-01-12 17:39:41 +00:00
Environment Changes to get FlightGear (well, the src directory at least) to 2004-04-30 00:52:11 +00:00
FDM Fix a bug with propeller gearing. The torque computations weren't 2004-05-18 01:46:36 +00:00
GUI Don't set values on "live" text objects to prevent confusion when a 2004-05-15 21:41:42 +00:00
Include Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
Input Add a macintosh identifier for joystick axis numbering support. 2004-05-06 16:07:30 +00:00
Instrumentation And again ... 2004-05-28 05:33:10 +00:00
Main Curt Olson: 2004-05-28 16:24:43 +00:00
Model Frederic Bouvier: 2004-04-02 14:43:31 +00:00
MultiPlayer Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
Navaids Curt Olson: 2004-05-28 16:24:43 +00:00
Network Add simple icing state. 2004-05-26 18:13:34 +00:00
Objects Comment out the rest of the Makefile to make the compierl happy 2003-12-02 17:57:21 +00:00
Replay reflect net_ftm/net_ctrls changes. 2004-04-02 16:20:17 +00:00
Scenery Changes to get FlightGear (well, the src directory at least) to 2004-04-30 00:52:11 +00:00
Scripting Fix a bug where the interpreter could read a garbage buffer from the stack. 2004-05-15 21:40:58 +00:00
Server Multiplayer client/server system -- Message base class, "hello" message, and message class test harness 2003-11-08 20:11:14 +00:00
Sound Better support for pausing/unpausing sound. 2004-05-14 15:51:43 +00:00
Systems Fix a property name that was missed in an earlier change. 2004-04-20 22:54:44 +00:00
Time Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Remove the old WeatherCM module. 2004-03-16 20:19:07 +00:00