Changes between Initial Version and Version 1 of Ticket #4015, comment 20


Ignore:
Timestamp:
Dec 21, 2016, 10:39:04 PM (7 years ago)
Author:
bb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4015, comment 20

    initial v1  
    1010But this will need another change in L1845 of UnitAI, it now simply swaps state, but it should use a PushOrderFront call. (Otherwise we end up with units not responding correctly to orders given during unpack)
    1111
    12 Talking of PushOrderFront: this new logic should also be put in there (whith some minor change due to the fact that PushOrderFront keeps the whole queue only puts one order before and replaceorder destroys the whole queue).
     12Talking of PushOrderFront: this new logic should also be put in there (whith some minor change due to the fact that PushOrderFront keeps the whole queue only puts one order before and replaceOrder destroys the whole queue).
    1313
    1414Little style issue: the coding conventions say us {{{if (Check)}}} (watch the whithespace)