View Revisions: Issue #1583 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0001583: Player warning 'you only have x days left to capture a town' doesn't popup the first time + further tweaks for player warnings |
|
Revision |
2013-11-11 11:55 by beegee |
|
Additional Information |
The problem has to do with the way player warnings are sent to clients. Those messages are generated on the server for every round/day. The town is lost during the first day, so the message wasn't created and so the client can't display it.
EDIT: We could also generate player warnings on the client side along with "Player's turn." message |
|
Revision |
2013-11-10 17:58 by beegee |
|
Additional Information |
The problem has to do with the way player warnings are sent to clients. Those messages are generated on the server for every round/day. The town is lost during the first day, so the message wasn't created and so the client can't display it. |