]> git.mxchange.org Git - flightgear.git/history - src/AIModel/AIBase.hxx
assign a unique module name to ai/mp embedded nasal (again): __model%u
[flightgear.git] / src / AIModel / AIBase.hxx
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtKill off many Point3D includes, and a couple of uses...
2008-08-07 timooreAllow generic file protocol to terminate fg after a...
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-03-22 timooremodel paging patch from Till Busch
2008-02-15 timooreWingman code from Vivian Meazza
2007-07-15 durkFixes and code clean-up:
2007-06-24 mfranzVivian MEAZZA & Tim MOORE:
2007-06-07 mfranzVivian MEAZZA:
2007-04-04 mfranzCsaba "Jester" HALASZ: radar fix & extension
2007-03-30 mfranzVivian MEAZZA:
2007-02-26 mfranzVivian MEAZZA: call AI models' ::reinit() methods on...
2007-01-13 durkMaik Justus,
2006-11-26 mfranzmake sure the node for the AI model removal report...
2006-10-30 mfranzssgSharedPtr.hxx -> SGSharedPtr.hxx
2006-10-29 frohlichModified Files:
2006-06-24 curt- Make two variable name modification to clarify units...
2006-06-15 frohlichMore use of SGGeo[dc].
2006-06-09 mfranz- remove trailing spaces
2006-06-09 mfranzVivian MEAZZA:
2006-03-04 ehofmanMathias Fröhlich:
2006-02-21 mfranznew FSF address
2006-02-19 ehofmanMathias Fröhlich:
2006-02-17 ehofmanMathias Fröhlich:
2006-02-11 ehofmanMathias Froehlich:
2006-02-09 ehofmanVivian Meazza:
2006-02-08 ehofmanMathias Fröhlich:
2005-11-16 ehofmanDavid Culp:
2005-10-26 ehofmanAlex Romosan:
2005-10-15 ehofmanDon't use the this pointer for referencing the AIModels...
2005-08-16 ehofmanVivian Meazza:
2005-07-03 ehofmanMathias Fröhlich:
2005-06-30 mfranz- replace one SGPropertyNode* by SGPropertyNode_ptr...
2005-06-04 ehofmanDavid Culp:
2005-05-16 ehofmanDavid Culp:
2005-03-19 ehofmanMathias Fröhlich:
2005-02-10 ehofmanDurk Talsma:
2004-11-30 ehofmanVivian Meazza:
2004-11-29 ehofmanDurk Talsma:
2004-11-26 ehofmanMathias Fröhlich:
2004-11-16 ehofmancommit some pending updates from Vivian
2004-11-07 ehofmanDavid Culp:
2004-10-28 ehofmanVivian Meazza:
2004-10-14 ehofmanIt's usually not a good idea to assign a const char...
2004-10-02 ehofmanMove the calculations of Mach to the base class.
2004-09-27 ehofmanVivian Meazza:
2004-09-22 ehofmanVivian Meazza:
2004-09-22 ehofmanVivian Meazza:
2004-09-08 ehofmanRearrange ID related code. The (this) pointer is now...
2004-09-07 ehofmanInternally keep track of the number of models per type...
2004-09-07 ehofmanMake use of a pointer to a structure to pass multiple...
2004-08-30 ehofmanDavid Culp: Here are small changes that allow one to...
2004-06-11 ehofmanMove the radar update code to the AIBase class. There...
2004-06-10 ehofmanIntroduce a radar/in-range boolean property, end check...
2004-06-03 ehofmanAdd the AIModel based air traffic subsystem from Durk...
2004-05-29 ehofmanDavid Culp:
2004-05-28 ehofmanFix a gxx 3.3 compiler problem.
2004-05-28 ehofmanUse SGRawValueMethods rather than SGRawValueFunctions...
2004-05-27 ehofmanAdd the this pointer to the tied function calls. This...
2004-05-25 ehofmanDon't inline static functions.
2004-05-24 ehofmanIn the situation where a class gets deleted, the _slef...
2004-05-21 ehofmanDavid Culp:
2004-03-07 ehofmanDavid Culp:
2004-03-03 ehofmanPut the Thermal and Storm support code back in
2004-02-27 ehofmanDavid Culp:
2004-02-23 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 ehofmanUse some C++ FOOmagic to get the lat and lon updated...
2003-12-21 ehofmanMake the AI model export it's internal state to the...
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...