]> git.mxchange.org Git - flightgear.git/commit
Add the AIModel based air traffic subsystem from Durk Talsma.
authorehofman <ehofman>
Thu, 3 Jun 2004 17:59:14 +0000 (17:59 +0000)
committerehofman <ehofman>
Thu, 3 Jun 2004 17:59:14 +0000 (17:59 +0000)
commitb3e969726249e772da4c9d1aa6eb212e6472aed3
tree32b9f8c60811cebef134064f6248d03172c703e5
parent9227d02aa39d29181fbaf276d4cbd47c97d6aec8
Add the AIModel based air traffic subsystem from Durk Talsma.
19 files changed:
Thanks
configure.ac
src/AIModel/AIBase.hxx
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIScenario.cxx
src/FDM/JSBSim/FGTrimAxis.cpp
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Makefile.am
src/Traffic/Makefile.am [new file with mode: 0644]
src/Traffic/SchedFlight.cxx [new file with mode: 0644]
src/Traffic/SchedFlight.hxx [new file with mode: 0644]
src/Traffic/Schedule.cxx [new file with mode: 0644]
src/Traffic/Schedule.hxx [new file with mode: 0644]
src/Traffic/TrafficMgr.cxx [new file with mode: 0644]
src/Traffic/TrafficMgr.hxx [new file with mode: 0644]