]> git.mxchange.org Git - flightgear.git/commit
Initial attempt to establish a better integration between AI and ATC code.
authordurk <durk>
Sun, 13 Jul 2008 12:51:06 +0000 (12:51 +0000)
committerdurk <durk>
Sun, 13 Jul 2008 12:51:06 +0000 (12:51 +0000)
commit17c42deae16610939d598a0dabe28d2d4d362469
tree1c7eaff899a0b8f54e6067877360064c21d56189
parenta0bb5b3c67e13c1c93de8d26f6585a6adf6435b8
Initial attempt to establish a better integration between AI and ATC code.
Various other patches that have been lingering around for a while:
 * Moved trafficcontrol.[ch]xx from the Airports directory to ATC, where
   it really belongs.
 * AI aircraft will request startup clearance, and ground control will
   approve.
 * Starting AI Aircraft will be pushed back to a predefined holding point
   on the ground network, and wait a while before taxiing out to the runway
18 files changed:
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/AIModel/AIFlightPlanCreatePushBack.cxx
src/ATC/Makefile.am [new file with mode: 0644]
src/ATC/trafficcontrol.cxx [new file with mode: 0644]
src/ATC/trafficcontrol.hxx [new file with mode: 0644]
src/ATCDCL/Makefile.am
src/Airports/Makefile.am
src/Airports/dynamicloader.cxx
src/Airports/dynamicloader.hxx
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx
src/Airports/parking.hxx
src/Airports/runwayprefs.cxx
src/Main/Makefile.am
src/Makefile.am