Poker Mavens 3.15 Released

For general discussion of the Poker Mavens software
Post Reply
Kent Briggs
Site Admin
Posts: 6057
Joined: Wed Mar 19, 2008 8:47 pm

Poker Mavens 3.15 Released

Post by Kent Briggs »

Upgrade page:

http://www.briggsoft.com/patches.htm

Changes:

Added a "Hand" callback event, triggered at the completion of every hand played. The history of the last 100 hands are now cached and individually retrievable via the LogsHandHistory API command, which has been modified with a new Hand parameter. These changes will be handy for sites that want to have a bad beat jackpot or similar function that requires near real time analysis of played hands. The callback event will supply the hand number and the name of the ring or tournament table. You can then call LogsHandHistory in the API to retrieve just that one hand. Previously you had to retrieve the entire hand history file which could grow very large by the end of the day.

Added "Removed" and "Rebuys" fields to the tourney results file and the NetBonus field now correctly accounts for rebuys. The Remove field shows the number of players removed by the "Remove No-Shows" option. The Rebuys field indicates the number of rebuys that occurred.

Fixed a Login/Logout thread collision issue. This is yet another attempt to stop those StopThread errors. Let me know if they still happen.
Post Reply