Author: bkuhn
Date: Sun Aug 17 03:28:08 2008
New Revision: 4278

URL: http://svn.gna.org/viewcvs/pokersource?rev=4278&view=rev
Log:
 [EMAIL PROTECTED]:  bkuhn | 2008-08-16 21:27:02 -0400
   * Various changes to implement the maximum observers/players
     server-wide.  The primary counter is kept in pokerservice.py.  We have
     added calls to increment and decrement the counter and test its value.
     The calls are made now from joinPlayer() and destroyPlayer().
 
     A note is worth making about transient tables.  I am unclear if
     transient table joins should ever be refused.  IIRC, transient tables
     are used only for tournaments.  If someone has a seat at a tournament,
     should we not always let them sit down?  And, what about observers of
     tournaments?  It is also not clear to me that transient tables can be
     observed?

Modified:
    trunk/   (props changed)
    trunk/poker-network/ChangeLog
    trunk/poker-network/pokernetwork/pokerpackets.py
    trunk/poker-network/pokernetwork/pokertable.py
    trunk/poker-network/tests/test-pokertable.py.in


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

Reply via email to