Changes between Initial Version and Version 6 of Ticket #3186


Ignore:
Timestamp:
Jul 27, 2016, 6:47:18 PM (8 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3186 – Description

    initial v6  
    1111Only some settings are broadcasted to the lobby clients (players, number of players, victoryCondition, mapName, mapSize), while an update is being sent if any game setting changes. This results in many updates where nothing relevant has changed.
    1212For example currently XpartaMuPP doesn't send to the lobby which teams are setup. Despite this, it sends an update if only the teams are changed. To fix this, XpartaMuPP could keep track of the last update that was broadcasted and only send another update if something has actually changed.
     13The same logic has been done clientside in gamesetup.js with  r17943, but could certainly be done in XpartaMupp too. See also #3847 for further clientside optimizations.