Changes between Version 14 and Version 15 of Ticket #4420, comment 7


Ignore:
Timestamp:
Jun 15, 2019, 10:23:08 PM (5 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4420, comment 7

    v14 v15  
    11Re-assigning as I'm currently committing the v2 of this rewrite. Here's a list of reported issues, along with status:
    22
    3 - Angen reports that fleeing units don't get chased efficiently.
    4 - There was a report of an issue with attacking units but I haven't been able to understand what exactly.
     3- ~~Angen reports that fleeing units don't get chased efficiently.~~fixed, fleeing itself needs fixing.
     4- ~~There was a report of an issue with attacking units but I haven't been able to understand what exactly.~~ probably fixed by rP22313 followups.
    55~~ - gameboy reports that armies can't reach his warships. As that sounds more game-breaking, I'll look into it right away. ( edit: https://code.wildfiregames.com/D1963) ~~
    66- Freagarach reported a number of issues there: https://code.wildfiregames.com/rP22345#33870
     
    1818- as reported by gameboy, return-resources missed an interface which made it sometimes break - was kinda dependent on motion since the order hid that bug sometimes. https://wildfiregames.com/forum/index.php?/topic/26195-my-army-cant-log-on-to-the-warship/&tab=comments#comment-377828 Fixed by https://code.wildfiregames.com/D1975
    1919- minohaka reports that units sometimes get stuck in GATHER.APPROACHING when the targeted entity no longer exists. Edit: fixed by D1979
    20 - krinkle shows in #5454 that animals sometimes don't move away from foundations - need to figure that out. Edit: I believe that's the same issue that's fixed by D1969
     20- krinkle shows in #5454 that animals sometimes don't move away from foundations - need to figure that out. Edit: I believe that's the same issue that's fixed by D1969 . Edit: also reported by wow, again I think it's the same issue.
     21- another report by minohaka that chained orders fail: https://wildfiregames.com/forum/index.php?/topic/25155-testing-pathfinder-update/page/4/&tab=comments#comment-378025 . Probably just units being too resilient.