Changes between Version 8 and Version 9 of Ticket #3806


Ignore:
Timestamp:
May 18, 2016, 11:18:03 PM (8 years ago)
Author:
Imarok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3806 – Description

    v8 v9  
    22
    33Since it is a delicate issue to balance the teams, the setting could be implemented using a '''dropdownlist''', giving players different degrees of freedom ('''none, civs only, civs+teams, all gamesettings''')).
     4
    45----
     6There is an according TODO in `gamesetup.js`:
    57
    6 There is an according TODO in `gamesetup.js`:
    78{{{
    89        // TODO: Shouldn't players be able to choose their own assignment?
     
    1415        }
    1516}}}
     17(Previous releases had signficantly imbalanced civilizations, so no sane host would have allowed players to pick OP civs. With alpha 19, balance is significantly improved, so that this feature becomes actually useful).
    1618
    17 (Previous releases had signficantly imbalanced civilizations, so no sane host would have allowed players to pick OP civs. With alpha 19, balance is significantly improved, so that this feature becomes actually useful).
    1819----
    1920The remaining TODOs are:
    20 server code:
    21  * rewrite changeSetting message to send only the value and the name of the changed setting
    22  * Forward the changeSetting message only to the host
    23  * Only accept new settings message from host
    24 gamesetup.js:
     21server code:
     22
     23 * ~~rewrite changeSetting message to send only the value and the name of the changed setting~~
     24 * ~~Forward the changeSetting message only to the host~~
     25 * ~~Only accept new settings message from host~~
     26
     27gamesetup.js:
     28
    2529 * When recieving a changesetting message from server, check if change is legit. If so send new settings to server