]> git.mxchange.org Git - flightgear.git/commit
* Updated routing algorithm. Just sorting the schedules by usage heuristics doesn...
authorDurk Talsma <durktals@gmail.com>
Wed, 26 Oct 2011 20:26:37 +0000 (22:26 +0200)
committerDurk Talsma <durktals@gmail.com>
Wed, 26 Oct 2011 20:26:37 +0000 (22:26 +0200)
commit538e632f45548e43857e71178d8d56908ccee7cc
treeddf24613a337b847ed33a8a1df345c305193066a
parent34f86cd317ef78c81f05052aa270d86a0ecb8567
* Updated routing algorithm. Just sorting the schedules by usage heuristics doesn't work well for major multihub airlines.
* Improved groundnetwork routing algorithm. Don't uncesscarily block taxiways. Instead, use a "just-in-time" blocking system. The unblocking algorithm still needs some work, but the current version is already a major improvement over the previous version.
* Some tweaks to the handover from ground to tower controller. Aircraft could refuse to take-off of even refuse to taxi onto the runway. This now seems to be solved.
src/AIModel/AIFlightPlanCreate.cxx
src/ATC/trafficcontrol.cxx
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx
src/Traffic/Schedule.cxx
src/Traffic/Schedule.hxx