]> git.mxchange.org Git - flightgear.git/commit
Bugfixes and some finetuning:
authorDurk Talsma <durktals@gmail.com>
Mon, 2 Jan 2012 21:23:24 +0000 (22:23 +0100)
committerDurk Talsma <durktals@gmail.com>
Mon, 2 Jan 2012 21:23:24 +0000 (22:23 +0100)
commitaab04f44bdd2c5228ab547f5802a365c76323f3a
tree50705b380805125541498a68116e9249b6148ecb
parente0b6ee9d5d7b45e55a01afb60bb64c661cd9049b
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.
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreatePushBack.cxx
src/ATC/trafficcontrol.cxx
src/Airports/groundnetwork.cxx
src/Traffic/Schedule.cxx