1
0
Fork 0
flightgear/src/Traffic
ehofman 4bfd1722df Mathias Froehlich:
This patch removes some useless indirection when creating AIModels. It
obsolets AIScenario*.

AIEntities are just an intermediate copy of an other intermediate copy of an
xml file on the way from the ai scenario configuration file to the AIModels.
As such the AImodels can now be created directly from the property tree read
from the scenario file.

This reduces the amount of work needed to add an other AIModel and reduces the
amount of copy operations done during initialization.

It also moves internal knowledge of special AI models into these special AI
models class instead of spreading that into the whole AIModel subdirectory
which in turn enables to use carrier internal data structures for carrier
internal data ...

Also some unused variables are removed from the AIModel classes.
I believe that there are still more of them, but that is what I stumbled
accross ...

Tested, like the other splitouts these days in a seperate tree and using the
autopilot for some time, and in this case with a carrier start ...
2006-02-11 13:16:56 +00:00
..
.cvsignore Ingnore some generated files." 2004-06-05 08:51:29 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00
SchedFlight.cxx Alex Romosan: 2005-10-25 13:49:55 +00:00
SchedFlight.hxx John Ellson: 2005-12-29 16:22:38 +00:00
Schedule.cxx Mathias Froehlich: 2006-02-11 13:16:56 +00:00
Schedule.hxx Alex Romosan: 2005-10-25 13:49:55 +00:00
TrafficMgr.cxx Olaf Flebbe: 2005-12-19 13:03:19 +00:00
TrafficMgr.hxx Don't use the this pointer for referencing the AIModels anymore, this 2005-10-15 14:55:51 +00:00