]> git.mxchange.org Git - flightgear.git/commit
Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with
authorcurt <curt>
Wed, 22 Dec 2004 23:57:07 +0000 (23:57 +0000)
committercurt <curt>
Wed, 22 Dec 2004 23:57:07 +0000 (23:57 +0000)
commit222446df29724aa496da85ea334788f59276b922
treeea4e7231cdd8052bc32000f559487f798de7e297
parent46f9abd791256251d836f9fcc9f5a8b401631589
Replace the data/Airports/basic.dat.gz and data/Airports/runways.dat.gz with
a single apt.dat.gz file which is in the native X-Plane format.

To do this I wrote a front end loader than builds the airport and runway
list.  Some of the changes I needed to make had a cascading effect, so there
are minor naming changes scattered throughout the code.
26 files changed:
src/AIModel/AIFlightPlan.cxx
src/ATC/AILocalTraffic.cxx
src/ATC/AIMgr.cxx
src/ATC/ATCDialog.cxx
src/ATC/ATCmgr.cxx
src/ATC/ATCutils.cxx
src/ATC/approach.cxx
src/ATC/commlist.cxx
src/ATC/ground.cxx
src/ATC/tower.cxx
src/Airports/Makefile.am
src/Airports/apt_loader.cxx [new file with mode: 0644]
src/Airports/apt_loader.hxx [new file with mode: 0644]
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Airports/simple.cxx
src/Airports/simple.hxx
src/Autopilot/auto_gui.cxx
src/Cockpit/hud_rwy.cxx
src/Environment/environment_ctrl.cxx
src/GUI/AirportList.cxx
src/Instrumentation/gps.cxx
src/Main/fg_init.cxx
src/Navaids/navdb.cxx
src/Traffic/SchedFlight.cxx
src/Traffic/Schedule.cxx