eb514902eefix some weird things from the patch from runenes, re-replace recognisePlayerIDs(), new one converts all names to UTF-8 prior to processing, as apparently there are problems with dicts using unicode keys, and deals iwth database escaping issues.
eblade
2009-03-27 16:52:27 -0400
121ce1b648Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2009-03-27 15:48:19 -0400
0cb5ea2188Merge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2009-03-27 15:46:26 -0400
1d45137502Change fastStoreHudCache = False as default Import parameter.
Ray
2009-03-27 13:26:01 -0400
c8d80eef19Revert Eric's change that failed on special chars in player name.
Ray
2009-03-27 13:21:33 -0400
0b3b7f66d6Merge branch 'master' into siteneutral
Worros
2009-03-28 00:54:13 +0900
503262d398Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-27 11:34:47 -0400
d6fe2cac81Merge branch 'master' of git://git.assembla.com/fpdboz
Ray
2009-03-27 11:34:11 -0400
2e687acf9aMerge branch 'master' of git://git.assembla.com/fpdb-eric
Worros
2009-03-27 23:55:08 +0900
b92022fecdFix call to get_db_parameters
Worros
2009-03-27 23:53:44 +0900
7f0185d417More fixes to allow dbnames other than fpdb
Worros
2009-03-27 23:49:22 +0900
1be81ced66Allow dbname to be something other than fpdb
Worros
2009-03-27 22:53:01 +0900
2681b517a7super hyper-speed version of recognisePlayerIDs() only makes 1-3 database queries per hand instead of between 2 and 30, worst case.
eblade
2009-03-27 01:19:04 -0400
3c14055244more very minor cleanup
eblade
2009-03-26 19:17:00 -0400
c91244cdadjust edit an old comment
eblade
2009-03-26 18:38:13 -0400
de60d51dcfsome use of not instead of comparing to blank lists
eblade
2009-03-26 18:32:25 -0400
c3517bd53bmake use of the fact that an empty list is False, and use extend() to copy an array instead of doing it by hand
eblade
2009-03-26 18:28:03 -0400
cb542d9b3estripEOLspaces = rstrip, cleanup filterCrap some more, cleanup ParseActionType, should no longer count lines with player names containing "bets" or "raises" as an action, parseHandStartTime no longer uses an infinite loop, parsePositions cleaned up, parseWinLine cleaned up, recognisePlayerIDs cleaned up
eblade
2009-03-26 17:20:08 -0400
1846abb603Updated readme. Deleted more obsolete files in docs.
Ray
2009-03-26 16:17:38 -0400
61c0e03098Remove outdated files in docs/. See wiki instead.
Ray
2009-03-26 15:31:03 -0400
3e6fccd34dmanaged to knock checkPositions down to a single line :)
eblade
2009-03-26 15:11:24 -0400
6d4c812b51do that iteration in relocate_windows the proper way
eblade
2009-03-26 12:11:07 -0400
94a10bbfcfMerge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2009-03-26 11:15:01 -0400
4341222994Merge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2009-03-26 09:48:05 -0400
c5e05f812aMerge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-25 19:59:59 -0400
7c0d2eb6c6weird, fix bug in window tracking
eblade
2009-03-25 19:33:01 -0400
ceba4be73fMore fixing of previous commit.
Ray
2009-03-25 17:48:43 -0400
29bd0c2a7aBack out mucked window dragging changes.
Ray
2009-03-25 17:22:28 -0400
01bc1cebf1Fix numerous typos/bugs in previous commit.
Ray
2009-03-25 16:46:06 -0400
9146758c5eMake flop_mucked windows follow the table on Windows.
Ray
2009-03-25 15:42:16 -0400
74d9f14945Make CET timezones work with Stars hands
Worros
2009-03-25 18:35:19 +0900
20dd3e1aecMake CET timezones work with Stars hands
Worros
2009-03-25 18:35:19 +0900
206238b00dMerge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2009-03-25 05:06:35 -0400
4e212787dfMerge branch 'master' into siteneutral
Worros
2009-03-25 13:09:21 +0900
7377561808Merge branch 'master' of git://git.assembla.com/free_poker_tools
Worros
2009-03-25 07:54:35 +0900
21f352b05bMerge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2009-03-24 18:00:10 -0400
a404f0f3eeMerge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-24 17:54:23 -0400
60ffb0896eMake isWinLine find low pots.
Ray
2009-03-24 11:23:33 -0400
aca5dc9ed0Parse another PokerStars datetime.
Matt Turnbull
2009-03-24 14:58:14 +0000
b74f6dd58aAdd new test
Worros
2009-03-24 23:27:43 +0900
497354d4f4Make BulkImport work only with HHCs
Worros
2009-03-24 22:58:45 +0900
c673897fa3Merge branch 'master' into siteneutral
Worros
2009-03-24 21:46:18 +0900
42f2cb049dadd set_focus_on_map calls to hud window creation, doesn't seem to do much, but feels correct
eblade
2009-03-24 06:04:00 -0400
d168618b4btry to squeeze a few more cycles out .. seems to not be locking up anymore, though i could be running good on that right now
eblade
2009-03-24 05:55:07 -0400
d4165a5109ongoing effort to squeeze a couple more cpu cycles out of the hud creation process
eblade
2009-03-24 05:19:20 -0400
d26e3d735bMerge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-24 01:47:17 -0400
2c492ed0f6Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-23 23:49:04 -0400
dca1ea7554fix for filterAnteBLindFold to return it's value
eblade
2009-03-23 23:49:09 -0400
aebbae8ed0Change str 0 to int 0 in card translating.
Ray
2009-03-23 22:58:13 -0400
3b04c1baacFix bug in accessing mucked cards in stud games.
Ray
2009-03-23 22:50:54 -0400
364a25773eMerge branch 'master' of git://git.assembla.com/mctfpdb.git
eblade
2009-03-23 20:59:53 -0400
c844454d8dMerge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2009-03-23 20:57:30 -0400
a863743974move move() under the line where position to move to is stored, instead of calculating position twice in two lines
eblade
2009-03-23 19:22:04 -0400
4fc2286dfaMerge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-23 17:18:29 -0400
2f4783b50bmucked: present() = show(), moved a line out of a loop fpdb_simple: fix cardMap to understand "0", for stud games
eblade
2009-03-23 17:13:32 -0400
34fdc549fdMerge branch 'master' of git://git.assembla.com/fpdboz
Ray
2009-03-23 16:40:24 -0400
e99ec0cd71Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-03-23 11:09:05 -0400
285c7d8824have to supply argv to main() as a list, splitting on whitespace won't work if you supply an argument like a path with a space in it.
Matt Turnbull
2009-03-22 14:53:10 +0000
6e021ea3a4Remove old graph queries from file
Worros
2009-03-22 18:56:51 +0900
40c17cffaaRecognise deep 6 tables at Full Tilt
Worros
2009-03-22 18:52:30 +0900
3f879ddb3dpsql drop fk hang: seemed to be caused by having more than one connection to the db open. Made GuiBulkImport use the importer's connection instead of its own. It still has the one given to it by fpdb.py. I really don't know. Perhaps it needed a commit.
Matt Turnbull
2009-03-21 21:38:32 +0000
a59c1e5a45Merge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2009-03-21 15:16:51 -0400
e9853c1ff2Make previous executemany() function the default
Worros
2009-03-22 04:07:08 +0900