]> git.mxchange.org Git - flightgear.git/commit
Durk Talsma:
authorehofman <ehofman>
Thu, 22 Jul 2004 18:50:29 +0000 (18:50 +0000)
committerehofman <ehofman>
Thu, 22 Jul 2004 18:50:29 +0000 (18:50 +0000)
commit025a1e249125872ae3e1318744a309e72eab5307
tree3f5abea99ffd3ca15eeb2ba809c6a254a9503cf7
parent9d972d86bf287e8ff9388374eb6c1c3343d5ae4c
Durk Talsma:

I've included the latest fixes to the Traffic Manager/AI flightplan generation
code. Most of the code changes are in AIFllightplan.cxx. This is the code
that runs without depending on predefined FlightPlans in
#FG_ROOT/Data/AI/Flightplans.i

As suggested by Dave, I've also added a new property in
preferences.xml: /sim/traffic-manager/enabled, which is used to control
whether or not the traffic manager is active.

I'm still working on a few more 737 traffic patterns, those are going to take
a little longer, so I didn't want to wait sending in this code.

Finally, I haven't put much effort into ensuring "aeronautical correctness" in
this version yet. The code works on my system, but what the AI plane do may
actaully be quite rediculous. But I'd like to leave that for the next
version.
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/Traffic/Schedule.cxx