Author: loic
Date: Tue Dec 23 23:59:03 2008
New Revision: 5305

URL: http://svn.gna.org/viewcvs/pokersource?rev=5305&view=rev
Log:
IN_GAME packet carries an authoritative list of players that must be set 
instead of the list computed by the game instance as a result of the beginTurn 
instance. When START packet is interpreted by the game instance, it first 
resets the wait_for flag of each player to False (save the first_round value 
which is a temporary way to exclude players that insert themselves in the game 
while resolving the blinds). Because the wait_for flag is set to False for all 
players, the list of player participating in the game will be different from 
the list maintained by the server. As a result POSITION packets will not 
designate the expected players and all subsequent packets will be 
misinterpreted.

Modified:
    trunk/poker-network/pokernetwork/pokerexplain.py
    trunk/poker-network/tests/test-pokerexplain.py.in


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to