I have been working on a stats packet for players.  Loic implemented a
rank table that supports rank and percentile settings via another
daemon.

Right now, as of r4490, the very basics of the implementation of sending
a packet reporting these values to clients is done.  After each
PacketPokerPlayerArrive(), a PacketPokerPlayerStats() is sent.  It
should have the field serial (user serial), rank and percentile.

This feature was implemented because of an idea for jpoker, so there is
a discussion of the implementation of this feature at:
                                                   http://ur1.ca/5y1
Caveats:

  * Long term, we expect to make a more flexible PacketPlayerInfo packet
    that will contain the possibility of variable information stored on
    a player.

  * Currently, PacketPokerGetStatsSupported and
    PacketPokerStatsSupported are not working.  They will be soon.  I am
    also considering a PacketPokerPlayerGetStats as well.

  * The PacketPokerPlayerStats() packet has *no* binary implementation
    currently.
-- 

   -- bkuhn

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

Reply via email to