1
0
Fork 0
flightgear/src/Airports
durk 1c8f2e3c5b - Ground network XML parsing code reads the new attributes "holdPointType"
and "isOnRunway".
- Added initial support for AI controlled pushback operations, making use of the
  current editing capabilities of TaxiDraw CVS / New_GUI_CODE. The current
  implementation is slightly more computationally intensive than strictly
  required, due to the currently inability of taxidraw to link one specific
  pushBack point to to a particular startup location. FlightGear now determines
  this dynamically, and once we have that functionality in TaxiDraw, the
  initialization part of createPushBack() can be further simplified.
- Smoother transition from pushback to taxi. No more skipping of waypoints, and
  aircraft wait for two minutes at pushback point.
- The classes FGTaxiNode, FGTaxiSegment, and FGParking, now have copy
  constructors, and assignment operators.
- Removed declaration of undefined constructor FGTaxiNode(double, double, int)
- Array boundry checks and cleanup.
- Modified Dijkstra path search algoritm to solve partial problems. Currently
  limited to include pushback points and routes only, but can probably be
  extended to a more general approach.
- Added initial support for giving certain routes in the network a penalty, in
  order to discourage the use of certain routes over others.
2007-08-08 06:09:58 +00:00
..
.cvsignore Ignore calc_loc program. 2003-06-07 13:54:35 +00:00
apt_loader.cxx new FSF address 2006-02-21 01:16:04 +00:00
apt_loader.hxx new FSF address 2006-02-21 01:16:04 +00:00
calc_loc.cxx Recent SimGear changes seem to require more additions of config.h to FG in order to compile on Cygwin 2006-02-22 21:04:47 +00:00
dynamicloader.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
dynamicloader.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
dynamics.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
dynamics.hxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
gnnode.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
gnnode.hxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
groundnetwork.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
groundnetwork.hxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
Makefile.am Fixes and code clean-up: 2007-07-15 14:08:31 +00:00
parking.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
parking.hxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
runwayprefloader.cxx - Added ultra-light traffic is now a separate traffic class that can have its 2007-07-21 11:05:20 +00:00
runwayprefloader.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
runwayprefs.cxx - Added ultra-light traffic is now a separate traffic class that can have its 2007-07-21 11:05:20 +00:00
runwayprefs.hxx - Added ultra-light traffic is now a separate traffic class that can have its 2007-07-21 11:05:20 +00:00
runways.cxx Modified Files: 2007-02-09 05:34:34 +00:00
runways.hxx new FSF address 2006-02-21 01:16:04 +00:00
simple.cxx Thomas Foerster: 2007-07-04 17:39:03 +00:00
simple.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
testair.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
trafficcontrol.cxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
trafficcontrol.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
xmlloader.cxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
xmlloader.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00