Commit Graph

  • 9981a62847 Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-01-24 09:22:18 -0500
  • 05701955ac Merge branch 'master' of git://git.assembla.com/fpdboz Matt Turnbull 2009-01-22 18:21:48 +0000
  • 24e9e56726 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-01-22 00:19:38 -0500
  • f048a763c0 Merge branch 'session' of git://git.assembla.com/fpdboz Matt Turnbull 2009-01-21 21:16:33 +0000
  • 30cd579131 Session detection code. Worros 2009-01-22 01:40:05 +0900
  • 3bc8327d12 Remove euro symbol is it barfs python Worros 2009-01-22 01:31:39 +0900
  • 02e03c7ed9 Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-01-19 12:57:05 -0500
  • 4d5b86ebdf Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-01-19 03:31:18 -0500
  • b2c135ee12 Possible fix for problem Eric is reporting in importer Worros 2009-01-19 11:32:34 +0900
  • 6941521a8c Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-01-18 07:29:32 -0500
  • 8cf705240c Change bulk import output slightly Worros 2009-01-17 02:41:18 +0900
  • ffb037b1fe Added output totals for bulk import Worros 2009-01-17 02:24:00 +0900
  • a3ff477395 Added comment/debug to damaged FTP file Worros 2009-01-17 00:24:01 +0900
  • 9bf8551327 update get_nt_exe() to elevate privileges before calling OpenProcess, bizarre. eblade 2009-01-15 11:09:30 -0500
  • cd1d4df96d HUD_main: Add site name to list of windows being HUDed, fix weird call convention to the "del" operator, which is not a function. call clean_title() on hud titles being killed, so we actually kill (deep) tables and such eblade 2009-01-14 23:05:08 -0500
  • b965654962 Merge branch 'master' of git://git.assembla.com/mctfpdb Ray 2009-01-12 19:22:18 -0500
  • fcd70293fb minor formatting changes Ray 2009-01-12 19:21:43 -0500
  • d5597f7955 HUD_runme.py needs to be executable. Ray 2009-01-12 19:20:24 -0500
  • 5db308e1b2 execute permission on HUD_run_me.py removed huge chunk of duplicate code in fpdb_simple.py (strange git problem -- first 300 lines or so were duplicated in a pull) Matt Turnbull 2009-01-10 01:46:23 +0000
  • 9ec77775be Merge branch 'master' of git://git.assembla.com/fpdb-eric Matt Turnbull 2009-01-08 19:11:59 +0000
  • 18db8a39c6 Merge branch 'master' of git@git.assembla.com:mctfpdb Matt Turnbull 2009-01-08 19:03:45 +0000
  • 0fd6c4a9b2 fpdb_parse_logic: use 'in' instead of 'find' eblade 2009-01-08 10:40:18 -0500
  • 0cd97db548 fix typo from last commit eblade 2009-01-08 06:25:25 -0500
  • 37a418484f Replace all occurences in Tables.py where RegExps and the string 'find()' method were being used for simple string checks, with "in" operator eblade 2009-01-08 06:17:56 -0500
  • 326805950b Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-01-07 12:46:19 -0500
  • ff3d6c75b8 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2009-01-07 12:36:09 -0500
  • d14dddca90 Break from thread loop instead of continuing. Fixes a bug where we'd be looking up a new_hand_id of "" Matt Turnbull 2009-01-06 23:13:12 +0000
  • 214861fc51 Merge branch 'master' of git://github.com/sqlcoder/fpdb-sql Matt Turnbull 2009-01-06 20:37:29 +0000
  • 3f782994a9 Merge branch 'master' of git@git.assembla.com:fpdb-eric eblade 2009-01-06 08:40:10 -0500
  • fb9d7c0af2 Add file HUD_run_me, to be run by GuiAutoImport GuiAutoImport: run HUD_run_me instead of HUD_main HUD_main: Add HUD_removed() function, called by HUD when an individual HUD is closed, eliminates polling them every update; use 'in' operator instead of has_key HUD: clean up code that deals with lack of font descriptor in config, and notification of what font was selected HUD: clean up unnecessary use of keys() functions, and 'in' vs has_key HUD: restore previous definition of reposition_windows(), although i can't make it error at will anymore Tables: cleanup with keys() and in operator fpdb: no longer raise an error on duplicate tab, since we currently depend on that, it's not an error, right? eblade 2009-01-06 05:18:45 -0500
  • c0557c7ef9 rationalized button presses, fixed reposition windows Ray 2009-01-05 20:26:39 -0500
  • 80e1eed7ec Merge branch 'master' of git://git.assembla.com/fpdboz Matt Turnbull 2009-01-05 19:04:46 +0000
  • d994f04e01 Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-01-05 10:53:31 -0500
  • 644201e669 Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-01-05 10:53:10 -0500
  • 84653ff99c updating HUD_config.xml.example Ray 2009-01-05 10:49:27 -0500
  • ab1e8cf670 added new faster version of storeHudCache routine, storeHudCache2 Set the fastStoreHudCache variable to True to test this out. In the best case it only does one DB operation (update), if this fails because the record does not exist it does an insert. sqlcoder 2009-01-03 19:55:54 +0000
  • cc31f86269 add profit/100 hands stat sqlcoder 2009-01-03 18:00:44 +0000
  • 257dd35c93 let fpdb_db routine work out which bits of config to use for connection sqlcoder 2009-01-03 17:59:48 +0000
  • 26ad0ff91b Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2009-01-03 17:10:58 +0000
  • 0f90d8a899 discover functions all return None, instead of False, fixing bool has_key() problem in hud eblade 2008-12-31 13:14:28 -0500
  • 26a549d7d2 discover functions all return None, instead of False eblade 2008-12-31 13:13:35 -0500
  • 9b6e18c2c0 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2008-12-31 12:08:25 -0500
  • 6276386aa8 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2008-12-31 12:06:58 -0500
  • 9989a97c25 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2008-12-31 12:03:15 -0500
  • 0857739d83 Add Euro Symbol (€) and EUR to regexes Worros 2008-12-31 01:28:28 +0900
  • e469202b66 Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2008-12-28 09:50:33 +0000
  • 6de2607505 create_hud adds to the main_hud window, a list of tables that are being monitored (it is culled in read_stdin(), so i'll need to do some thinking on that to remove lag time between removal of hud and removal from list) i can see using this for table info, debug info, buy-in info maybe, but i wanted some place i could write to directly and see things in real time rather than depending on the logs eblade 2008-12-24 07:56:32 -0500
  • a76442f67e Poll if HUD window is already terminated before attempting to communicate the \n character to tell it to terminate. Matt Turnbull 2008-12-22 20:17:29 +0000
  • fc4671fc98 add NA for attempted steal % eblade 2008-12-21 18:42:21 -0500
  • d4e16b9b05 code/comment cleanup eblade 2008-12-21 17:14:57 -0500
  • 24069d607b code/comment cleanup in Hud eblade 2008-12-21 06:49:34 -0500
  • c974864e13 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2008-12-21 06:11:33 -0500
  • a6c2152be4 break less badly on a hand which I can't handle at the moment Matt Turnbull 2008-12-20 22:52:47 +0000
  • 93a4059488 Merge branch 'master' of git://git.assembla.com/mctfpdb Ray 2008-12-20 16:45:40 -0500
  • 74dbd8ab3d Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2008-12-20 16:44:50 -0500
  • 0dd46d38ac Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2008-12-20 16:32:30 -0500
  • da41e8e2ce Rid of cruft Matt Turnbull 2008-12-20 16:57:12 +0000
  • 319ea7080d Pot taking on much functionality committing before deleting a lot of commented out bits Matt Turnbull 2008-12-20 16:48:25 +0000
  • 0cb5bc046a Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2008-12-20 01:42:38 -0500
  • 5d909fb648 Reapply stars regex changed reverted during a merge Worros 2008-12-20 12:20:18 +0900
  • 83f50bafd3 Merge branch 'master' of git://git.assembla.com/free_poker_tools into session Worros 2008-12-20 12:19:37 +0900
  • 16f9906d84 pot total line output matches pokerstars better Matt Turnbull 2008-12-20 02:22:21 +0000
  • aad02554ca (font size config) Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2008-12-19 15:13:33 -0500
  • bb3dee75e0 Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2008-12-19 15:06:43 -0500
  • 15e1461cca Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2008-12-19 14:08:36 -0500
  • 28e5a05037 Merge branch 'master' of git://git.assembla.com/fpdboz Matt Turnbull 2008-12-19 11:32:40 +0000
  • e9f9fa4111 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2008-12-19 04:39:45 -0500
  • 659f0bb508 Grapher: Fix Postgres to work again Worros 2008-12-19 17:27:18 +0900
  • db6a8c5b31 Grapher: Make date ranges work - MySQL Worros 2008-12-19 17:21:58 +0900
  • 2d700820f4 Add Everleaf to DB init process Worros 2008-12-19 16:58:24 +0900
  • 49aa8921e3 Grapher: Update to support mutiple sites and players Worros 2008-12-19 16:52:32 +0900
  • b37ddc5ace So close, yet so far. Need to calculate rake to output the side pots line correctly. Matt Turnbull 2008-12-19 03:01:45 +0000
  • 653cf9847d allow position 8 in hud cache eblade 2008-12-18 20:38:43 -0500
  • 685abee8b1 re-indent function eblade 2008-12-18 17:39:43 -0500
  • 42113f301f finish conflict resolution on those patches to check/parsePositions .. git really sucks. eblade 2008-12-18 15:45:13 -0500
  • 2ccd00d3fd redo changes to checkPositions, and such eblade 2008-12-18 15:42:46 -0500
  • 9263aa998e redo changes to parsePositions eblade 2008-12-18 15:40:28 -0500
  • 7803f52307 autoimport a bit better, no? Matt Turnbull 2008-12-18 17:49:17 +0000
  • bb9f85233e font and font_size added to config and used in HUD. Ray 2008-12-17 21:57:05 -0500
  • f9a805f5cd add do_commit(config) method to fpdb_db.py to make creating a db connection easier. Used this in guiplayerstats.py to create a separate connection and added commit to stop locks here blocking hand imports. sqlcoder 2008-12-17 23:03:17 +0000
  • e0105c5ed1 Clean up db connection in aux window. Hole cards to stud mucked list. Ray 2008-12-17 13:24:37 -0500
  • fe2c806822 Everleaf appears to need addCallandRaise Matt Turnbull 2008-12-17 11:57:06 +0000
  • d168166495 Added: addCallandRaise - when reported amount is the actual amount transfered addRaiseBy - when reported is the amount additional to the previous bet _addRaise - common helper Matt Turnbull 2008-12-17 11:54:26 +0000
  • 877f0771ab nongreedy matches in collect_pot_re to fix kicker being picked up instead of hand bug Matt Turnbull 2008-12-17 11:22:02 +0000
  • dd7ede8903 Adjust regex to read 'and is all-in' Worros 2008-12-17 14:04:29 +0900
  • e5e8643557 Minor update to handinfo regex for OnGame Worros 2008-12-17 13:46:16 +0900
  • a5bd749959 quick hack to Hand to help ongame Matt Turnbull 2008-12-17 00:30:31 +0000
  • ef48b83a80 OnGame is a bit weird, here's a start Matt Turnbull 2008-12-17 00:29:54 +0000
  • 58411a1ae3 use python datetime handling functions : strptime strftime Matt Turnbull 2008-12-16 23:23:33 +0000
  • 070091472c first BB is treated as a call & raise of sb, so if folded round to bb, it's an uncalled bet and he collects pot Matt Turnbull 2008-12-16 22:03:13 +0000
  • 6f1e335275 FullTilt output is looking good, tried it on a HandHQ history, no crashes! Matt Turnbull 2008-12-16 21:49:04 +0000
  • 1f1332b849 a bit more FTP; works? on 7 hand sample. No regression test of Everleaf :( Matt Turnbull 2008-12-16 21:08:10 +0000
  • f230a82add board cards read button read Matt Turnbull 2008-12-16 17:26:58 +0000
  • 8bd58e849e some generality changes for FTP support Matt Turnbull 2008-12-16 17:14:37 +0000
  • 186ef42663 Upper case Flop Turn and River in board dict Worros 2008-12-16 23:48:49 +0900
  • 1a46230176 Add first pass Full Tilt converter Worros 2008-12-16 23:45:58 +0900
  • d42739a958 Merge branch 'master' of git://git.assembla.com/mctfpdb Worros 2008-12-16 22:39:51 +0900
  • 988a7e3eb5 Added 'and is all-in' logic. Matt Turnbull 2008-12-16 04:29:11 +0000
  • 6e1499fb69 reposition_windows() after bringing one forward that has been hidden previously, even though they should already be relocating while hidden.. suspect gtk bug eblade 2008-12-15 23:07:37 -0500
  • eec9c94342 merge from carl eblade 2008-12-15 22:46:31 -0500