Commit Graph

4764 Commits

Author SHA1 Message Date
Donoban
1a0d76686f Added 4bet and fold to 4bet stat 2011-02-03 05:04:12 +01:00
Donoban
da05252b2f Wrap GuiStove import on try/except 2011-02-03 04:55:52 +01:00
Donoban
b1f62de4e5 Database.py code rewroten
line[X] replaced by line.append(), easy to read and mantain
2011-02-03 02:50:51 +01:00
Donoban
dc5cbbddce Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-02 11:54:48 +01:00
Donoban
118afa7c92 Uncommeting wrong line on import 2011-02-02 10:36:54 +01:00
Worros
615179e245 Regression: Add Fold to 3/4bet to .hp files for Stars 2011-02-02 17:27:18 +08:00
Worros
f10092d41b Regression: Add new stats to .hp file
Unverified
2011-02-02 17:07:45 +08:00
Worros
b0212301cb fpdb.pyw: reenable Stove 2011-02-02 16:40:42 +08:00
Worros
9626812f89 FTP: Recommit accidentally reverted patch 2011-02-02 16:40:03 +08:00
Donoban
5369661b01 Disabling DEBUG messages from Database.py 2011-02-02 08:51:06 +01:00
Donoban
13758dd45a Added fold to 3bet 2011-02-02 03:35:38 +01:00
Steffen Schaumburg
8423451c88 Merge branch 'nuto' 2011-02-01 02:04:52 +01:00
Steffen Schaumburg
7234b74df1 some minor nitpicking 2011-02-01 02:04:47 +01:00
Eratosthenes
543862629f recommit one of Carl's prev commits. 2011-01-31 09:59:11 -05:00
Eratosthenes
2b13d49843 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-01-31 09:54:17 -05:00
Worros
1e64ae599c Regression: FTP LHE 9max
HH where the button sits out - previous crasher.
2011-01-31 20:21:55 +08:00
Eratosthenes
cf7db92ba1 Revert "Make XTables happier with AW_HUD scheme."
This reverts commit d5ba947ede.
2011-01-30 17:19:24 -05:00
Eratosthenes
8477eb912b Revert "Begin integration of AW_HUD stuff."
This reverts commit 27f7921f6e.
2011-01-30 17:18:53 -05:00
Eratosthenes
c8a9529ae4 Revert "Merge /home/reb402/workspace/free_poker_tools"
This reverts commit 64ebf9f6ae, reversing
changes made to d01951089b.
2011-01-30 17:14:57 -05:00
Eratosthenes
36cdc9f35a Merge branch 'new_hud' of /home/reb402/workspace/free_poker_tools 2011-01-30 16:51:00 -05:00
Eratosthenes
27f7921f6e Begin integration of AW_HUD stuff. 2011-01-30 16:50:26 -05:00
Eratosthenes
d5ba947ede Make XTables happier with AW_HUD scheme. 2011-01-30 16:48:09 -05:00
Steffen Schaumburg
b5b0d387f5 small change of announcement 2011-01-30 19:16:16 +01:00
Worros
3d948fd6e6 Merge branch 'master' of git://git.assembla.com/free_poker_tools 2011-01-30 14:46:28 +08:00
Eratosthenes
64ebf9f6ae Merge /home/reb402/workspace/free_poker_tools 2011-01-29 23:43:00 -05:00
Eratosthenes
d01951089b New file Aux_Hud. Minor mods to Mucked.
Aux_Hud is the prototype of the new HUD that uses the AW interface.
This version works as a minimal HUD, but the default HUD from 
Hud.py is also displayed.
2011-01-29 23:41:37 -05:00
Eratosthenes
54146f7170 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-01-28 15:07:21 -05:00
Worros
e26abfeb71 FTP: Make re_SummarySitout ungreedy
The line

Seat 5: evv888 (button) is sitting out

Was crashing as (button) was becoming part of the player name,

Made the name match ungreedy, and allowed (button) as optional.
2011-01-29 03:17:55 +08:00
Eratosthenes
59c7985410 Add name attr to layout element in site element. 2011-01-27 19:42:55 -05:00
Eratosthenes
841226e544 Implement getting button position in Winamax. 2011-01-27 15:09:50 -05:00
Worros
25d0c36022 FTP: Add additional blind levels 2011-01-27 15:58:38 +08:00
Worros
db3df7b42e FTP: Make Summary split more careful
This prevents the import from crashing on Run It Twice hand histories.
2011-01-27 12:42:06 +08:00
Worros
de28aa7dc0 FTP: Add 1k/2k limit to lookup.
Also remove a noisy debug line
2011-01-27 12:12:27 +08:00
Eratosthenes
5dc06c7ba7 Get correct hand# and max from HHs sent by user. 2011-01-26 21:45:12 -05:00
Eratosthenes
dfbd5446ec Merge branch 'master' of git://git.assembla.com/fpdboz 2011-01-26 17:13:55 -05:00
Eratosthenes
d862cd6bd2 Make executable. 2011-01-26 17:12:47 -05:00
Eratosthenes
010b153d9a Merge /home/reb402/workspace/free_poker_tools 2011-01-26 17:11:17 -05:00
Eratosthenes
a790ced223 Mika's modifications. Still probs with set_transient_(). 2011-01-26 17:10:24 -05:00
Worros
9685d46c38 Regression: Add previously failing hand.
As reported in: https://sourceforge.net/apps/mantisbt/fpdb/view.php?id=76
2011-01-25 13:12:56 +08:00
Worros
341f5198b8 Hand: Throw error when Draw hand has no deal section
Resolves: https://sourceforge.net/apps/mantisbt/fpdb/view.php?id=76
2011-01-25 13:10:50 +08:00
Worros
5a30d793c7 FTP: Update re_HandInfo
After last patch the regex was greedy when including space.

Fixes 7 issues noted by THP
2011-01-24 14:13:03 +08:00
Worros
e6be901cf3 FTP: Fixes for Multi entry rush and FTP archive files
- Minor fix for table name match
- Make the word 'Table|Match' optional as it isn't in the archive file
- Add optional section for 'Entry #id'
2011-01-24 14:00:25 +08:00
Worros
bd5b0769e8 HHC: FTP archive regex fix.
The number of '*'s in the FTP header changes as the handid gets higher.

Allow for between 20 and 25 '*'s
2011-01-24 13:16:38 +08:00
Worros
98347b21ad Regression: The Big Game data
A python based hand grabber for fetching the json data used on the website.

No intended use for this yet.
2011-01-21 13:54:03 +08:00
Worros
92357aef12 OnGame: Allow tablenames to contain a '-' 2011-01-21 13:25:41 +08:00
Worros
56f84f183f GuiBulkImport: Add Archive checkbox
Replaced non-functional 'Fail on error' checkbox with 'Archive'

Now sets importer flag for importing Stars or FTP archive files
2011-01-20 11:52:17 +08:00
Worros
dccc61013b FTPSummary: First pass at EUR summary.
Failing test now passes.
2011-01-19 16:34:12 +08:00
Worros
8f9552e778 GuiStove: Actually kinda make work for holdem 2011-01-19 16:04:22 +08:00
Worros
d5430b6bb5 Stove: Minor changes for GUI use 2011-01-19 16:02:19 +08:00
Worros
9c16365aac Regression: Add Stars EUR Tourney Summary 2011-01-19 11:55:06 +08:00