]> git.mxchange.org Git - flightgear.git/history - src/AIModel
Make a subtle change to tile loading/unloading policy in order to make the tile
[flightgear.git] / src / AIModel /
2004-09-14 ehofmanVivan Meazza:
2004-09-08 ehofmanMake sure the pointer is not being used after deletion...
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-09-05 ehofmanVivian Meazza:
2004-09-01 ehofmanVivian Meazza:
2004-08-30 ehofmanTie the count into the property tree instead of using...
2004-08-30 ehofmanDavid Culp: Here are small changes that allow one to...
2004-08-26 ehofmanDavid Culp:
2004-08-21 ehofmanDavid Culp:
2004-07-22 ehofmanDurk Talsma:
2004-06-12 ehofmanPut the sqrt() back in. That was part of another attemp...
2004-06-12 ehofmanNo need to do he calculations twice. FGAIBAse::update...
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-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-05-19 ehofmanOops, change type.
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-19 ehofmanFred found some iterated related problems. With a bit...
2004-05-18 ehofmanSome small updates that hopefully solve the segmentatio...
2004-05-17 ehofmanDavid Culp:
2004-05-15 ehofmanUse lower case letters instead.
2004-05-15 ehofmanDavid Culp:
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-07 ehofmanDavid Culp:
2004-03-03 ehofmanPut the Thermal and Storm support code back in
2004-03-03 ehofmanPut the AIStorm and AIThermal classes 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 ehofmanFix a typo
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-12-21 ehofmanTidy up the code a bit
2003-11-28 ehofmanDon't destroy the elements ourselves. Instead clear
2003-11-28 ehofmanSome small updates
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...