Changes between Version 2 and Version 6 of Ticket #672


Ignore:
Timestamp:
Nov 17, 2010, 4:57:13 AM (14 years ago)
Author:
Kieran P
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #672 – Description

    v2 v6  
    11'''Bugs'''
    22
    3 * [Philip] Redo pathfinding so less units get into path finding conflicts, and end up doing a dance.
     3* [TODO] [Philip] Redo pathfinding so less units get into path finding conflicts, and end up doing a dance.
    44
    5 * [Philip] Redo unit ai so that when a building is destroyed, the unit recomputes the nearest dropsite
     5* [TODO] [Philip] Redo unit ai so that when a building is destroyed, the unit recomputes the nearest dropsite
    66
    7 * [Philip] When a resource is exhausted while unit is in transit to dropsite, currently the unit stops at the resource dropsite and stays there. They should record the position of the resource they were gathering, and return there, and look for another resource to work on in that area.
     7* [TODO] [Philip] When a resource is exhausted while unit is in transit to dropsite, currently the unit stops at the resource dropsite and stays there. They should record the position of the resource they were gathering, and return there, and look for another resource to work on in that area.
    88
    9 * [Philip] In certain cases, when a resource is exhausted before they reach 20 in their inventory, and no other similar resources around exist, a unit will stay at the resource, standing still, with a part-filled inventory, when what they should do is return to the dropsite, dump their load, and then return to were they were, empty handed.
     9* [TODO] [Philip] In certain cases, when a resource is exhausted before they reach 20 in their inventory, and no other similar resources around exist, a unit will stay at the resource, standing still, with a part-filled inventory, when what they should do is return to the dropsite, dump their load, and then return to were they were, empty handed.
     10
     11* [TODO] [Philip] When a unit finishes building a mill or a farmstead, they should look for nearby resources to mine. In this way, a bunch of units can be tasked to build a mill near trees, and once done, automatically go start getting the trees.
    1012
    1113'''Tweaks'''
    1214
    13 * [Michael] Units gathering from animals get their inventory full nearly instantly, while units gathering from farms take much long. Re-balance all gathering rates.
     15* [WONT FIX] [Michael] Units gathering from animals get their inventory full nearly instantly, while units gathering from farms take much long. Re-balance all gathering rates.
    1416
    1517'''Artwork'''
    1618
    17 * [Michael] Need to complete the unit animations of carrying a specific resource. Currently only spearman work, and only for meat and grain.
     19* [DONE] [Michael] Need to complete the unit animations of carrying a specific resource. Currently only spearman work, and only for meat and grain.
     20
     21* [TODO] [Michael] Women are the only animation left that don't have nice carrying (curent balance a basket on their head).