]> git.mxchange.org Git - flightgear.git/history - src/AIModel/AIAircraft.cxx
warnings--
[flightgear.git] / src / AIModel / AIAircraft.cxx
2006-07-27 durkAI Modifications: 1) Added a patch that takes ground...
2006-07-27 curtAttempt to shore up the numerical stability of the...
2006-07-12 curtAdd a "ufo" performance entry for the AI Aircraft....
2006-06-24 curt- Make two variable name modification to clarify units...
2006-06-16 curtThis patch only affects aircraft (AI Models) that have...
2006-06-15 frohlichMake more use of SGGeod
2006-06-15 frohlichMore use of SGGeo[dc].
2006-06-11 frohlichModified Files:
2006-05-26 mfranz- use guarded pointer for (unused) refuel_node
2006-05-22 mfranzVivian MEAZZA:
2006-05-13 mfranz- remove trailing spaces
2006-05-13 mfranzVivian MEAZZA:
2006-04-19 mfranzVivian MEAZZA:
2006-03-26 durkJust commenting out a few error print statements, which...
2006-03-26 durkBugfix in the ai initialization randomization procedure...
2006-03-19 durkBugfixes and feature improvements related to AI auto...
2006-03-11 durkBugfix: Non-existent AIModels could trigger a request...
2006-02-23 durkBugfix: variable fp was deleted in both AIBase::~AIBase...
2006-02-21 mfranznew FSF address
2006-02-11 ehofmanMathias Froehlich:
2006-01-30 ehofmanDurk Talsma:
2005-12-29 ehofmanDurk Talsma, Olaf Flebbe & Mathias Fröhlich:
2005-10-06 ehofmanMartin Spott: Use standardized Sun directive.
2005-08-14 ehofmanMathias Fröhlich:
2005-06-04 ehofmanDavid Culp:
2005-05-07 ehofmanSolaris fixes
2005-02-18 ehofmanMSVC (warning) fixes.
2005-02-10 ehofmanDurk Talsma:
2004-12-05 ehofmanMSVC fix
2004-11-29 ehofmanDurk Talsma:
2004-10-21 ehofmanComment out the unalias code also.
2004-10-21 ehofmanFrederic Bouvier:
2004-09-08 ehofmanRearrange ID related code. The (this) pointer is now...
2004-06-11 ehofmanMove the radar update code to the AIBase class. There...
2004-06-11 ehofmanRemove an unnecessary property set.
2004-06-10 ehofmanIntroduce a radar/in-range boolean property, end check...
2004-06-06 ehofmanDavid Culp:
2004-05-29 ehofmanDavid Culp:
2004-05-27 ehofmanAdd the this pointer to the tied function calls. This...
2004-05-21 ehofmanDavid Culp:
2004-05-19 ehofmanAdd AI models enableing/disableing command line option...
2004-05-19 ehofmanReduce the update delay from 500 ms to 100 ms.
2004-05-18 ehofmanSome small updates that hopefully solve the segmentatio...
2004-05-15 ehofmanDavid Culp:
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-07 ehofmanDavid Culp:
2004-02-27 ehofmanDavid Culp:
2004-01-22 ehofmanMake the AI models a bit more intelligent. The Gear...
2003-12-22 ehofmanSplit up model[] into ship[], aircraft[], ballistic...
2003-12-22 ehofmanTidy up the code a bit more, move /ai/model[] to /ai...
2003-12-21 ehofmanMake the AI model export it's internal state to the...
2003-12-21 ehofmanTidy up the code a bit
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...