1
0
Fork 0
flightgear/src
jmt 14a09673b9 ATIS overhaul by John Denker, adapted to trunk by me.
8:: AWOS is available at AWOS locations.  (Previously only ATIS was
   implemented.)

 9:: ATIS phraseology now more nearly conforms to international
   standard METAR pattern, and therefore to usual FAA practice.(*)

Items marked with a (*) are fully implemented in the /text/ of the
ATIS message, but the voiced version of the message is degraded by
limitations of the FGFS built-in text-to-speech system.

 10:: ATIS now reports sky condition.(*)

 11:: ATIS now reports multiple layers of clouds, not just the lowest
 layer.(*)

 12:: ATIS now takes field elevation into account when calculating
   sky condition and ceiling.

 13:: ATIS now reports dewpoint.(*)

 14:: ATIS now can handle negative quantities (temperature and dewpoint).(*)

 15:: ATIS can now report report fractional-mile visibility.(*)

 16:: ATIS now uses magnetic (not true) wind directions, as it should.

 17:: ATIS generates correct runway number and suffix (nine right,
   one one left).

 18:: ATIS can be received on nav frequencies, not just comm.

 19:: Nothing bad happens if the same ATIS is tuned up on more than
   one receiver.

 20:: ATIS can be updated at times other than at the top of the hour.

 21:: ATIS listens for an "attention" signal, and responds to changes
   in the weather by issuing a new ATIS message (somewhat like a
   "special observation").

 22:: ATIS volume now responds to radio volume setting.

 23:: Area-related services (i.e. approach radar) are handled
   more-nearly consistently with radio-frequency related services.

 24:: ATIS sequence-letter generation has been fixed.

 25:: ATIS messages are now in the property tree, so they can be read
   e.g. via the http interface.
2009-09-18 20:18:54 +02:00
..
AIModel Disable collisions with the MP aircraft again. 2009-09-12 15:47:52 +02:00
Aircraft Csaba/Jester : initialize all per-engine and per-tank attributes ( follow-up ) 2009-01-18 23:10:52 +01:00
Airports ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
ATC compilation fixes for gcc -Wall -Werror 2009-08-24 17:13:31 +02:00
ATCDCL ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
Autopilot fix warnings (order of initialization) 2009-08-23 21:43:09 +02:00
Cockpit Logging: less verbose panel loading. 2009-09-17 22:45:29 +02:00
Environment ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
FDM Use the new vector conversion functions. 2009-09-09 08:56:31 +02:00
GUI fix warnings in GUI code 2009-08-24 18:00:10 +02:00
Include Attempt to sort out the version number mess in preparation for the v1.9.0 2008-12-19 20:41:57 +00:00
Input Tatsuhiro Nishioka: 2009-09-09 08:56:30 +02:00
Instrumentation Various LOC/GS improvements from John Denker, adapted to trunk by me (hopefully not introducing too many bugs along the way). Includes: 2009-09-12 15:47:52 +02:00
Main ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
Model Fix case typo 2009-07-27 23:52:33 +02:00
MultiPlayer change back unsigned byte count to signed (multiplaymgr) 2009-08-27 00:12:44 +02:00
Navaids Logging: less verbose about navaids we didn't align. 2009-09-17 22:45:30 +02:00
Network only complain about binary record length mismatch if mode is binary. 2009-09-18 10:38:34 +02:00
Scenery Use the new vector conversion functions. 2009-09-09 08:56:31 +02:00
Scripting fix warnings in Multiplayer, Scripting, and Time 2009-08-24 18:07:19 +02:00
Sound Fix MSVC compilation 2009-09-09 08:56:32 +02:00
Systems Suppress warnings 2009-07-02 08:59:16 +02:00
Time fix warnings in Multiplayer, Scripting, and Time 2009-08-24 18:07:19 +02:00
Traffic Logging: less verbose traffic-manager startup. 2009-09-17 22:45:30 +02:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00