Commit Graph
3117 Commits
Author SHA1 Message Date
steffen123 bf33f0cef3 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2010-08-03 22:36:12 +02:00
steffen123 7f8243f19d remove some default values - if we don't know, don't just assume no/normal 2010-08-03 22:32:31 +02:00
steffen123 faee37e101 set isKO to false when we know it's not a KO 2010-08-03 22:25:49 +02:00
Worros edd0d36aa7 Test file: NLHE-USD-MTT-1-KO.201008.txt
$1.40 KO SnG from Stars.

Worth noting that neither the HH nor the tournament summary contain any bounty information.

The only place it was noted was in the individual tourney mailout

"You have also received USD 1.25 in Knockout Bounties for this tournament. You won bounties for the following players: odotb, Yvbo, bumbastik7, gliberis, __DMN__54321"
2010-08-04 02:10:44 +08:00
Worros dc2b315a9f Stars: Fix FPP tourneys (maybe...)
Also move hand.isKO to the correct place
2010-08-03 19:52:49 +08:00
Worros 53c796dddc Importer: Add excetion handler to hud call.
Had a report on the 2+2 thread that:

  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\GuiAutoImport.py", line 160, in do_import
    self.importer.runUpdated()
  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 371, in runUpdated
    (stored, duplicates, partial, errors, ttime) = self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None)
  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 467, in import_file_dict
    print "fpdb_import: sending hand to hud", hand.dbid_hands, "pipe =", self.caller.pipe_to_hud
IOError: [Errno 9] Bad file descriptor

Was happening, which is a crash attempting to print self.caller.pipe_to_hud

This patch doesn't fix the problem, but should give some indication in the log that it happened.
2010-08-03 19:27:34 +08:00
Worros 9329475298 Stars: Take 42 on Tourney parsing
Hopefully fix parsing for bounty and cash tourneys for good.

FPP is probably still broken
2010-08-03 19:22:52 +08:00
Worros 2fd856d55b HHC: Shorten length of time hh file is open by 2 lines 2010-08-03 18:24:03 +08:00
Eric Blade d20c82c296 add preflop actors to blindsantes for determining who was in hand for wtsd calcs 2010-08-03 00:24:14 -04:00
Eric Blade 0c318df8ea fix comment on cbet stat 2010-08-02 17:50:19 -04:00
Eric Blade 7cd9b767a7 add some missing stats to the default popup 2010-08-02 17:33:18 -04:00
Eric Blade 49d8e0055d tweak cards shown regex 2010-08-02 16:47:32 -04:00
steffen123 7d70386c7e remove two windows packaging files as they're superseded 2010-08-02 22:37:00 +02:00
steffen123 8b3131eb9e update GUI version to indicate git 2010-08-02 22:35:31 +02:00
steffen123 ed3d6ac15a fix so it works with old-style tourney header missing ISO currency code 2010-08-02 16:46:46 +02:00
steffen123 08959e3176 fix for 1FPP tourney 2010-08-02 16:36:25 +02:00
steffen123 9daadeb7f9 fix regex for FPP tourneys 2010-08-02 15:12:55 +02:00
steffen123 57d9cc5665 very dirty hack to work around bug in gameinfo regex missing last digit of second number 2010-08-02 14:56:20 +02:00
steffen123 1054bf028d Merge branch 'gimick' 2010-08-02 14:37:14 +02:00
steffen123 b10868347f Merge branch 'sqlcoder' 2010-08-02 14:34:35 +02:00
steffen123 102cfa5d88 Merge branch 'eric'
Conflicts:
	pyfpdb/DerivedStats.py - identical change was already pulled
2010-08-02 14:30:29 +02:00
steffen123 1b4b335b29 Merge branch 'carl' 2010-08-02 14:00:26 +02:00
steffen123 9ad275e11c recognise and store knockout and bounty 2010-08-02 13:53:50 +02:00
gimick 7b3bee9146 py2exe : include mit.txt licence file 2010-08-02 12:36:42 +01:00
steffen123 388097a412 fix import for non-KO tourneys 2010-08-02 13:35:20 +02:00
steffen123 0776b8ef25 Merge branch 'gimick' 2010-08-02 12:47:25 +02:00
steffen123 d3f7583174 correct license info in about dialogue 2010-08-02 12:05:49 +02:00
steffen123 ddf69015cb add MIT license and notice 2010-08-02 11:53:02 +02:00
steffen123 0c4ce1b655 remove license menu entry as that info is in the about dialogue 2010-08-02 11:18:44 +02:00
gimick 5f2acf9fe6 py2exe: get pytz working; make script more restartable; update walkthrough 2010-08-01 23:51:33 +01:00
gimick f9b437c8d3 Merge branch 'master' of git://git.assembla.com/fpdb 2010-08-01 22:51:47 +01:00
Eric Blade d3f99eec9b call reposition_windows after doing a window move, so that the user doesn't need to hit the menu option to do it (reposition_windows manages to successfully move the hidden windows, whereas the original move doesn't, for some reason) 2010-08-01 03:05:35 -04:00
Eric Blade 8daee8da9b Merge branch 'master' of git://git.assembla.com/fpdb.git 2010-08-01 02:42:48 -04:00
steffen123 ed239668c0 fix pgsql index and foreign key drops 2010-07-31 23:55:05 +02:00
Eric Blade e8d39711dd fix from carl for wtsd, more tweaks to everleaf regexes 2010-07-31 17:24:06 -04:00
sqlcoder a3e55ba3f5 smarten up names of displayed categories and settings 2010-07-31 21:38:52 +01:00
steffen123 b4ff46ec4f fix typo in pgsql raiseFirstInChance 2010-07-31 22:31:55 +02:00
steffen123 c136f7a2dc fix pgsql table creation 2010-07-31 22:27:24 +02:00
sqlcoder 09dba1001e Merge branch 'master' of git://git.assembla.com/fpdb 2010-07-31 20:55:50 +01:00
sqlcoder 66cbf49cdc store column info for cash stats in config. Can now enhance gui to let user change column choices 2010-07-31 20:55:29 +01:00
Worros 14588b3bf9 DerivedStats: Fix sawShowdown for sitting out players in cash games 2010-08-01 02:09:34 +08:00
Worros 832135054c Revert "DerivedStats: Fix sawShowdown for sitting out players in cash games"
This reverts commit 43de7a7141.
2010-08-01 02:07:12 +08:00
Worros 43de7a7141 DerivedStats: Fix sawShowdown for sitting out players in cash games 2010-08-01 01:17:33 +08:00
Eric Blade 0e4be93e50 further update regexes for accounting problems with euro games 2010-07-31 12:25:01 -04:00
Eric Blade 7289f79bba Merge branch 'master' of git://git.assembla.com/fpdboz.git 2010-07-31 11:51:24 -04:00
grindi 223f7441b6 Fixes for absolute poker
Note: previous xtables's re doesn't match java absolute client
2010-07-31 22:55:43 +08:00
grindi 37e098fce9 Fixes for absolute poker
Note: previous xtables's re doesn't match java absolute client
2010-07-31 14:38:24 +04:00
Worros 961ade9aff Stars: Make Knockout tourneys parse
Adjusted GameInfo regex to separately parse buyin, rake and knockout for tournamets
2010-07-31 16:57:25 +08:00
gimick 841cb85f0b bump version numbers 2010-07-30 22:52:03 +01:00
Eric Blade 638b0cc2c1 Merge branch 'master' of git://git.assembla.com/fpdb.git 2010-07-30 16:10:08 -04:00