]> git.mxchange.org Git - flightgear.git/commit
Don't try to open runway and parking files for every airport in the
authorandy <andy>
Fri, 27 May 2005 17:06:13 +0000 (17:06 +0000)
committerandy <andy>
Fri, 27 May 2005 17:06:13 +0000 (17:06 +0000)
commit88c73d0ece38db4e3aa846cdc576aa75a908f399
tree8ee5ba6ed98945d5a8db6234c985ab0f0857d7e5
parentb71b3af66c94af95d7cd263424ff79a815380f48
Don't try to open runway and parking files for every airport in the
database.  Works fine on Linux, but is a huge performance hit (1
minute) on cygwin.  Keep a cache of actual directories and check that
first.
src/Airports/simple.cxx
src/Airports/simple.hxx