Changes between Initial Version and Version 2 of Ticket #3213


Ignore:
Timestamp:
May 23, 2015, 3:33:02 PM (9 years ago)
Author:
s0600204
Comment:

I suppose a secondary tree, available in a separate tab, is a possibility. Until then, the attached patch places units that train other units alongside structures.

(2) Everything that appears in a tooltip is lifted straight from the entity templates, and are run through the tooltips.js file in globalscripts. (3) That is relying on someone who knows how the GUI system works (such as leper) to find time to code that. It is also outside the purview of this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3213

    • Property Status newassigned
    • Property Summary Structure Tree - units made from other units are not displayed[PATCH] Structure Tree - units made from other units are not displayed
    • Property Keywords review patch added
    • Property Milestone BacklogAlpha 19
    • Property Owner set to s0600204
  • Ticket #3213 – Description

    initial v2  
    11Currently the structure tree does not show units that can be produced from other units.
    2 
    32For example the mauryan hero elephant can do maiden archers, which are basically the same as scythian archers. Almost noone knew about this unit... The tooltip also doesn't say anything about this ability.
    4 
    53Another example is the athenian tireme which can produce sword champions and archers. Here the tooltip is also missing!
    6 
    74To solve the problem, those units which can produce other units should be displayed along with the other buildings.
    8 
    95The building list will be bigger than the screensize, it should be scrollable then.
    10 
    11 
    126So '''(1)''' display those units '''(2)''' fix the tooltips and '''(3)''' make the list scrollable.