1
0
Fork 0
flightgear/src/AIModel
ehofman 0fd9f0a704 David Culp:
First, preferences.xml will define the scenario filename.

For now, the other way of defining ai objects still works, so the sailboat
stays in preferences.xml.  Later, I'll move the sailboat into the demo
scenario.  If no scenario filename is given, then no scenario will be
processed.

I changed the demo scenario to create two 737's, one takes off on runway 01L,
and the other takes off on runway 01R.  This will make a good demo for the ai
system.  One problem, if you takeoff on 28L/R right away, you might run into
the taking-off 737's, or be scared.
2004-05-17 08:45:33 +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 David Culp: 2004-05-15 09:07:55 +00:00
AIAircraft.hxx David Culp: 2004-05-15 09:07:55 +00:00
AIBallistic.cxx David Culp: 2004-03-07 12:08:46 +00:00
AIBallistic.hxx David Culp: 2004-02-27 10:20:17 +00:00
AIBase.cxx David Culp: 2004-05-15 09:07:55 +00:00
AIBase.hxx David Culp: 2004-03-07 12:08:46 +00:00
AIFlightPlan.cxx Use lower case letters instead. 2004-05-15 12:46:25 +00:00
AIFlightPlan.hxx David Culp: 2004-05-15 09:07:55 +00:00
AIManager.cxx David Culp: 2004-05-17 08:45:33 +00:00
AIManager.hxx David Culp: 2004-05-17 08:45:33 +00:00
AIScenario.cxx David Culp: 2004-05-17 08:45:33 +00:00
AIScenario.hxx David Culp: 2004-05-17 08:45:33 +00:00
AIShip.cxx David Culp: 2004-03-07 12:08:46 +00:00
AIShip.hxx David Culp: 2004-02-27 10:20:17 +00:00
AIStorm.cxx Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
AIStorm.hxx Put the AIStorm and AIThermal classes back in 2004-03-03 20:26:06 +00:00
AIThermal.cxx Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
AIThermal.hxx David Culp: 2004-03-07 12:08:46 +00:00
Makefile.am David Culp: 2004-05-15 09:07:55 +00:00