d36d8f4249
From 7d5a3e81a5d41298ab1fa4d57bef25862a167350 Mon Sep 17 00:00:00 2001 From: lucktard <ntogden@gmail.com> Date: Wed, 30 Sep 2009 12:16:06 -0500 Subject: [PATCH] Detect and import capped 6 max hands on FullTilt
Worros2009-10-01 10:49:59 +08:00
e4969820b8
Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom2009-09-30 20:27:17 +03:00
2b7a42bf1d
fix bug for tourneys in new code, modify part of hud menu to use checkmenuitems
sqlcoder2009-09-29 23:34:52 +01:00
432c24173e
Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom2009-09-29 09:11:33 +03:00
16f8fffd68
add separate hud config for user and allow some user config in HUD menu (opponents still only via editing HUD_main.py)
sqlcoder2009-09-28 23:59:17 +01:00
5260f5c384
Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
Mika Bostrom2009-09-28 18:07:08 +03:00
cb9a972eda
add aggregation options to hud menu
sqlcoder2009-09-28 00:51:09 +01:00
db861292a5
use False for boolean so it works in postgres as well as mysql
sqlcoder2009-09-27 23:42:00 +01:00
d6414d211b
allow separate hud options on each table and add aggregate options to main table menu
sqlcoder2009-09-27 21:23:00 +01:00
7f47a753db
cosmetic change to comment
sqlcoder2009-09-27 21:21:26 +01:00
8353d0739b
improve hudcache recalc when db is empty and avoid mysql long int problem
sqlcoder2009-09-27 13:36:45 +01:00
01c33c26f8
fix tourneytypes insert for postgres again
sqlcoder2009-09-27 12:47:21 +01:00
8d01caa30f
try to work around Everleaf problem where winning hole cards not always shown - derive from winning hand where possible
sqlcoder2009-09-27 12:21:22 +01:00
ea74862a5a
start changes to allow different hud choices for hero and opponents
sqlcoder2009-09-26 11:30:12 +01:00
3d301718ae
create/alter unique indexes and change inserts into tourneytypes and tourneysplayers
sqlcoder2009-09-25 23:10:58 +01:00
c519756a49
look for sqlite db in 'database' dir, create dir first if required
sqlcoder2009-09-25 20:18:13 +01:00
a67830d92e
2 changes: move recognisePlayerIDs from fpdb_simple into Database, and make index on siteTourneyNo on Tourneys table unique and refine store_tourneys function to handle this
sqlcoder2009-09-23 23:03:34 +01:00
daeefd7d8a
hide regular exception when closing hud
sqlcoder2009-09-23 23:04:38 +01:00
23f56ea2ae
2 changes: move recognisePlayerIDs from fpdb_simple into Database, and make index on siteTourneyNo on Tourneys table unique and refine store_tourneys function to handle this
sqlcoder2009-09-23 23:03:34 +01:00
05267db38a
i hate git, i hate git, yes i do
Eric Blade2009-09-16 01:36:34 -05:00
fbceb6d7af
bypass the changes made in readBlinds which somehow broke the hell out of stuff
Eric Blade2009-09-16 01:28:28 -05:00
7ed5d0972e
use with..as for file reading/writing, as we don't need 2.4 compat anyway right?
Eric Blade2009-09-16 00:13:42 -05:00
ded05cb290
put the regex search back into the try: in FT readBlinds() because it broke FL games somehow
Eric Blade2009-09-16 00:54:29 -05:00
2095f3c899
use with..as for file reading/writing, as we don't need 2.4 compat anyway right?
Eric Blade2009-09-16 00:13:42 -05:00
0938afb882
FTtoFPDB: readBlinds: cleanup exception handler also deal with finishPositions not being accurate, by printing a message to that effect, instead of crashing an import
Eric Blade2009-09-15 23:32:23 -05:00
ba1513847b
clean up exception handling in Configuration and imports in GuiGraphViewer
Eric Blade2009-09-15 23:30:59 -05:00
bcecf643f2
cleanup imports section and spacing in fpdb_db
Eric Blade2009-09-15 22:10:37 -05:00
a566d52b9a
cleaning cleaning cleaning.. keep them coders cleaning.. cleaning cleaning cleaning..
Eric Blade2009-09-15 21:26:10 -05:00
23acfbd642
deal with KeyErrors in update() in a vaguely intelligent fashion
Eric Blade2009-09-15 21:25:26 -05:00
2790a623af
import, code, exception cleanups
Eric Blade2009-09-15 21:07:31 -05:00
e4772dcb74
init vars used in load_clicked, comment out the exception handler that was single handedly stopping virtually all errors in the import process from showing up
Eric Blade2009-09-15 21:06:43 -05:00
a1783a37cb
reflow init_hud_stat_vars exception handling
Eric Blade2009-09-15 21:04:00 -05:00
d6c5309aa3
clean up some module import code in fpdb_import
Eric Blade2009-09-15 20:10:18 -05:00
8b19750b1f
== None to is None (PEP 8, Style Guide for Python Code)
Eric Blade2009-09-15 19:27:25 -05:00
4374b6c810
remove Database:__init__ parameters for db_name and game, as there was a comment right next to them # db_name and game not used anymore
Eric Blade2009-09-15 18:49:34 -05:00
b0616a7d2c
as soon as a stat window is clicked on, with any button, bring it forward. this seems to almost completely solve the insane focus-wobbling in windows
Eric Blade2009-09-13 15:08:23 -05:00
7b56653a7b
Merge branch 'master' of git://git.assembla.com/free_poker_tools
grindi2009-09-13 13:31:49 +04:00
e69cbc30ea
Merge branch 'master' of git://git.assembla.com/fpt_fpdb
Ray2009-09-11 10:05:22 -04:00
bd3f73bd58
Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray2009-09-11 10:05:08 -04:00
2b0c59eee9
Merge branch 'master' of git://git.assembla.com/fpdboz
Ray2009-09-11 10:04:57 -04:00
7283d09b4d
replace "trying *codepage*" message to console with an error message only if none of our specified codepages is successful
Eric Blade2009-09-11 00:38:20 -05:00
715b14f81a
moved timeout_add that calls do_import outside of the for loop, so it's only created once per autoimport start, not once per site. fix addImportFile to ignore files that don't exist (not sure how they'd get there, but just in case), fixed exception looking for fpdb_simple.DuplicateError to look in it's actual location at Exceptions.DuplicateError
Eric Blade2009-09-11 00:12:46 -05:00
1f9dd8f8e9
HHC/fpdb_import: throw in some calls to gtk.main_iteration(False)
Eric Blade2009-09-09 22:10:55 -05:00
705210a96d
use the "proper" gtk.AboutDialog() for About ... meh
Eric Blade2009-09-09 20:57:16 -05:00
345e328795
Add Set HH Archive Directory option to Import menu on main, call it if user selects "no" on "create hh directory" prompt
Eric Blade2009-09-09 20:26:44 -05:00