Worros
3d5fb77b82
FTP: Add Limit $2.50/$5
2011-04-08 16:30:57 +10:00
Worros
d4c58fd23f
FTP: Fix crasher with returned antes
...
FTP forces all players at a cash game table to post antes, but if they
are in the blinds they can timeout and have the ante returned to them,
listing them as sitting out.
2011-04-07 18:26:55 +10:00
Worros
4f4a905609
FTP: Fix issue with RIT hands.
...
RIT hands on FTP have two summary sections. If a player is sitting out
and needs to be removed from the player list, they were removed twice.
The second remove from a python dict is a crash. Patch avoids this
situation
2011-04-07 17:54:47 +10:00
Worros
eec01083b1
FTP: Add high limit lookup
...
Clear the blind string of ,s and add 1k/2k and 1.5k/3k.
2011-04-02 23:22:56 +08:00
Worros
b20dde4f29
Import: reenable the test data for gametypes
2011-04-02 22:48:38 +08:00
Worros
c34467b987
Regression: FTP 1500/3000 Triple Draw sample hand.
...
Not UTF16 - from an archive file.
Hero wins hand
2011-04-02 22:27:13 +08:00
Worros
65e5ad45ac
Stars: Add mixed holdem tourney support
2011-04-02 15:02:18 +08:00
Worros
7a9033e826
Regression: Stars mixed holdem tourney hands
2011-04-02 14:58:45 +08:00
Worros
a6bf237c9a
Win2day: Allow CAD espacejeux.com hand to parse
2011-04-02 14:15:42 +08:00
Worros
07bce33894
Regression: Win2day espacejeux.com NLHE
2011-04-02 14:14:05 +08:00
Worros
086e2f9814
Card: Remove unused function
2011-04-02 12:27:29 +08:00
Worros
753596f217
fpdb_import: Only pipe to hud if callHud variable set
2011-04-01 13:35:13 +08:00
Worros
0c03547bf6
THP: Remove 'id'
2011-04-01 12:49:04 +08:00
Worros
dd95b8d3bb
Regression: Fix card data for FTP draw .hp file
2011-04-01 12:26:38 +08:00
Worros
d8baef3072
Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz
2011-04-01 10:09:13 +08:00
Chaz Littlejohn
148777bebd
Changed the order of how draw cards are stored in HP so cards dealt to hero on Draws 1-3 (the open field of the holecards dictionary are placed after the cards held from previous streets (the closed field of the holecards dictionary)
2011-04-01 02:08:20 +00:00
Worros
6fc599005d
Regression: New OnGame tourney files
2011-03-31 18:11:50 +08:00
Worros
98902a3633
Regression: FTP Badugi hand data update
2011-03-31 18:05:04 +08:00
Worros
c1ada8436f
OnGame: Refine tourney portion of re_HandInfo
2011-03-31 17:49:18 +08:00
Worros
6602dabc46
OnGame: Initial tourney import
2011-03-31 17:45:20 +08:00
Worros
d282dead8a
Regression: Fix card data for FTP draw .hp file
2011-03-30 18:05:04 +08:00
Worros
fe1f8a5829
Regression: Fix card data for FTP draw .hp file
2011-03-30 14:44:29 +08:00
Worros
38f63ffcec
Regression: Fix card data for newly parsed draw hands
2011-03-30 13:42:59 +08:00
Worros
3e6c5b6f31
THP: Minor updates
2011-03-30 13:29:39 +08:00
Worros
9b59d8fb9c
Regression: Fix data for newly parsed draw hands
2011-03-30 13:28:57 +08:00
Worros
9a87d7d88a
Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz
2011-03-30 11:50:33 +08:00
Chaz Littlejohn
6954ab1b62
changed the key in the hands stats dict from 'gameTypeId' back to 'gametypeId'
2011-03-30 03:49:13 +00:00
Worros
bac1d29166
Regression: Add gameSessionId to .hands files
2011-03-30 11:49:02 +08:00
Worros
468b98fb7a
THP: Ignore gameSessionId
2011-03-30 11:46:49 +08:00
Chaz Littlejohn
faaca41b5a
Merge branch 'sorrow' into chazdazzle
2011-03-30 03:25:58 +00:00
Chaz Littlejohn
fc2b79a5e8
tourneysPlayersIds is later updated by db.createOrUpdateTourneysPlayers and turned into a dict rather than a list so it makes sense to initialise as such
2011-03-30 03:18:36 +00:00
Chaz Littlejohn
c361992b13
added \u20ac into the sym dict
2011-03-30 03:15:12 +00:00
Worros
9eb0138f3d
THP: Make less noisy
2011-03-30 11:13:03 +08:00
Worros
1e3bbd6047
Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz
2011-03-30 11:12:22 +08:00
Chaz Littlejohn
c19549b3da
changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|'
2011-03-29 20:15:21 +00:00
Chaz Littlejohn
b00c30cbbf
Re-did patch to fix import when no hero is defined
2011-03-29 14:18:00 +00:00
Chaz Littlejohn
dc839c9cae
Merge branch 'sorrow' into chazdazzle
2011-03-29 14:04:59 +00:00
Worros
69905a051b
Everleaf: Clean out some crufty comments
2011-03-29 18:07:39 +08:00
Worros
316e4ff284
Everleaf: Possible fix for older tourney hh's
2011-03-29 18:05:21 +08:00
Worros
f159823f1b
Regression: Add card8-20
2011-03-29 17:35:24 +08:00
Worros
59d22bed5d
Import: Remove unicode translation from addImportFile
...
A filename is an almost arbitrary binary sequence, assuming it can be encoded
in utf-8 caused crashes on certain file names.
2011-03-29 17:20:13 +08:00
Worros
0cef119a3b
Stars: Add unicode marker back to currency substitution
2011-03-29 17:17:29 +08:00
Worros
de9c65e3ea
Database: Fix sessionCache when no hero exists
2011-03-29 17:13:31 +08:00
Worros
684689c9db
Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem."
...
This reverts commit d0ae2a155d
.
Conflicts:
pyfpdb/FulltiltToFpdb.py
2011-03-29 15:46:15 +08:00
Worros
efa1a9e6cf
SQL: Change column types to 'timestamp' for sessionCache
2011-03-29 15:36:48 +08:00
Worros
ab5e28e73d
Import: Add to_hud back to init list
2011-03-29 15:36:18 +08:00
Worros
7b319d5aa0
Hand.py: Add in test data to prepInsert
2011-03-29 14:58:44 +08:00
Chaz Littlejohn
38fbae957a
charset needs to be set to 'utf8' for the MySQL connection to store unicode strings correctly
2011-03-29 06:10:07 +00:00
Worros
59b65ca146
Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz
...
Conflicts:
pyfpdb/FulltiltToFpdb.py
2011-03-29 13:52:08 +08:00
Chaz Littlejohn
300340218b
specifiying 'utf8' CHARSET in Players.name field not required and will lead to a conflict if mysql database created using a different utf-8 collation
2011-03-28 18:34:05 +00:00