]> git.mxchange.org Git - flightgear.git/commit
Development for two new features:
authordurk <durk>
Fri, 30 Jan 2009 18:48:44 +0000 (18:48 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 1 Feb 2009 22:44:10 +0000 (23:44 +0100)
commitc6f88e5b9be767d93fd34f3b01c0e949fbd0044b
treedd8eb61eacfcb3515ffeb5c2c19d21aa38d95af5
parent5efca258c11ccd3d9de4c4b7ae2e3f08af405b6f
Development for two new features:
 * Some support for geometry information provided by the custom scenery
   project. Current support is for AI groundnets and runway use files only
   since this is a switch that involves a lot of data verification and
   updating, during the transistion the actual path where the data can be
   read from is user configurable. setting the property

   /sim/traffic-manager/use-custom-scenery-data to true

  will cause flightgear to read the ground networks from the scenery
  directory (--{fg-scenery}/Airports/[I]/[C]/[A]/[ICAO].groundnet.xml to be
  precise). Setting this property to false will retain the original
  behvior.
* For departing aircraft, runway takeoff calculations will be done on the
  basis of the performance database. For testing purposes, a performance
 estimate for a heavy jet has been added.
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/performancedata.hxx
src/AIModel/performancedb.cxx
src/Airports/xmlloader.cxx
src/Airports/xmlloader.hxx
src/Main/globals.cxx
src/Traffic/Schedule.cxx