Go to file
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
docs Updated some doc files, this dir needs some real work. 2009-01-30 17:43:58 -05:00
ignore-me_perl6 windows git is buggy 2008-11-10 03:22:21 -05:00
packaging Added new gentoo ebuild file for 0.10 release. 2009-01-30 17:02:32 -05:00
pyfpdb More futzing 2009-03-02 21:48:30 +00:00
regression-test windows git is buggy 2008-11-10 03:22:21 -05:00
utils Simplified and works. 2009-01-30 22:57:34 -05:00
website Updated Grapher screenshot 2008-11-07 18:35:30 +13:00