]> git.mxchange.org Git - flightgear.git/commit
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
authorehofman <ehofman>
Fri, 28 Nov 2003 15:48:05 +0000 (15:48 +0000)
committerehofman <ehofman>
Fri, 28 Nov 2003 15:48:05 +0000 (15:48 +0000)
commitcd0c447b43bf9f7ea2e11a1e8914efc3b0516158
tree128fa9975a543b64ce92aa3bd3f7bbff17eacfbf
parent06ce7ae9289a80165fe3b975d3e8e51f5aea57ae
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC code.
17 files changed:
configure.ac
src/AIModel/.cvsignore [new file with mode: 0644]
src/AIModel/AIAircraft.cxx [new file with mode: 0644]
src/AIModel/AIAircraft.hxx [new file with mode: 0644]
src/AIModel/AIBallistic.cxx [new file with mode: 0644]
src/AIModel/AIBallistic.hxx [new file with mode: 0644]
src/AIModel/AIBase.cxx [new file with mode: 0644]
src/AIModel/AIBase.hxx [new file with mode: 0644]
src/AIModel/AIManager.cxx [new file with mode: 0644]
src/AIModel/AIManager.hxx [new file with mode: 0644]
src/AIModel/AIShip.cxx [new file with mode: 0644]
src/AIModel/AIShip.hxx [new file with mode: 0644]
src/AIModel/Makefile.am [new file with mode: 0644]
src/GUI/AirportList.cxx
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Makefile.am