]> git.mxchange.org Git - flightgear.git/commit
* A few new features to allow database management and traffic pattern developement:
authorDurk Talsma <durk@linux-iue5.site>
Fri, 3 Sep 2010 08:47:05 +0000 (10:47 +0200)
committerDurk Talsma <durk@linux-iue5.site>
Fri, 3 Sep 2010 08:47:05 +0000 (10:47 +0200)
commit558582b58d8c9d4aad1f389919dcd6428ba770df
tree17e8ad8ebbbb3a4b75780d24af76d49a21277559
parentd8165470c3504ae4f1113ee754568be951f3416f
* A few new features to allow database management and traffic pattern developement:
  --prop:/sim/traffic-manager/dumpdata=true: dumps the currently loaded datafile to the console for inspection.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.xml: Skips autoscanning and reads traffic only from the specified xml file.
  --prop:/sim/traffic-manager/datafile=/path/to/somefile.conf: Slips autoscanning and reads traffic from a plain text file, as described on the forum/wiki

* Removed the use of pointers for heuristics calculations, as urged by Frederic Bouvier
* Fixed domain error in proportion calculation during loading, resulting in random skipping of aircraft, as reported by Jorg van der Venne.
src/Traffic/Schedule.cxx
src/Traffic/TrafficMgr.cxx
src/Traffic/TrafficMgr.hxx