Author: bkuhn
Date: Sun Jun 28 21:32:34 2009
New Revision: 5973

URL: http://svn.gna.org/viewcvs/pokersource?rev=5973&view=rev
Log:
Merge from table-picker-bug-13787 into trunk.  See table-picker-bug-13787
commit logs from r5949 to r5953 for detailed implementation notes.  A
summary of that work follows:

Closes bug#13787: PacketPokerError() sent on PacketPokerTablePickerFailure()

  * Deprecated empty PacketPokerTable() sent in response to
    PacketPokerTableJoin().  Currently, both empty PacketPokerTable()
    and a PacketPokerError() are sent if PacketPokerTableJoin() fails.

  * PacketPokerTablePicker() now only returns PacketPokerError() if it
    cannot find a table.  It only returns a PacketPokerTable() if a table
    is Join()'ed.  (Note: there was some debate whether we should
    temporarily continue to support empty-PacketPokerTable() semantics on
    failure, since jpoker currently expects it.  Eventually, it was
    decided that since there are various bugs in TablePicker() right now,
    and that we should resolve all the critical ones and make it work in
    jpoker at once.)

  * Documentation of PacketPokerTableJoin() and PacketPokerTablePicker()
    behavior in pokerpackets.py is improved.

Modified:
    trunk/poker-network/ChangeLog
    trunk/poker-network/po/da.po
    trunk/poker-network/po/de.po
    trunk/poker-network/po/en.po
    trunk/poker-network/po/en_CA.po
    trunk/poker-network/po/en_US.po
    trunk/poker-network/po/es.po
    trunk/poker-network/po/fi.po
    trunk/poker-network/po/fr.po
    trunk/poker-network/po/fr_BE.po
    trunk/poker-network/po/fr_CA.po
    trunk/poker-network/po/fr_FX.po
    trunk/poker-network/po/it.po
    trunk/poker-network/po/nb.po
    trunk/poker-network/po/nl.po
    trunk/poker-network/po/pt.po
    trunk/poker-network/po/sv.po
    trunk/poker-network/pokernetwork/pokeravatar.py
    trunk/poker-network/pokernetwork/pokerpackets.py
    trunk/poker-network/tests/test-pokeravatar.py.in


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

Reply via email to