Changes between Initial Version and Version 1 of Ticket #3288, comment 7


Ignore:
Timestamp:
May 18, 2016, 9:20:32 AM (8 years ago)
Author:
mimo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3288, comment 7

    initial v1  
    44- allowing 16 trainables is not a good idea when we have tech pairs.
    55- currently, in the display of techs, when one is researched (and has no superseding ones), we leave a hole. I don't know if there was a good reason for doing so, but this should be removed (at least when multiselection) to be able to see more techs.
     6- we already have in sessions.js two globals g_allBuildableEntities and g_allTrainableEntities which are only updated when the selection changes. We could use a g_allResearchableTechs which would follow the same path, thus avoiding to recompute this list every turn.