]> git.mxchange.org Git - flightgear.git/commit
A couple of last-minute patched / bugfixes to mitigate the probability of collisions...
authordurk <durk>
Sat, 30 Jan 2010 15:40:33 +0000 (15:40 +0000)
committerTim Moore <timoore33@gmail.com>
Sun, 31 Jan 2010 16:52:43 +0000 (17:52 +0100)
commite54798a8e2392b9eefa689fb9a003a0d6b98981f
tree866678d413adda81aa016294e58de0d2ecb0a0f6
parent91976472206ba8319cc41cd3ff468fec04a52a78
A couple of last-minute patched / bugfixes to mitigate the probability of collisions between user controlled aircraft and AI traffic.
  * AI aircraft distance to user proximity detection works again (lat/lon were inverted).
  * The parking uses by the user aircraft is marked as such to prevent it being reused by an AI aicraft
  * AI aircraft won't receive permission for pushback until the user aircraft is at a fair distance.
src/ATC/trafficcontrol.cxx
src/ATC/trafficcontrol.hxx
src/Airports/groundnetwork.cxx
src/Main/fg_init.cxx