1
0
forked from mirrors/0ad
Files
0ad/source
Atrik 99e3799883 Fix formation reshuffling after entity rename
When entities in formations were renamed (e.g., during promotion),
the formation would immediately recalculate all member positions,
and queue movement orders causing visible shuffling.

Changes:
1. Transfer existing offsets movement to the renamed entity
   to maintain current formation structure
2. Schedule offset recalculation for the next tick to allow proper
   reordering after all systems have updated

This preserves formation integrity during renames while allowing
eventual optimal position recalculation.

Fixes #8656
2026-02-04 11:05:07 +01:00
..
2026-01-25 16:29:16 +01:00
2025-10-16 09:17:05 +02:00
2026-01-24 10:45:48 +01:00
2026-01-29 20:03:56 +01:00
2026-01-25 16:29:16 +01:00
2026-01-24 10:45:48 +01:00
2026-01-25 16:29:16 +01:00
2026-01-29 20:03:56 +01:00