]> git.mxchange.org Git - flightgear.git/commit
FGPositioned clean-ups - apply some desirable changes (such as making members
authorjmt <jmt>
Wed, 24 Dec 2008 14:48:30 +0000 (14:48 +0000)
committerjmt <jmt>
Wed, 24 Dec 2008 14:48:30 +0000 (14:48 +0000)
commit7d5d75609533c98fa5ea93829cdd3bb06ee6ebe8
treec091287be5842f90ff146c699713a869a930a287
parent335584e29c5049d38cab1ae01ef1ecc5333c93f1
FGPositioned clean-ups - apply some desirable changes (such as making members
const) which were previously tricky but now easy. Make it possible not to
index certain types (used for taxiways) and exclude anonymous items from
the name index. Related to this, clean up FGRunway further - remove some public
members, and fix a dumb bug of mine, where we create reciprocal entries for
taxiways.

This should make startup (slightly) quicker, and shrinks FGRunway somewhat.
src/Airports/apt_loader.cxx
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Cockpit/hud_rwy.cxx
src/Instrumentation/mk_viii.cxx
src/Navaids/navlist.cxx
src/Navaids/navlist.hxx
src/Navaids/navrecord.cxx
src/Navaids/navrecord.hxx
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx