]> git.mxchange.org Git - flightgear.git/commit
Thomas Foerster: Made FGParking a subclass of FGTaxiNode
authordurk <durk>
Thu, 5 Jul 2007 19:00:59 +0000 (19:00 +0000)
committerdurk <durk>
Thu, 5 Jul 2007 19:00:59 +0000 (19:00 +0000)
commit4238a46faa8fc8e9ac9174fe960eb7c5df188a4c
tree161299726aef6a82e0b758b03a0e0972d3f291db
parent6168ba785095b18360a0e522d306237dd12d3743
Thomas Foerster: Made FGParking a subclass of FGTaxiNode
                 Fixed bug due to longstanding inconsistency in FGAirport
                 getter functions return types.
Durk Talsma:     Fixed traffic record initialization bug that occured
                 when taxiing traffic was waiting for traffic on runway
15 files changed:
src/Airports/Makefile.am
src/Airports/dynamicloader.cxx
src/Airports/dynamicloader.hxx
src/Airports/gnnode.hxx [new file with mode: 0644]
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx
src/Airports/parking.cxx
src/Airports/parking.hxx
src/Airports/runwayprefloader.cxx
src/Airports/runwayprefloader.hxx
src/Airports/simple.hxx
src/Airports/trafficcontrol.cxx
src/Airports/trafficcontrol.hxx
src/Airports/xmlloader.cxx
src/Airports/xmlloader.hxx