Hi, Today I fixed the following bugs: * "sidepots should not show below broke/sitout player" http://jspoker.pokersource.info/ideas.html#[[sidepots%20should%20not%20show%20below%20broke%2Fsitout%20player]] ** do not update sidepot of sitout player: http://jpoker.aminche.com/hg/jpoker/rev/d00f5925feb6 * "jpoker_timeout_progress, stats and sidepots got duplicated on each player_join" http://jspoker.pokersource.info/ideas.html#[[jpoker_timeout_progress%2C%20stats%20and%20sidepots%20got%20duplicated%20on%20each%20player_join]] ** use html() instead of appendTo() for jpoker_timeout_progress: http://jpoker.aminche.com/hg/jpoker/rev/32bf981db882 ** test that reproduce player_stats, sidepost duplication: http://jpoker.aminche.com/hg/jpoker/rev/995afb3c08bd ** add player_stats, player_sidepot to mockup.svg: http://jpoker.aminche.com/hg/jpoker/rev/d577f926a52c * "buyLimit.call undefined with sitin" ** send PacketPokerAutoBlindAnte before PacketPokerSit: http://jpoker.aminche.com/hg/jpoker/rev/fc36c70d3a60 * "stats & level are missing from skin.html" ** added jpoker_57_stats http://jpoker.aminche.com/hg/jpoker/rev/f263ceb68aa5 * "add jpoker_seatN and jpoker_player_seatN class" http://jpoker.aminche.com/hg/jpoker/rev/f53a8ba28f1d http://jpoker.aminche.com/hg/jpoker/rev/21f5845bc077
Please note that I filled new bug reports: * "*tourneyList should use string member of PacketPokerTourneySelect to filter sitngo/regular serverSide" http://jspoker.pokersource.info/ideas.html#[[*tourneyList%20should%20use%20string%20member%20of%20PacketPokerTourneySelect%20to%20filter%20sitngo%2Fregular%20serverSide]] * "table in jpoker templates should all have cellspacing=0 attr" http://jspoker.pokersource.info/ideas.html#[[table%20in%20jpoker%20templates%20should%20all%20have%20cellspacing%3D0%20attr]] * "upgrade jpoker testsuite to jqUnit" http://jspoker.pokersource.info/ideas.html#[[upgrade%20jpoker%20testsuite%20to%20jqUnit]] * "playerLookup seems broken on jspoker.pokersource.info" http://jspoker.pokersource.info/ideas.html#[[playerLookup%20seems%20broken]] * "validate template html using skin.html" http://jspoker.pokersource.info/ideas.html#[[validate%20template%20html%20using%20skin.html]] I also update the following entries: * http://jspoker.pokersource.info/ideas.html#[[redirect%20player%20to%20tourney%20lobby%20when%20the%20table%20he%20got%20busted%20on%20is%20destroyed]] in order to redirect the player to tourneyDetails from tableDestroy we need to figure out which tourney belonged the table to bkuhn: I am becoming convinced that adding tourney_serial to PacketPokerTable is maybe ok * http://jspoker.pokersource.info/ideas.html#[[display%20the%20name%20of%20the%20winning%20hand]] using existing #winner div element which is not used for now: for(var winner = 0; winner < 2; winner++) { $('#winner' + winner + id).hide(); } Feel free to review and pull changes from: http://jpoker.aminche.com/hg/jpoker -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
