ffb037b1feAdded output totals for bulk import
Worros
2009-01-17 02:24:00 +0900
a3ff477395Added comment/debug to damaged FTP file
Worros
2009-01-17 00:24:01 +0900
9bf8551327update get_nt_exe() to elevate privileges before calling OpenProcess, bizarre.
eblade
2009-01-15 11:09:30 -0500
cd1d4df96dHUD_main: Add site name to list of windows being HUDed, fix weird call convention to the "del" operator, which is not a function. call clean_title() on hud titles being killed, so we actually kill (deep) tables and such
eblade
2009-01-14 23:05:08 -0500
b965654962Merge branch 'master' of git://git.assembla.com/mctfpdb
Ray
2009-01-12 19:22:18 -0500
fcd70293fbminor formatting changes
Ray
2009-01-12 19:21:43 -0500
d5597f7955HUD_runme.py needs to be executable.
Ray
2009-01-12 19:20:24 -0500
5db308e1b2execute permission on HUD_run_me.py removed huge chunk of duplicate code in fpdb_simple.py (strange git problem -- first 300 lines or so were duplicated in a pull)
Matt Turnbull
2009-01-10 01:46:23 +0000
9ec77775beMerge branch 'master' of git://git.assembla.com/fpdb-eric
Matt Turnbull
2009-01-08 19:11:59 +0000
18db8a39c6Merge branch 'master' of git@git.assembla.com:mctfpdb
Matt Turnbull
2009-01-08 19:03:45 +0000
0fd6c4a9b2fpdb_parse_logic: use 'in' instead of 'find'
eblade
2009-01-08 10:40:18 -0500
0cd97db548fix typo from last commit
eblade
2009-01-08 06:25:25 -0500
37a418484fReplace all occurences in Tables.py where RegExps and the string 'find()' method were being used for simple string checks, with "in" operator
eblade
2009-01-08 06:17:56 -0500
326805950bMerge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2009-01-07 12:46:19 -0500
ff3d6c75b8Merge branch 'master' of git://git.assembla.com/mctfpdb.git
eblade
2009-01-07 12:36:09 -0500
d14dddca90Break from thread loop instead of continuing. Fixes a bug where we'd be looking up a new_hand_id of ""
Matt Turnbull
2009-01-06 23:13:12 +0000
214861fc51Merge branch 'master' of git://github.com/sqlcoder/fpdb-sql
Matt Turnbull
2009-01-06 20:37:29 +0000
3f782994a9Merge branch 'master' of git@git.assembla.com:fpdb-eric
eblade
2009-01-06 08:40:10 -0500
fb9d7c0af2Add file HUD_run_me, to be run by GuiAutoImport GuiAutoImport: run HUD_run_me instead of HUD_main HUD_main: Add HUD_removed() function, called by HUD when an individual HUD is closed, eliminates polling them every update; use 'in' operator instead of has_key HUD: clean up code that deals with lack of font descriptor in config, and notification of what font was selected HUD: clean up unnecessary use of keys() functions, and 'in' vs has_key HUD: restore previous definition of reposition_windows(), although i can't make it error at will anymore Tables: cleanup with keys() and in operator fpdb: no longer raise an error on duplicate tab, since we currently depend on that, it's not an error, right?
eblade
2009-01-06 05:18:45 -0500
c0557c7ef9rationalized button presses, fixed reposition windows
Ray
2009-01-05 20:26:39 -0500
80e1eed7ecMerge branch 'master' of git://git.assembla.com/fpdboz
Matt Turnbull
2009-01-05 19:04:46 +0000
d994f04e01Merge branch 'master' of git://git.assembla.com/fpdb-eric
Ray
2009-01-05 10:53:31 -0500
644201e669Merge branch 'master' of git://git.assembla.com/fpdboz
Ray
2009-01-05 10:53:10 -0500
84653ff99cupdating HUD_config.xml.example
Ray
2009-01-05 10:49:27 -0500
ab1e8cf670added new faster version of storeHudCache routine, storeHudCache2 Set the fastStoreHudCache variable to True to test this out. In the best case it only does one DB operation (update), if this fails because the record does not exist it does an insert.
sqlcoder
2009-01-03 19:55:54 +0000
cc31f86269add profit/100 hands stat
sqlcoder
2009-01-03 18:00:44 +0000
257dd35c93let fpdb_db routine work out which bits of config to use for connection
sqlcoder
2009-01-03 17:59:48 +0000
26ad0ff91bMerge branch 'master' of git://git.assembla.com/fpdboz
sqlcoder
2009-01-03 17:10:58 +0000
0f90d8a899discover functions all return None, instead of False, fixing bool has_key() problem in hud
eblade
2008-12-31 13:14:28 -0500
26a549d7d2discover functions all return None, instead of False
eblade
2008-12-31 13:13:35 -0500
9b6e18c2c0Merge branch 'master' of git://git.assembla.com/mctfpdb.git
eblade
2008-12-31 12:08:25 -0500
6276386aa8Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
eblade
2008-12-31 12:06:58 -0500
9989a97c25Merge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2008-12-31 12:03:15 -0500
0857739d83Add Euro Symbol (€) and EUR to regexes
Worros
2008-12-31 01:28:28 +0900
e469202b66Merge branch 'master' of git://git.assembla.com/fpdboz
sqlcoder
2008-12-28 09:50:33 +0000
6de2607505create_hud adds to the main_hud window, a list of tables that are being monitored (it is culled in read_stdin(), so i'll need to do some thinking on that to remove lag time between removal of hud and removal from list) i can see using this for table info, debug info, buy-in info maybe, but i wanted some place i could write to directly and see things in real time rather than depending on the logs
eblade
2008-12-24 07:56:32 -0500
a76442f67ePoll if HUD window is already terminated before attempting to communicate the \n character to tell it to terminate.
Matt Turnbull
2008-12-22 20:17:29 +0000
fc4671fc98add NA for attempted steal %
eblade
2008-12-21 18:42:21 -0500
bb3dee75e0Merge branch 'master' of git://git.assembla.com/mctfpdb.git
eblade
2008-12-19 15:06:43 -0500
15e1461ccaMerge branch 'master' of git://git.assembla.com/fpdboz
Ray
2008-12-19 14:08:36 -0500
28e5a05037Merge branch 'master' of git://git.assembla.com/fpdboz
Matt Turnbull
2008-12-19 11:32:40 +0000
e9f9fa4111Merge branch 'master' of git://git.assembla.com/fpdboz.git
eblade
2008-12-19 04:39:45 -0500
659f0bb508Grapher: Fix Postgres to work again
Worros
2008-12-19 17:27:18 +0900
db6a8c5b31Grapher: Make date ranges work - MySQL
Worros
2008-12-19 17:21:58 +0900
2d700820f4Add Everleaf to DB init process
Worros
2008-12-19 16:58:24 +0900
49aa8921e3Grapher: Update to support mutiple sites and players
Worros
2008-12-19 16:52:32 +0900
b37ddc5aceSo close, yet so far. Need to calculate rake to output the side pots line correctly.
Matt Turnbull
2008-12-19 03:01:45 +0000
653cf9847dallow position 8 in hud cache
eblade
2008-12-18 20:38:43 -0500
685abee8b1re-indent function
eblade
2008-12-18 17:39:43 -0500
42113f301ffinish conflict resolution on those patches to check/parsePositions .. git really sucks.
eblade
2008-12-18 15:45:13 -0500
2ccd00d3fdredo changes to checkPositions, and such
eblade
2008-12-18 15:42:46 -0500
9263aa998eredo changes to parsePositions
eblade
2008-12-18 15:40:28 -0500
7803f52307autoimport a bit better, no?
Matt Turnbull
2008-12-18 17:49:17 +0000
bb9f85233efont and font_size added to config and used in HUD.
Ray
2008-12-17 21:57:05 -0500
f9a805f5cdadd do_commit(config) method to fpdb_db.py to make creating a db connection easier. Used this in guiplayerstats.py to create a separate connection and added commit to stop locks here blocking hand imports.
sqlcoder
2008-12-17 23:03:17 +0000
e0105c5ed1Clean up db connection in aux window. Hole cards to stud mucked list.
Ray
2008-12-17 13:24:37 -0500
fe2c806822Everleaf appears to need addCallandRaise
Matt Turnbull
2008-12-17 11:57:06 +0000
d168166495Added: addCallandRaise - when reported amount is the actual amount transfered addRaiseBy - when reported is the amount additional to the previous bet _addRaise - common helper
Matt Turnbull
2008-12-17 11:54:26 +0000
877f0771abnongreedy matches in collect_pot_re to fix kicker being picked up instead of hand bug
Matt Turnbull
2008-12-17 11:22:02 +0000
dd7ede8903Adjust regex to read 'and is all-in'
Worros
2008-12-17 14:04:29 +0900
e5e8643557Minor update to handinfo regex for OnGame
Worros
2008-12-17 13:46:16 +0900
a5bd749959quick hack to Hand to help ongame
Matt Turnbull
2008-12-17 00:30:31 +0000
ef48b83a80OnGame is a bit weird, here's a start
Matt Turnbull
2008-12-17 00:29:54 +0000
070091472cfirst BB is treated as a call & raise of sb, so if folded round to bb, it's an uncalled bet and he collects pot
Matt Turnbull
2008-12-16 22:03:13 +0000
6f1e335275FullTilt output is looking good, tried it on a HandHQ history, no crashes!
Matt Turnbull
2008-12-16 21:49:04 +0000
1f1332b849a bit more FTP; works? on 7 hand sample. No regression test of Everleaf :(
Matt Turnbull
2008-12-16 21:08:10 +0000
f230a82addboard cards read button read
Matt Turnbull
2008-12-16 17:26:58 +0000
8bd58e849esome generality changes for FTP support
Matt Turnbull
2008-12-16 17:14:37 +0000
186ef42663Upper case Flop Turn and River in board dict
Worros
2008-12-16 23:48:49 +0900
1a46230176Add first pass Full Tilt converter
Worros
2008-12-16 23:45:58 +0900
d42739a958Merge branch 'master' of git://git.assembla.com/mctfpdb
Worros
2008-12-16 22:39:51 +0900
988a7e3eb5Added 'and is all-in' logic.
Matt Turnbull
2008-12-16 04:29:11 +0000
6e1499fb69reposition_windows() after bringing one forward that has been hidden previously, even though they should already be relocating while hidden.. suspect gtk bug
eblade
2008-12-15 23:07:37 -0500
eec9c94342merge from carl
eblade
2008-12-15 22:46:31 -0500