1
0
Fork 0
flightgear/src/AIModel
2004-10-28 08:44:24 +00:00
..
.cvsignore Add David Culp's AI model manager code which is derived from David Luff's AI/ATC code. 2003-11-28 15:48:05 +00:00
AIAircraft.cxx Comment out the unalias code also. 2004-10-21 09:27:40 +00:00
AIAircraft.hxx Rearrange ID related code. The (this) pointer is now the unique ID of the AIModel which fixes a number of problems along the way. 2004-09-08 13:21:40 +00:00
AIBallistic.cxx Vivian Meazza: 2004-10-28 08:29:15 +00:00
AIBallistic.hxx Vivian Meazza: 2004-10-28 08:29:15 +00:00
AIBase.cxx Move the calculations of Mach to the base class. 2004-10-02 13:34:06 +00:00
AIBase.hxx Vivian Meazza: 2004-10-28 08:29:15 +00:00
AICarrier.cxx David Culp: 2004-10-28 08:33:55 +00:00
AICarrier.hxx David Culp: 2004-10-28 08:33:55 +00:00
AIFlightPlan.cxx Make use of a pointer to a structure to pass multiple parameters around. 2004-09-07 09:53:23 +00:00
AIFlightPlan.hxx Make use of a pointer to a structure to pass multiple parameters around. 2004-09-07 09:53:23 +00:00
AIManager.cxx David Culp: 2004-10-28 08:33:55 +00:00
AIManager.hxx David Culp: 2004-10-28 08:33:55 +00:00
AIScenario.cxx Vivian Meazza: 2004-09-27 14:24:20 +00:00
AIScenario.hxx Make the scenerio's work again (now for real) and a small number of updates. 2004-09-23 09:39:55 +00:00
AIShip.cxx No need to do he calculations twice. FGAIBAse::update() handles them already. 2004-06-12 11:34:05 +00:00
AIShip.hxx David Culp: 2004-05-29 11:39:10 +00:00
AIStorm.cxx Make the scenerio's work again (now for real) and a small number of updates. 2004-09-23 09:39:55 +00:00
AIStorm.hxx Add the this pointer to the tied function calls. This makes it possible to make a distinction between the different aircraft models. 2004-05-27 13:16:53 +00:00
AIThermal.cxx Put the sqrt() back in. That was part of another attempt to optimize the code, but it hadn't fully matured yet. 2004-06-12 11:37:47 +00:00
AIThermal.hxx Add the this pointer to the tied function calls. This makes it possible to make a distinction between the different aircraft models. 2004-05-27 13:16:53 +00:00
Makefile.am David Culp: 2004-10-28 08:33:55 +00:00
submodel.cxx Move the submodels from the /systems proprty subtree into /ai instead. 2004-10-28 08:44:24 +00:00
submodel.hxx Vivian Meazza: 2004-10-28 08:29:15 +00:00