beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
182 stars 95 forks source link

Failing to reach move goals regression #1459

Closed GoogleFrog closed 2 months ago

GoogleFrog commented 2 months ago

See https://github.com/ZeroK-RTS/Zero-K/issues/5255

Raw move is failing to move units towards their goal. I suspect they are "reaching" the goal but then being bumped away, so the gadget doesn't remove the order. The gadget thinks movement is still happening, but the engine isn't causing the units to move. Whatever stopping behaviour has been added to "raw" is overzealous.

image