Commit Graph
100 Commits
Author SHA1 Message Date
Ray 0002043087 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-21 11:08:15 -04:00
Ray af19c3f365 Fix a bug in the Action regex. Thanks Carl. 2009-07-20 14:27:03 -04:00
Ray 10f454ae77 Guess maxseats when not supplied by SiteToFpdb. 2009-07-20 10:01:51 -04:00
Ray 00aeda5667 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-07-19 16:50:22 -04:00
Ray a1b3259db9 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-19 16:50:16 -04:00
Ray 7bf8c8bd1f Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-19 13:37:25 -04:00
Ray e9c6a028ed Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-19 10:10:31 -04:00
Ray 35e6033c19 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-19 00:27:38 -04:00
Ray 3c64e67750 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-07-19 00:27:29 -04:00
Ray cbbf820eb5 Add support for tournaments. 2009-07-18 21:33:00 -04:00
Ray c5cffc2326 Allow add* to take amounts with commas. 2009-07-18 21:31:39 -04:00
Ray 52ecc64505 Update to work with recent Hand.py changes. 2009-07-17 17:07:53 -04:00
Ray 5b5c38f3e9 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-07-16 12:14:44 -04:00
Ray 26a1996353 Change Pot object to support variable currency symbol. 2009-07-16 12:13:24 -04:00
Ray 6cd6b2d1dd Merge branch 'master' of git://git.assembla.com/fpdboz 2009-07-16 01:00:44 -04:00
Ray 2fa3781349 Make euros print as $ in writeHand. 2009-07-16 00:54:09 -04:00
Ray 88d4f2ee05 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-07-16 00:32:29 -04:00
Ray 52fcbd7966 Remove completed TODOs(plenty left!). Remove obsolete comments. 2009-07-15 23:40:07 -04:00
Ray b5b0b6a7b7 Get rid of hard wired $ in writeHand.
Replace with appropriate symbol based on ring, tournament, play,
etc.
2009-07-15 23:04:16 -04:00
Ray 889aea48b6 Make the board in the summary of flop games print in the right order. 2009-07-15 22:30:41 -04:00
Ray e0dc556a67 Clean up some methods previously commented out. 2009-07-15 22:15:20 -04:00
Ray 3253d5a234 Get stud shown cards right in writeHand(). 2009-07-15 22:11:23 -04:00
Ray 12db3c0d55 Add a space to make stud holecard printing perfect. 2009-07-15 21:46:45 -04:00
Ray 427999b69c Correctly write stud holecards in writeHand(). 2009-07-15 21:22:07 -04:00
Ray 32a1c322d4 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:
	pyfpdb/PokerStarsToFpdb.py
2009-07-15 13:36:00 -04:00
Ray bd2db98612 Housecleaning. Refactoring writeHand() = not finished. 2009-07-15 11:50:27 -04:00
Ray 0e76c3a676 Fix findHeroCards() for empty streets. 2009-07-15 11:48:58 -04:00
Ray 021b9934ea Fix writing of mixed tournament hands. Other minor changes. 2009-07-14 19:18:38 -04:00
Ray 599aee6393 Fix parsing of tournaments of mixed games. 2009-07-14 10:55:39 -04:00
Ray 31dd10b5e6 Make writehand() to work for tournament/mixed/play$ games.
Also refactored the writing of the first 2 lines in writehand().
2009-07-13 16:22:23 -04:00
Ray d79ea0e6e5 Fixes for Mixed and Play Money games. 2009-07-13 16:21:20 -04:00
Ray dd1b442122 Rationalized holecards for stud and draw games.
Cards are now lists of cards rather than sets. Removed some
game-specific methods and replaced with general methods.
Let the superclass handle some stuff.
2009-07-13 00:37:51 -04:00
Ray 3234f89aad Rationalized hole card format for flop games.
Also updated writehand() so flop hands are written OK.
This breaks stud and draw--fixing them now.
2009-07-12 16:01:02 -04:00
Ray e294314e25 Fix: hand.maxseats has to be and int. 2009-07-12 13:14:50 -04:00
Ray d8820ae1f7 Allow parsing of tournaments, draw and play money.
Sorry about the massive commit. There are still numerous bugs
parsing non-holdem hands and writehand() is broken for all
but holdem cash games.
2009-07-11 13:44:32 -04:00
Ray 4e952de825 Remove intermediate print. 2009-07-07 14:15:36 -04:00
Ray 56bd7b37ba Parse Stars tournaments for flop and stud games.
Tournaments are not correctly written in writehand(). Nor are
stud games.
2009-07-07 13:48:43 -04:00
Ray 21d2276679 Get rid of intermediate hand obj print. 2009-07-06 12:01:39 -04:00
Ray 4ae8b123ce Fix game type for non-Mixed games. 2009-07-06 12:00:16 -04:00
Ray 799aa41c1e Correct handling of open/closed stud hole cards. 2009-07-05 23:44:53 -04:00
Ray 8f2350f861 Set dealt flag when reading holdem hero cards. 2009-07-05 11:47:18 -04:00
Ray c4cc6bd1aa Make WriteHand for holdem report mucked cards. 2009-07-04 15:28:20 -04:00
Ray a35b1a8b3c Make WriteHand for stud report mucked hand. 2009-07-04 15:19:46 -04:00
Ray f323447313 Get shown and mucked cards for stud games. 2009-07-04 14:35:20 -04:00
Ray 23a4ca34c8 Fix bug preventing some shown cards from being read. 2009-07-03 20:41:08 -04:00
Ray 0636a290f7 Get mixed game info and put it in gameType structure. 2009-07-03 19:28:32 -04:00
Ray 9d7c370449 Get mucked cards from Stars flop games. __str__ method for Hand. 2009-07-03 18:59:50 -04:00
Ray 3c2c328f5a Fix for PokerStars NewVPP tables. 2009-07-03 13:23:30 -04:00
Ray 7d97365fbf Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-07-02 10:11:23 -04:00
Ray 97520bfee9 Fix call to StoreHands for stud games. 2009-07-01 13:55:12 -04:00
Ray 4394c7beb3 Fix to convert stud hands. 2009-07-01 13:53:30 -04:00
Ray 2cfe7f2ccc Fix bug--get correct player id in Flop_Mucked tool tip. 2009-07-01 08:29:37 -04:00
Ray a3f233ca07 Comment out a DEBUG print. 2009-06-30 14:21:06 -04:00
Ray 3e90f42e89 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-06-30 11:51:20 -04:00
Ray 71d673f64f Added Hello_Seats to Hello.py. Demo of Aux_Seats class. 2009-06-30 11:45:14 -04:00
Ray a8b8ff2f4d More on Aux_Seats class. This seems to work OK. 2009-06-30 11:43:47 -04:00
Ray 7f7ad2a13e Further on Aux_Seats interface. Works. Not ready for prime time. 2009-06-25 10:07:40 -04:00
Ray 2f8918ebc9 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-06-23 10:25:12 -04:00
Ray 24b7af5703 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-06-23 10:23:05 -04:00
Ray 0bf39dbcf6 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:
	pyfpdb/fpdb_import.py
2009-06-23 10:04:23 -04:00
Ray 8cdac24517 Subclass Aux_Seats from Aux_Windows. Flop_mucked now a Aux_Seats. 2009-06-23 09:56:29 -04:00
Ray 287394c97d Use xpad and ypad from game element. 2009-06-20 10:01:52 -04:00
Ray 462ff87596 Add xpad and ypad to site and game elements. Cleanup some defaults. 2009-06-20 09:43:05 -04:00
Ray c9572129a6 Fix passing settings in import chain. 2009-06-19 16:48:42 -04:00
Ray a998a6dc6e Merge branch 'master' of git://git.assembla.com/fpdboz 2009-06-19 16:10:44 -04:00
Ray a307081574 More for Flop_Mucked with 0-52 encoding. 2009-06-19 15:51:56 -04:00
Ray e00887b865 Make Flop_Mucked work with the 0-52 card encoding. 2009-06-19 15:47:26 -04:00
Ray 053bfb9cee Remove intermediate print from previous commit. 2009-06-19 09:43:49 -04:00
Ray afddc130a5 Fix minor error in writing seen hole cards. 2009-06-19 09:39:17 -04:00
Ray 0f5d5a16f8 Merge branch 'master' of git://git.assembla.com/mctfpdb 2009-06-19 09:11:21 -04:00
Ray a6a98a750f Clean up changes to use 0-52 card encoding. 2009-06-18 14:11:53 -04:00
Ray 42f2b73c1a Get rid of some intermediate print. 2009-06-17 14:26:16 -04:00
Ray 63efc13cc9 Make Stud_Mucked work with the new card encoding scheme. 2009-06-17 14:24:16 -04:00
Ray 4a6c257b0f get_cards query now works directly with the 0-52 card encoding scheme. 2009-06-16 23:00:46 -04:00
Ray bb633fd435 Correctly pass cl options to HUD_main in Windows. 2009-06-16 20:04:06 -04:00
Ray c4659ce5ef Untangle settings and backend changes. 2009-06-16 09:55:23 -04:00
Ray b1ea38bea9 Add -c config cl option. Fpdb passes cl options to HUD. 2009-06-14 23:14:53 -04:00
Ray a5ac2dcf75 Merge branch 'master' of git://git.assembla.com/fpdb-sql 2009-06-13 09:25:04 -04:00
Ray 49a04af0c5 Add stud8 to PokerStars HH conversion. 2009-06-12 12:29:17 -04:00
Ray 9b5f8c53bc Changes to allow importing of razz hands. Tables not fully populated. 2009-06-09 19:06:20 -04:00
Ray eea4656f47 Should now run on windows--but not work correctly. 2009-06-09 16:38:26 -04:00
Ray dd80468f5f Fix a whitespace problem. 2009-06-09 14:18:56 -04:00
Ray f3103cc82a Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:
	pyfpdb/Database.py
	pyfpdb/fpdb_db.py
	pyfpdb/fpdb_save_to_db.py
2009-06-09 14:01:15 -04:00
Ray 06a62927fc Merge branch 'master' of git://git.assembla.com/fpdboz 2009-06-08 10:17:11 -04:00
Ray 4ef4260342 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:
	pyfpdb/Database.py
	pyfpdb/SQL.py
	pyfpdb/fpdb_db.py
	pyfpdb/fpdb_save_to_db.py
2009-06-08 10:16:34 -04:00
Ray 7ef6a533ec Removed obsolete perl6 files. 2009-06-06 14:56:30 -04:00
Ray 75f17be9de Added usage information. 2009-06-06 13:39:39 -04:00
Ray 040cc92fd5 More cleanup when making release files. 2009-06-06 11:21:41 -04:00
Ray 35c5438c3c Fast hudcache fix not previously comitted. 2009-06-06 11:20:11 -04:00
Ray 109727e764 Postgres changes for unicode. 2009-06-06 11:17:49 -04:00
Ray 0008a9ede3 Mode change to Stats.py. 2009-06-06 11:06:49 -04:00
Ray 795d26ddf1 Fix prev commit of this file. 2009-06-06 10:50:28 -04:00
Ray 7f7a298bcb merging, I think 2009-06-04 16:52:07 -04:00
Ray 5013a07fc0 Minor change for postgres connection--not tested w/remote db. 2009-06-02 10:59:54 -04:00
Ray 9826138744 Correctly hand remote and local postgres dbs. Use get_db_parmeters(). 2009-06-01 18:27:56 -04:00
Ray 441b300cff Add db-type to get_db_parameters(). doh! 2009-06-01 18:26:20 -04:00
Ray 069aa025e4 Fixes for importing and HUD with the postgres db. 2009-05-31 21:25:36 -04:00
Ray f55460341d New table handling stuff and demo.
Not working for windows and not currently used by HUD_main.
2009-05-21 11:13:39 -04:00
Ray 6866f409ce Fix regression importing some Stars tournaments. 2009-04-09 09:21:52 -04:00
Ray fdabe29ea2 Fix stats aggregation and simplify HUD_main.py. 2009-04-08 16:43:40 -04:00