1
0
Fork 0
flightgear/src/AIModel
2004-09-20 19:29:16 +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 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
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-09-17 16:32:58 +00:00
AIBallistic.hxx Vivian Meazza: 2004-09-17 16:32:58 +00:00
AIBase.cxx Fix a small number of potential problems. 2004-09-20 19:29:16 +00:00
AIBase.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
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 Fix a small number of potential problems. 2004-09-20 19:29:16 +00:00
AIManager.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
AIScenario.cxx Fix a small number of potential problems. 2004-09-20 19:29:16 +00:00
AIScenario.hxx Make use of a pointer to a structure to pass multiple parameters around. 2004-09-07 09:53:23 +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 Move the radar update code to the AIBase class. There seems to be a problem where all targets disappear whenever one of them disappears, but that was present in the previous update also. 2004-06-11 13:49:07 +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-05-15 09:07:55 +00:00