Last night TT all the Mastertaters I know were experiencing Failure to Perform tater problems.
....even the blue pill wasn't working
I have seen the following 'strange' behavior with the 30mm lately
1) the plane just disappears, no hit sprite, no explosion, just the message that you killed someone and poof, the plane vanishes with out a trace.
2) the tater hits the plane, fails to display a hit sprite and the wing just come off (or some other critical part)
3) the tater fly's through the plane, no damage, no nothing.
I am willing to believe that #3 is due to poor aim, but in combination with #1 & #2, I'm beginning to suspect that something else is going wrong (I suspect a race condition of some sort, maybe some critical section missing a mutex?).
According to previous posts by HiTech, all the bullet/airplane collision determination is occurring on the attackers computer, then only after a collision is detected is the udp packet sent. The displaying of the hit sprite is due to the collision being detected on the attackers machine, not the udp packet making it to the defenders computer. HiTech, please correct me if my assumption is incorrect. Bustr, I believe the UDP issue is only in the case where the attacker sees a hit sprite but does not see any damage to the plane.