]> git.mxchange.org Git - flightgear.git/commit
Redo the runway database scheme to use a flat/ascii file and load the entire
authorcurt <curt>
Fri, 29 Aug 2003 04:11:23 +0000 (04:11 +0000)
committercurt <curt>
Fri, 29 Aug 2003 04:11:23 +0000 (04:11 +0000)
commite6859e4fe02071c5ece37da787bd45d4b00ae006
treef1b3607cfb15daef5956c1bb6d9aa2f0accddfe4
parentf0ddd9048f6188b459842b858ca34fed1e2d620d
Redo the runway database scheme to use a flat/ascii file and load the entire
database into memory at the start.  This should completely eliminate any
dependencies we have on metakit.
13 files changed:
src/ATC/AILocalTraffic.cxx
src/ATC/ATCutils.cxx
src/ATC/approach.cxx
src/ATC/atis.cxx
src/ATC/ground.cxx
src/ATC/tower.cxx
src/Airports/Makefile.am
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Airports/simple.cxx
src/Airports/simple.hxx
src/Main/fg_init.cxx
src/Main/globals.hxx