]> git.mxchange.org Git - flightgear.git/commit
Major update to the AI code:
authorDurk Talsma <durk@linux-iue5.site>
Sun, 29 Aug 2010 17:25:34 +0000 (19:25 +0200)
committerDurk Talsma <durk@linux-iue5.site>
Sun, 29 Aug 2010 17:25:34 +0000 (19:25 +0200)
commit467513cbaf40a7e1bd4077d71b60eef6c881741a
treef3ead3f89045b152f1d1db0a6313f226c4e376e9
parentfed62b13ddd52afc01b6f56a9c5c5e21b147ea74
Major update to the AI code:
  * New features
    - More realistic descent paths
    - Separation during descent and approach
    - ATC approach controller (still silent)
    - inbound traffic flow will start immediately
  * Bug fixes
    - Properly handle vertical speed when on ground
    - Departing aircraft now wait for taxiclerance before moving
    - Traffic manager waits for proper weather initialization
    - Fixed instabilities in the preferential runway usage code
    - Fine tuning of waypoint following code.
16 files changed:
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreateCruise.cxx
src/ATC/trafficcontrol.cxx
src/ATC/trafficcontrol.hxx
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx
src/Airports/groundnetwork.cxx
src/Airports/runwaybase.cxx
src/Airports/runwaybase.hxx
src/Airports/runwayprefs.cxx
src/Traffic/Schedule.cxx
src/Traffic/TrafficMgr.cxx