Hi, Looking forward being able to join tournament table,
I came across the following hack: http://jpoker.aminche.com/hg/jpoker-tourneys/rev/9148bf2cef73 Which is quite ugly and currently break normal table joining. But at least helped me to figure out the following limitations: - You can't sit-in when sitout'ed in a tournament - End of the tourney should display the tourney list + win / lose feedback instead of an empty tiddler - table.plugin should not call server.tableJoin when joining a tournament - The code has to be re-architectured somehow to be able handle creating a table when receiving a POKER_TABLE without bothering too much of if it is a tourney or not. Something we discussed with loic was to: - have tableRowClick send POKER_TABLE_JOIN directly - have a spawnTable callback fired when receiving POKER_TABLE, and overrided by JpokerPlugin for TW integration - have a spawnTourney callback for convenience if necessary -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
