Changes between Initial Version and Version 5 of Ticket #686


Ignore:
Timestamp:
Jun 18, 2011, 5:59:34 PM (13 years ago)
Author:
fcxSanya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #686

    • Property Priority minorNice to Have
    • Property Keywords simple added
  • Ticket #686 – Description

    initial v5  
    1 It would be good to have more counters on summary screen, here is some ideas from Mythos_Ruler's forum post (http://www.wildfiregames.com/forum/index.php?showtopic=13683&st=20):
     1It would be good to have more counters on summary screen, here is some ideas from Mythos_Ruler's forum post (http://www.wildfiregames.com/forum/index.php?showtopic=13683&view=findpost&p=213723):
    22 * Total Resources
    33 * Deforestation
     
    1111 * Most Bloodthirsty Hero
    1212 * Avg Lifespan 
     13
     14For implementation details see ticket #638 and corresponding changeset r8576, which corresponds already implemented counters for summary screen.
     15Most related files are:
     16 * binaries/data/mods/public/simulation/components/StatisticsTracker.js - simulation component, which keep track of statistic counters;
     17 * binaries/data/mods/public/gui/summary/summary.xml - summary page layout;
     18 * binaries/data/mods/public/gui/summary/summary.js - scripts for summary.xml.