]> git.mxchange.org Git - flightgear.git/commit
Ground network distance tracking code. AIAircraft taxiing at airports
authordurk <durk>
Sat, 26 Aug 2006 07:22:20 +0000 (07:22 +0000)
committerdurk <durk>
Sat, 26 Aug 2006 07:22:20 +0000 (07:22 +0000)
commit5b2e16ca730fc0e7f6730192a2744131b195e7fa
tree8e7a57868933416cc8a31418a15bd4b663eef3f6
parentc0e9c42a3644e9210a4dac4677436f1ab874d958
Ground network distance tracking code. AIAircraft taxiing at airports
maintain a resonable distance from each other while taxiing on the same
route. The current code does not yet take crossing routes or aircraft
taxiing into opposite directions into account.
12 files changed:
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreateCruise.cxx
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx
src/Airports/simple.hxx
src/Traffic/SchedFlight.cxx
src/Traffic/Schedule.cxx
src/Traffic/Schedule.hxx