On Wed, Jul 23, 2008 at 5:35 PM, Johan Euphrosine <[EMAIL PROTECTED]> wrote:
>
> Hi,
> A proper implementation that also works for tourney is hg pull'able from 
> there:
> http://jpoker.aminche.com/hg/jpoker-tourneys
>
> I got rid of the buyin when joining a tournaments, outstanding
> tournaments limitations are:
> - Player can't sitin when sitout'ed in a tourney
> - End of the tourney should display the tourney list + win / lose
> feedback instead of an empty tiddler

In order to be able to join a tournaments I also had to remove the
following safeguard:
-                    if(server.getState() != server.TABLE_JOIN) {
-                        jpoker.error('PacketPokerStreamMode but state
is \'' + server.getState() + '\' instead of the expected \'' +
server.TABLE_JOIN + '\'');
-                    }
Which was systematicaly fired when receiving a POKER_TABLE because a
tourney start (and without sending a POKER_TABLE_JOIN).
-- 
bou ^

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

Reply via email to