]> git.mxchange.org Git - flightgear.git/commit
Some initial code for AI Aircraft making use of SIDs. Current code is a bit
authordurk <durk>
Sun, 1 Mar 2009 09:58:12 +0000 (09:58 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:52:03 +0000 (10:52 +0100)
commitc7e9c7a61052ab01162a85f6912452524b714706
treef1003f6bcbe5e4c6b131fae0c2cc905cf052cb9f
parent78e45727d0971de7fdd96a0f6e67b1e0951a8036
Some initial code for AI Aircraft making use of SIDs. Current code is a bit
experimental: Only one SID per runway is supported, and the waypoints are
read from file at every request, which is not very efficient. The current
code is only executed when FlightGear is configured to use airport dynamics
data from the scenery repository, instead of the base package. Since the
latter is still the default, I believe that this will provide enough safe-
guarding to commit SID/STAR support in small, incremental steps.
Next step will be buffering and support for multiple departure routes per
runway.
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx