1
0
Fork 0
flightgear/src/Traffic
durk 666910a793 Major update of traffic manager and AI related airport facilities.
- Moved AIModels/Traffic Manager related AI functions to a new file
- Rewrote the traffic manager so that the containers use pointers to
  objects instead of the objects themselves, which will allow for a
  more flexible memory management.
- Rewrote parts of the airport groundnetwork code, also because the
  stl containers now contain object pointers instead of the objects
  themselves.
- Fixed an uninitialized iterator in the AI distance tracking code
- Fixed flawed logic in some of the traffic controller's while loops
- Added a tower controller, which paces take-off behavior of AITraffic
  in a more realistic way.
- Various other minor fixes and fine tuning.
2006-10-06 17:36:31 +00:00
..
.cvsignore Ingnore some generated files." 2004-06-05 08:51:29 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00
SchedFlight.cxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00
SchedFlight.hxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00
Schedule.cxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00
Schedule.hxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00
TrafficMgr.cxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00
TrafficMgr.hxx Major update of traffic manager and AI related airport facilities. 2006-10-06 17:36:31 +00:00