1
0
Fork 0
flightgear/src/Navaids
ehofman aa78341698 James Turner:
Convert FGRunway to be heap-based, and inherit FGPositioned. This is a large, ugly change, since FGRunway was essentially a plain struct, with no accessors or abstraction. This change adds various helpers and accessors to FGRunway, but doesn't change many places to use them - that will be a follow up series of patches. It's still a large patch, but outside of FGAirport and FGRunway, mostly mechanical search-and-replace.

An interesting part of this change is that reciprocal runways now exist as independent objects, rather than being created on the fly by the search methods. This simplifies some pieces of code that search for and iterate runways. For users who only want one 'end' of a runway, the new 'isReciprocal' predicate allows them to ignore the 'other' end. Current the only user of this is the 'ground-radar' ATC feature. If we had data on which runways are truly 'single-ended', it would now be trivial to use this in the airport loader to *not* create the reciprocal.
2008-09-11 08:38:09 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
awynet.cxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
awynet.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
fix.hxx James Turner: 2008-09-10 08:54:49 +00:00
fixlist.cxx James Turner: 2008-09-10 08:54:49 +00:00
fixlist.hxx James Turner: 2008-09-10 08:54:49 +00:00
Makefile.am James Turner: 2008-09-08 17:50:06 +00:00
navdb.cxx James Turner: 2008-09-11 08:38:09 +00:00
navdb.hxx James Turner: Improved runway management code: 2008-08-14 18:13:39 +00:00
navlist.cxx Miscellaneous tweaks and Bugfixes. Mostly memory leaks ported from the plib 2007-10-20 08:36:21 +00:00
navlist.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
navrecord.cxx James Turner: 2008-08-03 14:34:42 +00:00
navrecord.hxx James Turner: 2008-08-03 14:34:42 +00:00
positioned.cxx Add required include for lower_bound 2008-09-08 19:25:45 +00:00
positioned.hxx James Turner: 2008-09-08 17:50:06 +00:00
testnavs.cxx Remove nav.hxx, which has been superceded by navrecord.hxx and is no longer used except by some old non-working test code 2005-11-27 23:48:04 +00:00