Commit Graph
100 Commits
Author SHA1 Message Date
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
Ray 20514bd0cb Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/GuiBulkImport.py
	pyfpdb/Hud.py
2009-02-26 12:01:18 -05:00
Ray af906352fc Minor changes. 2009-02-26 11:55:51 -05:00
Ray baefbb5a07 Cleanup in GuiBulkImport, trivial change to Tables. 2009-02-26 11:53:31 -05:00
Ray 333cbdbf6d Speed and reliability changes (+cleanup) to aux window interface. 2009-02-25 23:35:15 -05:00
Ray c535dc7f24 Cleaner intermediate print during autoimport. 2009-02-24 10:54:02 -05:00
Ray f1530860d2 Fixed problem with unreliable fav_seat placement.
Eliminated special query to get actual seat by
incorporating in to stat_dict query. Provided for
graceful skipping of hands when there is an error
in a query in the read_stdin() thread. Left
intermediate prints for use of others.
2009-02-23 21:33:23 -05:00
Ray 2ebb026543 Cleanup in HUD_main and HUD.py to simplify.
HUD_run_me no longer needed but not removed.
2009-02-21 18:19:49 -05:00
Ray 18140defd8 Update bulk import, optionally drop indexes, improve gui 2009-02-07 10:06:48 -05:00
Ray 61259b6129 Simplified and works. 2009-01-30 22:57:34 -05:00
Ray 12bc4dc817 Move the shell scripts to utils and get rid of the empty readme. 2009-01-30 22:02:47 -05:00
Ray b91ea888e1 Don't commit automatically in prepare-git.sh. 2009-01-30 21:38:47 -05:00
Ray 569f6ce9eb Updated some doc files, this dir needs some real work. 2009-01-30 17:43:58 -05:00
Ray 9395643aad Straighten out Cards01.png thing. (see typo) 2009-01-30 17:27:31 -05:00
Ray 79fd998718 Added Cards0.png = ftp card images for use with Mucked.py 2009-01-30 17:13:00 -05:00
Ray 578cdb2ab1 Added new gentoo ebuild file for 0.10 release. 2009-01-30 17:02:32 -05:00
Ray 5f290ace56 Updated version to 0.10 via new VERSION variable. 2009-01-30 13:00:29 -05:00
Ray 8ee2b72a42 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-01-29 12:37:25 -05:00
Ray c767bb9986 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-01-27 23:52:51 -05:00
Ray 58ccf0327c Complete prev commit by deleting intermed output. 2009-01-27 14:13:54 -05:00
Ray 9ddce0b016 Remove some comments that didn't get removed with its code. 2009-01-27 14:11:53 -05:00
Ray 64f1f17d7c Make player stats rows not expand = prettier. 2009-01-26 20:02:01 -05:00
Ray 3261f28506 Put a frame around each eb in the stat window-avoid tooltip annoyance. 2009-01-26 18:31:04 -05:00
Ray 37a643f054 Kill aux windows when killing the HUD. 2009-01-26 14:31:08 -05:00
Ray b6ee768f2c Merge branch 'master' of git://git.assembla.com/mctfpdb 2009-01-24 09:22:27 -05:00
Ray 9981a62847 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-01-24 09:22:18 -05:00
Ray 02e03c7ed9 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-01-19 12:57:05 -05:00
Ray b965654962 Merge branch 'master' of git://git.assembla.com/mctfpdb 2009-01-12 19:22:18 -05:00
Ray fcd70293fb minor formatting changes 2009-01-12 19:21:43 -05:00
Ray d5597f7955 HUD_runme.py needs to be executable. 2009-01-12 19:20:24 -05:00
Ray c0557c7ef9 rationalized button presses, fixed reposition windows 2009-01-05 20:26:39 -05:00
Ray d994f04e01 Merge branch 'master' of git://git.assembla.com/fpdb-eric 2009-01-05 10:53:31 -05:00
Ray 644201e669 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/HUD_config.xml.example
2009-01-05 10:53:10 -05:00
Ray 84653ff99c updating HUD_config.xml.example 2009-01-05 10:49:27 -05:00
Ray 93a4059488 Merge branch 'master' of git://git.assembla.com/mctfpdb 2008-12-20 16:45:40 -05:00
Ray 74dbd8ab3d Merge branch 'master' of git://git.assembla.com/fpdb-eric 2008-12-20 16:44:50 -05:00
Ray 0dd46d38ac Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/Hud.py
2008-12-20 16:32:30 -05:00
Ray 15e1461cca Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/Hud.py
2008-12-19 14:08:36 -05:00
Ray bb9f85233e font and font_size added to config and used in HUD. 2008-12-17 21:57:05 -05:00
Ray e0105c5ed1 Clean up db connection in aux window. Hole cards to stud mucked list. 2008-12-17 13:24:37 -05:00
Ray 5afc411cad Fix the "(deep)" error on FTP. 2008-12-14 15:10:59 -05:00
Ray a0ef01a0d1 Use execution_path() for finding card images. 2008-12-13 23:08:11 -05:00
Ray 094f176c5d Moved execution_path() to Configuration.py. 2008-12-13 17:37:23 -05:00
Ray 3994d3bb94 Get and use path for HUD_main.py to prevent some crashes. 2008-12-13 14:57:08 -05:00
Ray 71309ab337 Merge branch 'master' of git://git.assembla.com/fpdboz 2008-12-13 12:33:48 -05:00
Ray b37913f279 Fix call to aux window clobbered by merge. 2008-12-12 20:05:23 -05:00
Ray b80dc2fb38 Merge branch 'master' of git://git.assembla.com/fpdboz 2008-12-12 20:00:29 -05:00
Ray 8bacf766f7 Clean up duplicate functions. 2008-12-12 18:30:18 -05:00
Ray eba9ccef90 Turn off window dragging to avoid crash when client is closed. 2008-12-12 17:44:11 -05:00
Ray 77804f68e4 Pick up the blinds/bring in when getting action. 2008-12-12 13:04:59 -05:00
Ray 6c6e7fa793 Fixed mucked cards import for stud games--AGAIN. 2008-12-12 12:16:19 -05:00
Ray 8500851b99 Merge branch 'master' of git://git.assembla.com/fpdboz 2008-12-11 10:25:40 -05:00
Ray 2f88818eb9 Minor changes to aux-window support. 2008-12-11 10:24:37 -05:00
Ray 95f5eab448 merge with eric's drag changes 2008-12-10 13:45:56 -05:00
Ray fff1e53eb9 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/Hud.py
2008-12-10 00:02:50 -05:00
Ray 7d75e4af91 Add winner and pot to Mucked list list box + intfac imp. 2008-12-08 14:10:45 -05:00
Ray 1e9263f202 Fix width of left column. 2008-12-05 12:51:19 -05:00
Ray 22111e6d3f Merge branch 'master' of git://git.assembla.com/fpdb-eric 2008-12-04 12:57:05 -05:00
Ray 3cfea4eb30 Merge branch 'master' of git://git.assembla.com/fpdboz
Conflicts:

	pyfpdb/fpdb_simple.py
2008-12-04 12:56:27 -05:00
Ray 7063e03d6e futile attempt to fix mystery crash 2008-12-03 12:48:04 -05:00
Ray 3be6453b42 Minor bug in import parameters. 2008-12-03 12:01:37 -05:00
Ray 2155c12587 Fixed error detecting FTP tables on NT 2008-11-22 17:28:12 -05:00
Ray 17ad796917 More changes to support mucked/aux windows. 2008-11-16 17:53:31 -05:00
Ray 37cd869209 fix reading of mucked cards for stud games 2008-11-14 13:10:17 -05:00
Ray d90fa208de Smooth wrinkles in mucked card display. 2008-11-13 17:07:24 -05:00
Ray 806744bf34 Mucked window enabled. 2008-11-12 23:02:51 -05:00
Ray ca960cad96 Support for the mucked cards window. Still a bug in the card storing. 2008-11-12 22:45:09 -05:00