Changes between Initial Version and Version 1 of Ticket #643, comment 11


Ignore:
Timestamp:
Apr 19, 2012, 4:01:49 PM (12 years ago)
Author:
Matt Doerksen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #643, comment 11

    initial v1  
    22
    33TODO: look at potential efficiency issues since it currently gets all of a player's units and cycles through them instead of filtering them directly by workers (I don't know if such functionality exists in the engine, I didn't see anything). It could become expensive if there are a lot of units since this runs every time updatePlayerDisplay(simState) in session.js is executed.
     4
     5EDIT: This patch should be used in conjunction with Patch 1191 since they both modify session.xml. Alternatively, you can use the latest xml file which should result in the same behavior but the mouse over text for each resource will not be updated.