Changes between Initial Version and Version 1 of Ticket #4153, comment 8


Ignore:
Timestamp:
Dec 10, 2016, 3:51:43 PM (7 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4153, comment 8

    initial v1  
    11I would be in favor of entirely removing the formation code we have now. It's imo irremediably broken (as in it doesn't even work well), and we would be better served with removing it entirely and then reimplementing it when we've found a sane way to do that.
     2
     3edit: to give a bit more detail, the current formation code:
     4-is useless because formations don't really do anything
     5-makes units move weirdly when it works (pick a long line and you'll see what I mean, makes no sense when it turns for example)
     6-is slow
     7-makes CCmpUnitMotion needlessly complicated
     8-makes UnitAI.js horrible (honestly…)
     9-is a mess and in a state of life support since like Alpha 13