1
0
Fork 0
flightgear/src/ATC
Richard Senior 78de2af130 Allow ATIS format specifications to compare tokens against text values
Prior to this change, it was only possible to compare the values of tokens
to each other for use in conditionals, e.g. landing and departing runway.
This change allows comparison of a token to a text value, e.g. to compare
wind speed to zero.
2016-04-07 00:58:34 +01:00
..
atc_mgr.cxx Make TrafficRecord own its AIAircraft. 2016-01-04 13:34:39 -06:00
atc_mgr.hxx Make TrafficRecord own its AIAircraft. 2016-01-04 13:34:39 -06:00
atcdialog.cxx Reformatting. 2015-05-14 18:20:25 +02:00
atcdialog.hxx Get the ATC frequency dialogs working again for the 2.6 release. 2011-12-27 22:55:52 +00:00
ATISEncoder.cxx Allow ATIS format specifications to compare tokens against text values 2016-04-07 00:58:34 +01:00
ATISEncoder.hxx NewAtis: handle varying winds 2014-03-05 13:52:43 +01:00
CMakeLists.txt Split GroundNetwork class down the middle 2015-12-10 15:53:05 -06:00
CommStation.cxx Clean up/simplify NasalPositioned_cppbind 2013-03-06 23:21:49 +01:00
CommStation.hxx Clean up/simplify NasalPositioned_cppbind 2013-03-06 23:21:49 +01:00
CurrentWeatherATISInformationProvider.cxx New ATIS System: Fallback for no-realwx and some fixes 2014-03-01 12:44:01 +01:00
CurrentWeatherATISInformationProvider.hxx NewAtis: handle varying winds 2014-03-05 13:52:43 +01:00
GroundController.cxx Use SGTime instead of time() in traffic/AI code 2016-01-05 23:19:28 -06:00
GroundController.hxx Split GroundNetwork class down the middle 2015-12-10 15:53:05 -06:00
MetarPropertiesATISInformationProvider.cxx NewAtis: handle varying winds 2014-03-05 13:52:43 +01:00
MetarPropertiesATISInformationProvider.hxx NewAtis: handle varying winds 2014-03-05 13:52:43 +01:00
trafficcontrol.cxx AI traffic refused to take-off, because the TrafficRecord destructor would unassign an AIAircraft from it's ATC. This caused it to get stuck in front of the runway and block all other traffic. 2016-03-06 21:23:26 +01:00
trafficcontrol.hxx Make TrafficRecord own its AIAircraft. 2016-01-04 13:34:39 -06:00