]> git.mxchange.org Git - flightgear.git/history - src/ATC/AILocalTraffic.hxx
make attribute strings lowercase with hyphen instead of underscore;
[flightgear.git] / src / ATC / AILocalTraffic.hxx
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-04-18 fredbRestore line endings after goofing
2006-04-18 fredbIf it's a struct, it's not a class
2006-04-17 mfranz- use guarded property pointers
2006-02-21 mfranznew FSF address
2005-10-25 ehofmanAlex Romosan:
2004-09-19 ehofmanRemove unnecessary inclusions of sg.h ans ssg.h
2004-03-20 daveluffDelay deletion of AI traffic until after it has had...
2004-03-12 daveluffFix a situation where the AI aircraft sometimes wouldn...
2004-01-23 daveluffLots of changes to the ATC/AI system for initial revisi...
2003-10-19 daveluffAI plane should go around instead of landing on user...
2003-10-15 daveluffTweaks to use the ATC/AI interaction framework
2003-09-22 daveluffReturn landing type
2003-09-05 daveluffChange the start of descent point of the AI plane when...
2003-04-15 daveluffMoved PatternLeg from AILocalTraffic to AIPlane
2003-03-27 daveluffStart interacting with ATC (still somewhat rudimentary)
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-07 daveluffMore stuff to make the AI/ATC system less hardwired...
2003-03-05 daveluffRemoved a lot of the remaining hardwired KEMT stuff...
2003-02-26 daveluffUse actual terrain ground elevation instead of hardwire...
2002-12-04 daveluffChanges to support AI taxiing and crabing when flying...
2002-10-02 davidPreliminary support for AI planes from Dave Luff. ...
2002-04-04 david- fixed ANSI C++ namespace problems
2002-04-03 curtAttached are a fairly extensive series of patches to...