Changes between Version 1 and Version 6 of Ticket #3253


Ignore:
Timestamp:
Jun 24, 2015, 3:25:06 AM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3253

    • Property Keywords patch review added
    • Property Milestone BacklogAlpha 19
    • Property Summary Playernames not initialized correctly[PATCH] Playernames not initialized correctly
  • Ticket #3253 – Description

    v1 v6  
    44* in the tooltip of trade carts (getTradingTooltip in utility_functions.js)
    55* in the tooltips for tributing resources
    6 * in the commands.txt file (correct playernames would be needed by visual replay #9)
    7 
     6* in the commands.txt file (correct playernames would be needed by visual replay #9 and the menu #3258)
    87* If someone disconnects and another player resigns, then the name of the disconnected player will change to "Player X" in all places where the correct playername was printed before (for example in the panels or diplomacy menu). This is because updateDiplomacy() in messages.js overwrites the player data with the default playernames.
     8* in the summary screen for disconnected players because of the bug above