Commit Graph
100 Commits
Author SHA1 Message Date
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
Ray 460102c3f5 Version 0.11 2009-04-07 10:44:06 -04:00
Ray a2862c9712 Minor change to allow proper detection of FTP tables. 2009-04-06 23:45:56 -04:00
Ray a1b2874878 Fix regression in naming HUDs that caused inconsistent killing. 2009-04-06 23:42:36 -04:00
Ray 87efd2cc8d Minor edits in HUD_config.xml.example. 2009-04-06 23:40:06 -04:00
Ray cd2b2aaf42 Comment out some intermediate print. 2009-04-06 11:03:51 -04:00
Ray 683190a261 Updated example config to work with recent code changes. 2009-04-06 10:34:14 -04:00
Ray 9b9d2f0570 Changed "Full Tilt" to Full Tilt Poker" 2009-04-05 14:40:22 -04:00
Ray 1b1185da17 Integrate 4bet fix from Steffen. Doesn't break-not tested on 4bets. 2009-04-05 13:46:41 -04:00
Ray ac93a2cb77 Change to allow import of HHs exported from PT Stud. 2009-04-03 12:51:58 -04:00
Ray 7ed4df463d Updated as discussed on mailing list. 2009-03-31 11:00:06 -04:00
Ray c9194a9827 Removed old files as discussed on mailing list. 2009-03-31 10:57:39 -04:00
Ray 84b6aa230b intermediate print 2009-03-30 15:53:10 -04:00
Ray f5d7764571 Remove another comprehension not working as expected in kill() 2009-03-30 11:59:07 -04:00
Ray 5505ebdec2 Remove comprehension and replace with loop in reposition_windows(). 2009-03-30 11:49:20 -04:00
Ray fb4e818ed2 get_sites now returns only enabled sites--enabled is the default in Config. 2009-03-29 23:40:03 -04:00
Ray a109687ac4 Fixed some 'True' v True problems. 2009-03-29 10:08:33 -04:00
Ray e78da7937c Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-28 15:27:09 -04:00
Ray fca0de81d7 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:
	pyfpdb/GuiBulkImport.py
	pyfpdb/fpdb_simple.py
2009-03-28 13:04:48 -04:00
Ray 1d45137502 Change fastStoreHudCache = False as default Import parameter. 2009-03-27 13:26:01 -04:00
Ray c8d80eef19 Revert Eric's change that failed on special chars in player name.
Should be able to get the new player id from connction.insert_id().
2009-03-27 13:21:33 -04:00
Ray 503262d398 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-27 11:34:47 -04:00
Ray d6fe2cac81 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-27 11:34:11 -04:00
Ray 1846abb603 Updated readme. Deleted more obsolete files in docs. 2009-03-26 16:17:38 -04:00
Ray 61c0e03098 Remove outdated files in docs/. See wiki instead. 2009-03-26 15:31:03 -04:00
Ray c5e05f812a Merge branch 'master' of git://git.assembla.com/fpdb-eric
Conflicts:
	pyfpdb/Hud.py
2009-03-25 19:59:59 -04:00
Ray ceba4be73f More fixing of previous commit. 2009-03-25 17:48:43 -04:00
Ray 29bd0c2a7a Back out mucked window dragging changes. 2009-03-25 17:22:28 -04:00
Ray 01bc1cebf1 Fix numerous typos/bugs in previous commit. 2009-03-25 16:46:06 -04:00
Ray 9146758c5e Make flop_mucked windows follow the table on Windows. 2009-03-25 15:42:16 -04:00
Ray a404f0f3ee Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-24 17:54:23 -04:00
Ray 60ffb0896e Make isWinLine find low pots. 2009-03-24 11:23:33 -04:00
Ray d26e3d735b Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-24 01:47:17 -04:00
Ray 2c492ed0f6 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-23 23:49:04 -04:00
Ray aebbae8ed0 Change str 0 to int 0 in card translating. 2009-03-23 22:58:13 -04:00
Ray 3b04c1baac Fix bug in accessing mucked cards in stud games. 2009-03-23 22:50:54 -04:00
Ray 4fc2286dfa Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-23 17:18:29 -04:00
Ray 34fdc549fd Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-23 16:40:24 -04:00
Ray e99ec0cd71 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-03-23 11:09:05 -04:00
Ray ffb1f926d9 Better way to keep up with window positions. 2009-03-22 14:05:58 -04:00
Ray 969f5cc265 Make shift-middle-click work as intended. 2009-03-21 12:54:51 -04:00
Ray 39db65b65d Fix bug in defaults of import params + bug in printing same. 2009-03-21 11:38:17 -04:00
Ray 847fd5f6c1 Tool tips for FlopMucked. 2009-03-20 19:32:02 -04:00
Ray d59016f249 Button clicking for FlopMucked. 2009-03-20 19:28:57 -04:00
Ray 72c0cdfa52 Needed to make previous commit work. 2009-03-19 20:58:40 -04:00
Ray 33055f7f86 Hello_menu demo added to Hello.py module. 2009-03-19 16:10:18 -04:00
Ray 75a94299f9 Make sure HUD_main gets community cards for AWs to use. 2009-03-19 13:18:50 -04:00
Ray 530462cc72 Fix for too large mucked windows on Windows. 2009-03-18 21:05:29 -04:00
Ray 8009281e5a More fixing of import options. 2009-03-18 12:32:34 -04:00
Ray e67f715f27 Another silly screw up. 2009-03-18 11:37:36 -04:00
Ray e485a9c035 Fix silly cut/paste problem. 2009-03-18 11:34:43 -04:00
Ray 48c2c36de6 Put index dropping back in for postgres. 2009-03-17 11:18:55 -04:00
Ray 466f6c09c2 Make a whole bunch of config defaults work as desired. 2009-03-16 23:34:00 -04:00
Ray 067373b128 Fixed defaults for saveActions and fastStoreHudCache. 2009-03-16 21:07:11 -04:00
Ray bc2277af74 Comment out index dropping for postgres--prevent hang. 2009-03-16 18:23:45 -04:00
Ray 66e734588c Fix extra lines in previous commit. 2009-03-16 18:00:57 -04:00
Ray 6d292c50d9 Use saveActions and fastStoreHudCache in fpdb_import, etc. 2009-03-15 17:40:01 -04:00
Ray 6f927e6b7b saveActions and fastStoreHudCache added to import element. 2009-03-15 15:54:22 -04:00
Ray 9fca5a75b2 Allow saving of aux_window layouts. 2009-03-15 15:27:47 -04:00
Ray e0a406e66d Make Configiuration.py executable. 2009-03-14 12:54:52 -04:00
Ray 5348737819 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-14 12:54:11 -04:00
Ray f0413a66f5 Fix moved method, but didn't change reference. 2009-03-12 17:58:12 -04:00
Ray 46f246e27d Change a rogue xrange back to range. 2009-03-12 17:51:29 -04:00
Ray 3a6c80825d Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-12 13:19:28 -04:00
Ray 2ac4e26337 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/Database.py
2009-03-12 12:13:03 -04:00
Ray 6bf7be6ae5 Merge branch 'master' of git://git.assembla.com/fpdb-eric
Conflicts:

	pyfpdb/Configuration.py
	pyfpdb/Database.py
2009-03-11 22:46:28 -04:00
Ray 1fb6e5bfeb Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/Database.py
	pyfpdb/Mucked.py
2009-03-11 22:36:10 -04:00
Ray 8887ea7099 A start on saving aux_win layouts. More to come. 2009-03-11 14:12:56 -04:00
Ray ffdf66b676 new cards file 2009-03-10 20:31:09 -04:00
Ray 6314c5a7cc Display community cards. 2009-03-09 11:41:58 -04:00
Ray 3d6bd0eb46 New query: get common cards for mucked card display. 2009-03-09 11:37:34 -04:00
Ray 7d7bf80024 Export button is not sensitive until graph is created. 2009-03-09 10:21:40 -04:00
Ray 1a417441f6 First commit of Mucked_Flop. Works, but needs polish. 2009-03-07 20:44:10 -05:00
Ray 5f60cfde7c Add get_aux_locations. 2009-03-07 17:02:51 -05:00
Ray 753754c924 Allow Aux_windows to have layouts and some cleanup. 2009-03-06 21:46:34 -05:00
Ray baa8d145ae Delay getting game type to support mixed games. 2009-03-05 20:10:56 -05:00
Ray e9861e18c8 Fix error when no aux_windows are specified. 2009-03-05 10:12:31 -05:00
Ray 6667f4cddb Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-04 20:08:20 -05:00
Ray 30ac181a36 New file: Hello.py. Aux_window examples. 2009-03-04 20:07:09 -05:00
Ray a6d70e6e13 More tuning of the aux_window interface. 2009-03-04 20:04:23 -05:00
Ray 5ba8d3b95d Fix missing argument in call to kill_hud. 2009-02-28 18:46:54 -05:00
Ray 5bf7d9038a Fix bug in autoclosing HUDs on windows. 2009-02-28 15:19:01 -05:00
Ray b3fb9e954d Fix clobber of db object. 2009-02-28 11:31:24 -05:00
Ray d44c90aec7 Temp fix to HUD crashing when closed table is updated.
Also fixes popups not closing correctly.
General cleanup in the HUD closing code. Closing a HUD
is now managed by the HUD_Main object--this should ensure
that no objects are left dangling.
2009-02-27 19:47:52 -05:00
Ray e85a531f6a Fix missing "self." in previous commit. 2009-02-27 14:27:57 -05:00
Ray 167ea98b8b Eliminate erronious multi huds on same table in some cases. 2009-02-27 12:42:49 -05:00
Ray e45c42b172 Correct mistaken removal of stderr redirect. 2009-02-27 10:36:45 -05:00
Ray 55d61fd1a5 Merge branch 'master' of git://git.assembla.com/mctfpdb 2009-02-26 12:02:14 -05:00