]> git.mxchange.org Git - flightgear.git/commit
Maik Justus,
authordurk <durk>
Sat, 13 Jan 2007 09:04:07 +0000 (09:04 +0000)
committerdurk <durk>
Sat, 13 Jan 2007 09:04:07 +0000 (09:04 +0000)
commit729969990305db9cd6f376ee4e65437f7eaeb8ff
tree43413ecd361a2b98f076ec16b964d9e9e9dc421f
parentd0bbe1f45dbefba65a1e8a3d4ed82e294efc8d9d
Maik Justus,

Here is a patch for two bugs in the AI/multiplayer part:

1. Cannot find model file *.ac error message (was only a false message,
anything worked correctly, the model was loaded from the correct path
afterwards).

2. Often many multiplayer aircrafts are missing in the property-tree.
(but I need them for aerotowing). There is still another bug: The
property in some circumstances seems not to be cleaned up after logout
of a multiplayer. I have added a workaround for this, but I don't now,
if it 100% works (should have no side effects, just aerotow would not
work sometimes). For testing I need more traffic on the mp-server.
src/AIModel/AIAircraft.cxx
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIManager.cxx
src/AIModel/AIMultiplayer.cxx
src/AIModel/AIStatic.cxx