]> git.mxchange.org Git - flightgear.git/history - src/ATC/AILocalTraffic.cxx
try to fix yet another crash bug (don't worry, there's one for anybody!)
[flightgear.git] / src / ATC / AILocalTraffic.cxx
2006-06-11 frohlichModified Files:
2006-02-21 mfranznew FSF address
2006-02-08 ehofmanMathias Fröhlich:
2005-12-29 ehofmanDurk Talsma, Olaf Flebbe & Mathias Fröhlich:
2005-10-25 ehofmanAlex Romosan:
2005-08-14 ehofmanMathias Fröhlich:
2004-12-22 curtReplace the data/Airports/basic.dat.gz and data/Airport...
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-03-06 daveluffStart making the AI traffic robust to not getting a...
2004-03-05 daveluffUse the airport elevation instead of the actual ground...
2004-03-02 daveluffMove the mechanics of turning out of the derived classe...
2004-02-04 daveluffMake sure at least one Transform() is performed to...
2004-01-23 daveluffLots of changes to the ATC/AI system for initial revisi...
2003-11-05 daveluffFurther progress towards interactive ATC
2003-11-04 daveluffFix a typo in the comments
2003-10-19 daveluffAI plane should go around instead of landing on user...
2003-10-17 daveluffEnhancements to AI plane transmissions
2003-10-16 cvsguestReport Final to tower control class in addition to...
2003-10-16 ehofmanFix a problem where older IRIX compilers needed a typec...
2003-10-15 daveluffTransmit an empty string in order to trigger AI/ATC...
2003-10-15 daveluffTweaks to use the ATC/AI interaction framework
2003-10-06 daveluffProgress towards AI/ATC communication without speaking...
2003-09-23 daveluffFix a nasty bug whereby the AI plane would descend...
2003-09-23 daveluffGet rid of some cruft
2003-09-22 daveluffReturn landing type
2003-09-19 daveluffReduce taxiing speed a fraction
2003-09-19 daveluffRemove a couple of extraneous lines.
2003-09-17 ehofmanFix a model loading problem
2003-09-05 daveluffChange the start of descent point of the AI plane when...
2003-08-29 curtRedo the runway database scheme to use a flat/ascii...
2003-07-31 curtFix a property name spelling error.
2003-06-11 daveluffInitial stab at making the AI plane take the user into...
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-08 curtWorking at unraveling and breaking dependencies inside...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-03-27 daveluffStart interacting with ATC (still somewhat rudimentary)
2003-03-10 daveluffStart roughing in interactive tower control. AI planes...
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...
2003-02-24 daveluffModified slightly whilst developing the shortest-path...
2002-12-19 daveluffMake AI traffic more robust to not getting a list of...
2002-12-16 daveluffComment out stray cout
2002-12-04 daveluffChanges to support AI taxiing and crabing when flying...
2002-12-03 curt#include <config.h> where needed for cygwin/gcc-3.2.
2002-10-24 curtErik Hofman: Irix build fixes.
2002-10-02 davidPreliminary support for AI planes from Dave Luff. ...
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
2002-04-25 davidPatch from Melchior Franz:
2002-04-03 curtAttached are a fairly extensive series of patches to...