1
0
Fork 0
flightgear/src/ATC
Durk Talsma 31c66226e1 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.
This patch may introduce an occasional crash on exit again, because it effectively undoes commit [a972df]. I'll try to find a better fix for that later on.
2016-03-06 21:23:26 +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 Fix wrong ATIS for negative temperatures 2015-01-12 16:46:24 +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