1
0
Fork 0
flightgear/src/ATC
Durk Talsma aab04f44bd Bugfixes and some finetuning:
* Pregenerating taxiroutes could interfere with runway assignments by ATC, when conditions changed, resulting in a taxi to one runway and a takeoff from another
* A simpler solution for the "Error in Traffic record bug". This still needs some more testing, but I haven't seen any error message anymore, since changing to the current code.
* Initialize AI traffic at speed zero, this should prevent some weirdness observed under boundary conditions.
* Don't activate groundnetwork proximity detection for pushback traffic until the "ready for startup message is transmitted. this should allow sufficient time for them to reserve a route, but a little more testing still needs to be done.
2012-01-02 22:23:24 +01:00
..
atc_mgr.cxx --debugMsg; 2012-01-01 15:30:51 +01:00
atc_mgr.hxx Patch by Torsten Dryer: Remove the Ugly global dialog variable and remove rwy as a member variable from the AIFlightPlan class. 2011-09-22 20:52:05 +02:00
atcdialog.cxx Get the ATC frequency dialogs working again for the 2.6 release. 2011-12-27 22:55:52 +00:00
atcdialog.hxx Get the ATC frequency dialogs working again for the 2.6 release. 2011-12-27 22:55:52 +00:00
CMakeLists.txt Switch ATCmgr comm station search to filter by range in cartesian, not geodetic, space, to avoid numerical instability with extremely distant stations. 2011-09-28 09:06:31 +01:00
CommStation.cxx Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass. 2011-06-01 17:45:22 +01:00
CommStation.hxx Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass. 2011-06-01 17:45:22 +01:00
trafficcontrol.cxx Bugfixes and some finetuning: 2012-01-02 22:23:24 +01:00
trafficcontrol.hxx call from FGATCController::transmit() 2011-11-24 06:20:59 +02:00