]> git.mxchange.org Git - flightgear.git/commit
Clean out FGAirportList - not quite obsolete yet, but the spatial queries are
authorjmt <jmt>
Fri, 26 Dec 2008 11:15:00 +0000 (11:15 +0000)
committerjmt <jmt>
Fri, 26 Dec 2008 11:15:00 +0000 (11:15 +0000)
commit82bfb6a08de380a445b7a7b2f27409731d30bd8b
tree21348ca9e25e94d678044e62952793d735af0553
parent988de9dbca8bc046fb0f1df4fef5bfe07355c3a6
Clean out FGAirportList - not quite obsolete yet, but the spatial queries are
gone. This is good news, since the old query was implemented as a linear
search, sorted by Manhattan distance, and with a warning not to use the logic
at runtime. Various systems (such as the Mk-VIII) do query such data often,
eg every second.

Also gets Point3D out of Airports/simple.hxx, as a precursor to removing it
completely.
src/ATCDCL/AIGAVFRTraffic.cxx
src/ATCDCL/AIMgr.cxx
src/Airports/apt_loader.cxx
src/Airports/simple.cxx
src/Airports/simple.hxx
src/Environment/environment_ctrl.cxx
src/Environment/environment_ctrl.hxx
src/Instrumentation/mk_viii.cxx
src/Instrumentation/mk_viii.hxx
src/Scripting/NasalSys.cxx