Commit Graph

  • f5d7764571 Remove another comprehension not working as expected in kill() Ray 2009-03-30 11:59:07 -0400
  • 5505ebdec2 Remove comprehension and replace with loop in reposition_windows(). Ray 2009-03-30 11:49:20 -0400
  • fdd8eddcbf Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-30 03:15:21 -0400
  • fb4e818ed2 get_sites now returns only enabled sites--enabled is the default in Config. Ray 2009-03-29 23:40:03 -0400
  • 2129faa46b Add UltimateBetToFpdb Worros 2009-03-30 06:39:21 +0800
  • a8c46e095d Finish sentence in THANKS.txt Worros 2009-03-30 06:12:19 +0800
  • 0f81137400 Add THANKS.txt to acknowledge contributors. Worros 2009-03-30 03:45:41 +0800
  • 93d2b50867 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-03-29 23:18:00 +0800
  • a109687ac4 Fixed some 'True' v True problems. Ray 2009-03-29 10:08:33 -0400
  • 04f293384c Really make fastStoreHudCache false by default Worros 2009-03-29 21:47:09 +0800
  • 961c1795fa Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-03-29 21:37:40 +0800
  • f3ee865721 Merge branch 'master' of git://git.assembla.com/fpdboz Matt Turnbull 2009-03-29 12:27:00 +0100
  • 4bccc0fd28 some datetime tests for stars Matt Turnbull 2009-03-29 12:20:04 +0100
  • e78da7937c Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-28 15:27:09 -0400
  • e99badf69d add one to seat adjustment index in update_table_position eblade 2009-03-28 14:31:44 -0400
  • fca0de81d7 Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-03-28 13:04:48 -0400
  • 2b97b4e635 i'm apparently retarded today eblade 2009-03-28 12:47:46 -0400
  • 1de35b2f01 merge error indentation fix eblade 2009-03-28 12:30:57 -0400
  • f54da25d2b Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-28 12:27:45 -0400
  • d079fea634 Stars has two spaces in header - "...#handid: gametype..." Matt Turnbull 2009-03-28 15:18:10 +0000
  • 0528aa74db Properly escape player names Worros 2009-03-29 00:07:00 +0900
  • ae2835cd6b GuiBulkImport cli breakage fix Worros 2009-03-28 19:38:37 +0900
  • 5139b88538 utf8 fix to db connection Worros 2009-03-28 20:32:30 +0900
  • bdd615ede9 utf8 fix to db connection Worros 2009-03-28 20:32:30 +0900
  • 95add13731 No passthough converter in siteneutral Worros 2009-03-28 19:39:13 +0900
  • f6ca8c1bc1 GuiBulkImport cli breakage fix Worros 2009-03-28 19:38:37 +0900
  • eb514902ee fix 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
  • 121ce1b648 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-27 15:48:19 -0400
  • 0cb5ea2188 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-27 15:46:26 -0400
  • 1d45137502 Change fastStoreHudCache = False as default Import parameter. Ray 2009-03-27 13:26:01 -0400
  • c8d80eef19 Revert Eric's change that failed on special chars in player name. Ray 2009-03-27 13:21:33 -0400
  • 710893b186 Fix merge breakage Worros 2009-03-28 00:54:30 +0900
  • 0b3b7f66d6 Merge branch 'master' into siteneutral Worros 2009-03-28 00:54:13 +0900
  • 503262d398 Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-27 11:34:47 -0400
  • d6fe2cac81 Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-03-27 11:34:11 -0400
  • 2e687acf9a Merge branch 'master' of git://git.assembla.com/fpdb-eric Worros 2009-03-27 23:55:08 +0900
  • b92022fecd Fix call to get_db_parameters Worros 2009-03-27 23:53:44 +0900
  • 7f0185d417 More fixes to allow dbnames other than fpdb Worros 2009-03-27 23:49:22 +0900
  • 1be81ced66 Allow dbname to be something other than fpdb Worros 2009-03-27 22:53:01 +0900
  • 2681b517a7 super 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
  • 3c14055244 more very minor cleanup eblade 2009-03-26 19:17:00 -0400
  • 465f27af4d mostly spacing cleanup eblade 2009-03-26 18:55:16 -0400
  • c91244cdad just edit an old comment eblade 2009-03-26 18:38:13 -0400
  • de60d51dcf some use of not instead of comparing to blank lists eblade 2009-03-26 18:32:25 -0400
  • c3517bd53b make 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
  • a210453cd2 cleanup ParseNames fix dumb error in parsepositions cleanup eblade 2009-03-26 17:27:52 -0400
  • cb542d9b3e stripEOLspaces = 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
  • 1846abb603 Updated readme. Deleted more obsolete files in docs. Ray 2009-03-26 16:17:38 -0400
  • 61c0e03098 Remove outdated files in docs/. See wiki instead. Ray 2009-03-26 15:31:03 -0400
  • 3e6fccd34d managed to knock checkPositions down to a single line :) eblade 2009-03-26 15:11:24 -0400
  • b80a068795 per python docs http://docs.python.org/library/stdtypes.html, use != for not equal, rather than not x == y eblade 2009-03-26 14:57:40 -0400
  • 6d4c812b51 do that iteration in relocate_windows the proper way eblade 2009-03-26 12:11:07 -0400
  • 94a10bbfcf Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-26 11:15:01 -0400
  • 4341222994 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-26 09:48:05 -0400
  • c5e05f812a Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-25 19:59:59 -0400
  • 7c0d2eb6c6 weird, fix bug in window tracking eblade 2009-03-25 19:33:01 -0400
  • ceba4be73f More fixing of previous commit. Ray 2009-03-25 17:48:43 -0400
  • 29bd0c2a7a Back out mucked window dragging changes. Ray 2009-03-25 17:22:28 -0400
  • 01bc1cebf1 Fix numerous typos/bugs in previous commit. Ray 2009-03-25 16:46:06 -0400
  • 9146758c5e Make flop_mucked windows follow the table on Windows. Ray 2009-03-25 15:42:16 -0400
  • 74d9f14945 Make CET timezones work with Stars hands Worros 2009-03-25 18:35:19 +0900
  • 20dd3e1aec Make CET timezones work with Stars hands Worros 2009-03-25 18:35:19 +0900
  • 206238b00d Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-25 05:06:35 -0400
  • 4e212787df Merge branch 'master' into siteneutral Worros 2009-03-25 13:09:21 +0900
  • 7377561808 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-03-25 07:54:35 +0900
  • 21f352b05b Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-24 18:00:10 -0400
  • a404f0f3ee Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-24 17:54:23 -0400
  • 60ffb0896e Make isWinLine find low pots. Ray 2009-03-24 11:23:33 -0400
  • aca5dc9ed0 Parse another PokerStars datetime. Matt Turnbull 2009-03-24 14:58:14 +0000
  • b74f6dd58a Add new test Worros 2009-03-24 23:27:43 +0900
  • 497354d4f4 Make BulkImport work only with HHCs Worros 2009-03-24 22:58:45 +0900
  • c673897fa3 Merge branch 'master' into siteneutral Worros 2009-03-24 21:46:18 +0900
  • 42f2cb049d add 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
  • d168618b4b try 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
  • d4165a5109 ongoing effort to squeeze a couple more cpu cycles out of the hud creation process eblade 2009-03-24 05:19:20 -0400
  • d26e3d735b Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-24 01:47:17 -0400
  • 65e2087062 fix fix eblade 2009-03-24 00:30:27 -0400
  • 2c492ed0f6 Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-23 23:49:04 -0400
  • dca1ea7554 fix for filterAnteBLindFold to return it's value eblade 2009-03-23 23:49:09 -0400
  • aebbae8ed0 Change str 0 to int 0 in card translating. Ray 2009-03-23 22:58:13 -0400
  • 3b04c1baac Fix bug in accessing mucked cards in stud games. Ray 2009-03-23 22:50:54 -0400
  • 364a25773e Merge branch 'master' of git://git.assembla.com/mctfpdb.git eblade 2009-03-23 20:59:53 -0400
  • c844454d8d Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-23 20:57:30 -0400
  • a863743974 move 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
  • 4fc2286dfa Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-23 17:18:29 -0400
  • 2f4783b50b mucked: 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
  • 34fdc549fd Merge branch 'master' of git://git.assembla.com/fpdboz Ray 2009-03-23 16:40:24 -0400
  • e99ec0cd71 Merge branch 'master' of git://git.assembla.com/fpdb-eric Ray 2009-03-23 11:09:05 -0400
  • 5e5e79f08a Fix typo Worros 2009-03-23 22:18:22 +0900
  • 6ff4997d87 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git eblade 2009-03-23 05:15:20 -0400
  • 2bffdf25f2 comment eblade 2009-03-23 05:14:53 -0400
  • ffb1f926d9 Better way to keep up with window positions. Ray 2009-03-22 14:05:58 -0400
  • ff3409abf3 Merge branch 'master' of git://git.assembla.com/fpdboz Matt Turnbull 2009-03-22 16:59:06 +0000
  • 56fe94219d This index is used for every insert to check if it is a dupe. Test confirms it's useful : see the last two graphs of http://fpdb.wiki.sourceforge.net/postgresql+tuning Matt Turnbull 2009-03-22 14:56:13 +0000
  • 285c7d8824 have 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
  • 6e021ea3a4 Remove old graph queries from file Worros 2009-03-22 18:56:51 +0900
  • 40c17cffaa Recognise deep 6 tables at Full Tilt Worros 2009-03-22 18:52:30 +0900
  • 3f879ddb3d psql 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
  • a59c1e5a45 Merge branch 'master' of git://git.assembla.com/fpdboz.git eblade 2009-03-21 15:16:51 -0400
  • e9853c1ff2 Make previous executemany() function the default Worros 2009-03-22 04:07:08 +0900