fpdb/pyfpdb
Matt Turnbull 36befa43a8 More futzing
- made it so that Hand.__init__ calls the hhc readX methods in the right
  order for that kind of Hand (Stud or Holdem/Omaha)
- hhc.readX methods then callback Hand.addX methods
Why? WHY! I hear you ask. Actually I can see there's very little gain,
sorry about that; but it sort of makes sense. Now you just make the
right kind of Hand, give it the text and the right kind of HHC filter,
and it makes itself.
- apart from that, biggest actual thing done is probably in adding
  player cards for stud hands -- revamped and made it really clear (I
think) whats happening (see FullTilt.readStudPlayerCards)
When I run FullTiltToFpdf.py it goes through all the hands.
- Still have some print statements, have been changing them to
  logging.debug or logging.info as I come across them.
  You may find "tail -f logging.out" useful
Actually I'm not at all convinced about the use of logging except that
you can redirect it to stderr quite easily and then set the threshold
for what gets logged quite easily, so that might be a plus.
- Oh and the subclassing of Hand is getting clearer.
2009-03-02 21:48:30 +00:00
..
BetfairToFpdb.py Added prelim Betfair parser. 2009-01-27 16:22:15 +09:00
CarbonToFpdb.py Minor update to Carbon poker - read gametype + sb/bb 2008-11-09 16:27:27 +10:00
Cards01.png p58 - added HUD from ray 2008-08-18 23:53:25 +01:00
CliFpdb.py p144 - updated table design after comments on draw tables 2008-12-10 03:55:12 +00:00
Configuration.py add site config option "use_frames", set to "True" to get frames 2009-02-25 15:25:58 -05:00
Database.py Speed and reliability changes (+cleanup) to aux window interface. 2009-02-25 23:35:15 -05:00
EverleafToFpdb.py More futzing 2009-03-02 21:48:30 +00:00
fpdb_db.py Merge branch 'master' of git://git.assembla.com/fpdboz 2008-12-28 09:50:33 +00:00
fpdb_import.py Merge branch 'master' into monkeyfutz 2009-03-01 23:22:47 +00:00
fpdb_parse_logic.py fpdb_parse_logic: use 'in' instead of 'find' 2009-01-08 10:40:18 -05:00
fpdb_save_to_db.py added new faster version of storeHudCache routine, storeHudCache2 2009-01-03 19:55:54 +00:00
fpdb_simple.py Fix parseHandStartTime for FullTilt 2009-02-20 02:26:29 +09:00
fpdb.py Updated version to 0.10 via new VERSION variable. 2009-01-30 13:00:29 -05:00
FpdbRegex.py Everleaf update - Holecards read 2008-11-12 14:12:18 +10:00
FpdbSQLQueries.py Grapher: Fix Postgres to work again 2008-12-19 17:27:18 +09:00
FulltiltToFpdb.py More futzing 2009-03-02 21:48:30 +00:00
GuiAutoImport.py Cleaner intermediate print during autoimport. 2009-02-24 10:54:02 -05:00
GuiBulkImport.py Merge branch 'master' into monkeyfutz 2009-03-01 23:22:47 +00:00
GuiGraphViewer.py Make grapher export image file. 2009-01-28 12:51:39 +09:00
GuiPlayerStats.py Make player stats rows not expand = prettier. 2009-01-26 20:02:01 -05:00
GuiTableViewer.py p139 - fixed TV and removed old config 2008-11-06 23:58:41 +00:00
Hand.py More futzing 2009-03-02 21:48:30 +00:00
HandHistory.py p58 - added HUD from ray 2008-08-18 23:53:25 +01:00
HandHistoryConverter.py More futzing 2009-03-02 21:48:30 +00:00
HUD_config.xml.example Merge branch 'master' of git://git.assembla.com/fpdboz 2009-01-05 10:53:10 -05:00
HUD_main.py Eliminate erronious multi huds on same table in some cases. 2009-02-27 12:42:49 -05:00
HUD_run_me.py HUD_runme.py needs to be executable. 2009-01-12 19:20:24 -05:00
Hud.py Eliminate erronious multi huds on same table in some cases. 2009-02-27 12:42:49 -05:00
Mucked.py Speed and reliability changes (+cleanup) to aux window interface. 2009-02-25 23:35:15 -05:00
OnGameToFpdb.py Adjust regex to read 'and is all-in' 2008-12-17 14:04:29 +09:00
RegressionTest.py Fix parseHandStartTime for FullTilt 2009-02-20 02:26:29 +09:00
SQL.py Fixed problem with unreliable fav_seat placement. 2009-02-23 21:33:23 -05:00
Stats.py fix for error if totalprofit = 0 (new player) 2009-02-26 22:01:35 -05:00
Tables.py Merge branch 'master' of git://git.assembla.com/fpdboz 2009-02-26 12:01:18 -05:00
upd_indexes.sql script to update index choices 2008-12-02 23:28:06 +00:00