]> git.mxchange.org Git - flightgear.git/commit
Preliminary support for AI planes from Dave Luff. This works only at
authordavid <david>
Wed, 2 Oct 2002 15:27:49 +0000 (15:27 +0000)
committerdavid <david>
Wed, 2 Oct 2002 15:27:49 +0000 (15:27 +0000)
commitc581cfa395bdd1bdfa94c34952ecf5c949343e15
tree56174c4688f2b3b4ffe07bbdeacde068eea1dc90
parent03b508adb7a733ac682927df8c72c5c91cce1e82
Preliminary support for AI planes from Dave Luff.  This works only at
KEMT (w120n30 scenery), and you will have to set the property
/sim/ai-traffic/enabled to 'true' to see the other plane (and tune
comm1 to 121.2 to hear the other plane's radio calls).
18 files changed:
src/ATC/AIEntity.cxx
src/ATC/AIEntity.hxx
src/ATC/AILocalTraffic.cxx
src/ATC/AILocalTraffic.hxx
src/ATC/AIMgr.cxx
src/ATC/AIMgr.hxx
src/ATC/AIPlane.cxx [new file with mode: 0644]
src/ATC/AIPlane.hxx [new file with mode: 0644]
src/ATC/ATCProjection.cxx [new file with mode: 0644]
src/ATC/ATCProjection.hxx [new file with mode: 0644]
src/ATC/ATCmgr.cxx
src/ATC/ATCmgr.hxx
src/ATC/ATCutils.cxx
src/ATC/ATCutils.hxx
src/ATC/Makefile.am
src/ATC/approachlist.cxx
src/ATC/atis.cxx
src/ATC/tower.hxx