Commit Graph

  • 399bfd98c6 fix unimportant typo in print sqlcoder 2009-05-21 11:14:47 +0100
  • cf8b6c7e92 several db changes and a fancy playerstats window, now to tidy the code up a bit .... sqlcoder 2009-05-21 04:26:00 +0100
  • 93f643a958 fix error when choosing unimplemented menu option sqlcoder 2009-05-20 23:21:50 +0100
  • cee4cade3e Add hotkeys for stats windows and pass main window into guiplayerstats sqlcoder 2009-05-20 09:58:38 +0100
  • b3b99778c9 make player stats use new single detailed query and format the output in python ready for more detailed stats sqlcoder 2009-05-17 22:59:09 +0100
  • e2137a596a screwed up previous release using branches, this should work now (added hc fields as well as hp, made new fields NULLable, use 3b not 3b4b fields), next job calculate some of these fields ... sqlcoder 2009-05-17 17:26:05 +0100
  • a5884ff7ae Fix createHandsActionTable Worros 2009-05-17 12:41:47 +0800
  • 2c01a1f911 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-05-17 12:09:55 +0800
  • 339f48582c add more stat fields to db sqlcoder 2009-05-17 00:06:53 +0100
  • 6495346874 Add new seatsep display flag sqlcoder 2009-05-10 23:11:30 +0100
  • aba5b94847 add new SeatSep display flag for filter, re-order some code with possible aim of using one function instead of 2 similar blocks of code for breakdown and totals sqlcoder 2009-05-10 23:06:35 +0100
  • fe806ccea1 update playerstats for new avgseats column and seats filter (is this window redundant now?) sqlcoder 2009-05-10 22:59:35 +0100
  • 3e805f03b1 correct avg seats calculation, select limits in reverse order, i.e. highest first sqlcoder 2009-05-10 22:37:02 +0100
  • a4302b61a9 make gui hide new seats part of filter, refine empty query test sqlcoder 2009-05-10 22:30:26 +0100
  • 199a91ea99 add rollback to release locks taken in postgres sqlcoder 2009-05-09 23:18:58 +0100
  • e2d8a58620 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-05-09 10:34:46 +0930
  • b7ee425558 add seats to filters and stats queries sqlcoder 2009-05-08 22:41:09 +0100
  • 527232595b change import time calc sqlcoder 2009-05-07 21:24:53 +0100
  • 4ffc028bbc oops, missed out the key change in previous commit sqlcoder 2009-05-07 21:24:06 +0100
  • 9fe2fc902d make psycopg2 return unicode strings and go back to new recognisePlayerIDs() very similar to @885f0a023 sqlcoder 2009-05-07 21:17:14 +0100
  • 47dad738dd work around unicode problem with windows and postgres - use old version of recognisePlayerIDs sqlcoder 2009-05-05 23:57:20 +0100
  • e8f5aabe83 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-05-05 11:41:10 +0930
  • 0ad2b06e97 Add all/none checkboxes for limits, tidy up stats tables some more sqlcoder 2009-05-04 23:14:33 +0100
  • de98d5dd15 remove surplus db variable and debug mysql problem in previous commit sqlcoder 2009-05-04 20:36:11 +0100
  • f9a769ebd3 add summaries to position stats and allow choice of levels sqlcoder 2009-05-04 20:12:41 +0100
  • 04867ea3ef Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-05-04 15:02:56 +0800
  • 119a20a2ab Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2009-05-04 02:14:35 +0100
  • 87f2dde961 add 3bet to stats pages and make column and heading choices configurable by editing lists in the init code sqlcoder 2009-05-04 02:10:05 +0100
  • 885f0a0232 Fix indentation error from sqlcoder Worros 2009-05-03 19:21:21 +0800
  • f0a7775591 add totals lines, enable refresh button to view other players sqlcoder 2009-05-03 10:49:00 +0100
  • e60c254204 add rollback() to make sure db locks are released sqlcoder 2009-05-03 01:46:18 +0100
  • fddb29b3b8 add steal stat to positional stats and fix for postgres sqlcoder 2009-05-03 01:31:15 +0100
  • 1b82ad7f65 re-fix a couple of errors from previous merges sqlcoder 2009-05-03 01:24:10 +0100
  • 5111eb1a8f remove redundant db variable sqlcoder 2009-05-02 21:39:48 +0100
  • 79b3dba2dd add steal stat to playerstats sqlcoder 2009-05-02 21:32:47 +0100
  • 882f19a34d removed redundant db variable sqlcoder 2009-05-02 21:07:52 +0100
  • 7d28f70a98 pull and merge from fpdboz sqlcoder 2009-05-02 21:02:26 +0100
  • 2c991ad2d0 sql and cursor execute bugfixes to make it work with postgres sqlcoder 2009-05-02 00:28:53 +0100
  • a466201285 fix tab error on inserted line - change to spaces sqlcoder 2009-04-29 23:27:53 +0100
  • d6ebd9352d pull from Ray (I think this was release 0.11) sqlcoder 2009-04-29 23:05:29 +0100
  • fd804f4431 added a few more stats with no decimal places sqlcoder 2009-04-28 22:47:05 +0100
  • 6504cd38a6 use lower case for keys into stat_dict as postgres returns column names in lower case Worros 2009-04-30 00:16:39 +0800
  • d28bdf7c60 added a few more stats with no decimal places sqlcoder 2009-04-28 22:47:05 +0100
  • f6311276a7 Remove some merge noise Worros 2009-04-28 14:50:50 +0800
  • 2efc6f1c8e use lower case for keys into stat_dict as postgres returns column names in lower case sqlcoder 2009-04-27 21:29:02 +0100
  • d2c978d7f5 steal stat fixes to match pokertracker sqlcoder 2009-04-26 22:20:24 +0100
  • 326f29b5b6 always release locks when db work finished sqlcoder 2009-04-26 21:47:28 +0100
  • d9d8043888 add rollback to release locks when db reads are finished sqlcoder 2009-04-26 21:38:04 +0100
  • 064a7a6de6 fix 3bet stat bug in storeHudCache2 sqlcoder 2009-04-26 21:31:05 +0100
  • 3c815ed0e8 steal stat fixes to match pokertracker sqlcoder 2009-04-26 22:20:24 +0100
  • 6cee8b7a97 always release locks when db work finished sqlcoder 2009-04-26 21:47:28 +0100
  • b266b48c33 add rollback to release locks when db reads are finished sqlcoder 2009-04-26 21:38:04 +0100
  • 85b03ef720 fix 3bet stat bug in storeHudCache2 sqlcoder 2009-04-26 21:31:05 +0100
  • ee1186bd57 Add ability for Filters to hide() panes Worros 2009-04-17 12:44:43 +0800
  • 1939979e3c Make Grapher work with limits Worros 2009-04-14 21:31:29 +0800
  • dd563aab39 Merge branch 'siteneutral' Worros 2009-04-11 20:16:37 +0800
  • 15e31eccb2 Make player and positional stats use Filters Worros 2009-04-11 20:07:50 +0800
  • d16bb0ac8b Make Grapher use new Filters object Worros 2009-04-11 19:14:32 +0800
  • 2550a0b0e0 Add preliminary filters file Worros 2009-04-11 17:11:13 +0800
  • ead50c5ff8 Add a couple of queries for GUI building Worros 2009-04-11 17:10:00 +0800
  • 15d7e1fab5 Add a couple of queries for GUI building Worros 2009-04-11 17:10:00 +0800
  • cf637a4ce6 Make Grapher use get_supported_sites() properly Worros 2009-04-11 14:38:46 +0800
  • 76d7b63b81 Make Grapher use get_supported_sites() properly Worros 2009-04-11 14:38:46 +0800
  • 702cb5851a Oops - revert converter removal Worros 2009-04-11 11:14:01 +0800
  • b1aade624f Change default window size because it bugged me Worros 2009-04-11 04:28:54 +0800
  • 2bc564e292 Remove draw from supported list. Worros 2009-04-11 04:18:10 +0800
  • 5a842c52fa Add <hhcs> section to example config and remove converter from <site> Worros 2009-04-11 04:16:36 +0800
  • 86fb5a0906 Merge branch 'master' of git://git.assembla.com/mctfpdb Worros 2009-04-11 03:52:34 +0800
  • 584c658590 Forgot the converter line in merge Worros 2009-04-11 03:51:45 +0800
  • e44ee1e439 Merge branch 'master' of git://git.assembla.com/mctfpdb into siteneutral Worros 2009-04-10 02:57:16 +0800
  • 20221b1121 Merge branch 'master' into siteneutral Worros 2009-04-10 00:38:27 +0800
  • 5a737624c9 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-04-10 00:19:32 +0800
  • 6866f409ce Fix regression importing some Stars tournaments. Ray 2009-04-09 09:21:52 -0400
  • fdabe29ea2 Fix stats aggregation and simplify HUD_main.py. Ray 2009-04-08 16:43:40 -0400
  • 460102c3f5 Version 0.11 Ray 2009-04-07 10:44:06 -0400
  • a2862c9712 Minor change to allow proper detection of FTP tables. Ray 2009-04-06 23:45:56 -0400
  • a1b2874878 Fix regression in naming HUDs that caused inconsistent killing. Ray 2009-04-06 23:42:36 -0400
  • 87efd2cc8d Minor edits in HUD_config.xml.example. Ray 2009-04-06 23:40:06 -0400
  • cd2b2aaf42 Comment out some intermediate print. Ray 2009-04-06 11:03:51 -0400
  • 683190a261 Updated example config to work with recent code changes. Ray 2009-04-06 10:34:14 -0400
  • 63a6fd2abd Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-04-06 04:19:23 -0400
  • fbc2054610 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2009-04-06 04:18:14 -0400
  • 3109dd5f50 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-04-06 08:12:56 +0800
  • 9b9d2f0570 Changed "Full Tilt" to Full Tilt Poker" Ray 2009-04-05 14:40:22 -0400
  • 1b1185da17 Integrate 4bet fix from Steffen. Doesn't break-not tested on 4bets. Ray 2009-04-05 13:46:41 -0400
  • a4ed3a2e68 (No function) Note about matching "FullTiltPoker" Matt Turnbull 2009-04-04 15:12:45 +0100
  • ac93a2cb77 Change to allow import of HHs exported from PT Stud. Ray 2009-04-03 12:51:58 -0400
  • 0eab0ad813 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2009-04-02 16:48:30 -0400
  • b2ac60de82 tailhands also had the wrong regex. Corrected. Matt Turnbull 2009-04-02 21:20:41 +0100
  • d81627da3f Really fix handcount bug? Matt Turnbull 2009-04-02 21:16:36 +0100
  • e880fb8954 add a giant tooltip temporarily to the popup stats window eblade 2009-04-02 05:02:24 -0400
  • ed3b09967d test_PokerStars typo, test_fpdb_simple uncommented some stuff and made it work in pytest Matt Turnbull 2009-04-01 23:28:48 +0100
  • c4c8529057 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2009-03-31 14:18:45 -0400
  • 775fc67bf0 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-31 14:17:51 -0400
  • 7ed4df463d Updated as discussed on mailing list. Ray 2009-03-31 11:00:06 -0400
  • c9194a9827 Removed old files as discussed on mailing list. Ray 2009-03-31 10:57:39 -0400
  • 5cd5ad8fa6 Fix bug I introduced that caused empty hands corresponding to splits between hands (blank lines) to be 'processed' by HHC in Everleaf, PS and FTP converters. Matt Turnbull 2009-03-31 07:44:19 +0100
  • d470507a51 Fix +x on bulk importer, quick fix for Stars HU file error Worros 2009-03-31 11:38:10 +0800
  • 84b6aa230b intermediate print Ray 2009-03-30 15:53:10 -0400
  • 9dbbd23688 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-30 14:27:31 -0400