Files
OpenRA/OpenRA.Mods.Common/Activities
Paul Chote eb09870a10 Fix landing altitude checks.
Both GetPosition and LandPosition were trying to solve the problem
of dynamic altitude offsets for carryalls with different-sized cargo.

However, because they both apply the offsets, when the two are used
together the two sets of offsets cancel to 0, producing incorrect behaviour.

GetPosition is removed in favor of using CenterPosition with the dynamic
LandAltitude. Fly.Tick and Carryall ignore the z coordinate so their
behaviour is unchanged. Land and Aircraft.AtLandAltitude now return
the correct result.
2025-12-29 16:19:57 +02:00
..
2025-12-29 16:19:57 +02:00
2023-10-30 23:31:33 +02:00
2025-06-14 13:22:49 +02:00
2025-02-16 12:45:19 +01:00
2025-06-30 20:19:21 +03:00