Commit Graph

4909 Commits

Author SHA1 Message Date
Worros
2da7dc8495 OnGame: Modify re_HandInfo to parse SPEED tables 2011-02-13 22:04:09 +08:00
Worros
e570e34f28 Options - add a -D option for directory 2011-02-13 21:59:36 +08:00
DoNoBaN
d6a034b183 DerivedStats.py with cold4bet, squeeze and success steal 2011-02-12 21:20:53 +01:00
DoNoBaN
0a1389244d Added cold 4bet, squeeze and success steal
4bet and foldto3/4bet enabled for Detailed Stats

Removed street0 other raises (they was unused)
2011-02-12 14:11:41 +01:00
DoNoBaN
6370fca9ec Added 4bet and fold to 3/4bet at detailed cash stats pages 2011-02-11 16:37:28 +01:00
DoNoBaN
0a21e472ba Revert "Revert "Turn on HUD dragging and autoclosing.""
This reverts commit 7c45c0b8d2.
2011-02-11 14:59:42 +01:00
Worros
36f5c59226 Script: Fetch Winamax results
This script will fetch all of the known Winamax tourney ids from the database,
then fetch the results from the Winamax website and write them to ~/.fpdb/Results/Winamax

Initial version is smart enough not to fetch results that have already been downloaded.

In combination with the recent WinamaxSummary.py Winamax users should now be able to import and
graph tournament results
2011-02-11 18:13:43 +08:00
Worros
af1cdfbae7 Test config mod 2011-02-11 17:53:42 +08:00
Worros
059ca2307f Database: def getSiteTourneyNos(self, site) 2011-02-11 17:53:18 +08:00
Worros
f0c315969f TourneySummary: Add Winamax id 2011-02-11 17:52:14 +08:00
Worros
2a586cf460 SQL: Add function to fetch tourney ids 2011-02-11 17:51:18 +08:00
Worros
4a7a24eb68 WinamaxSummary: Add initial parser for Winamax Summary files 2011-02-11 17:50:45 +08:00
Worros
7c4337bd96 Config: Add ResultsDirectory to <import> 2011-02-11 17:50:07 +08:00
DoNoBaN
7c45c0b8d2 Revert "Turn on HUD dragging and autoclosing."
This reverts commit 8c247e11f6.
2011-02-11 07:45:44 +01:00
Worros
7b43aef4f7 Merge branch 'master' of git://git.assembla.com/free_poker_tools 2011-02-11 14:32:05 +08:00
DoNoBaN
b34c893e8f Merge branch 'master' of git://git.assembla.com/free_poker_tools 2011-02-11 07:31:50 +01:00
Worros
224e8207fc SitenameSummary: Template file for summary importing 2011-02-11 12:47:43 +08:00
Worros
4605b371f1 Winamax: Fix tournament buyin and rake info 2011-02-11 00:02:45 +08:00
Worros
ee5d2feba2 Party: Fix tournament buyin parsing 2011-02-10 18:45:12 +08:00
Worros
d8220e0b2e FTP: Allow odd FTP summary file to parse.
Found an example summary file that only contained the player line:
<PLAYER> finished in XXXXrd place

Player should now be added the TP table, hence the stats should actually show up in the grapher
2011-02-10 17:28:00 +08:00
Worros
08a97fff91 Regression: Fix fold to 3/4 bet in Stars CAP file 2011-02-10 12:23:32 +08:00
Worros
7bb77a2d1a THP: Bolt in Everest 2011-02-10 12:22:59 +08:00
Worros
ab6fade578 Option: Add Everest to alias list 2011-02-10 12:20:22 +08:00
Worros
a90a63b824 Regression: Everest PLO data 2011-02-10 12:14:45 +08:00
Worros
ec8d3d3632 Regression: Everest sample 2011-02-10 11:38:36 +08:00
Worros
31b5604da6 Merge branch 'master' of git://git.assembla.com/donoban-fpdb 2011-02-09 17:24:16 +08:00
Worros
c2fa4b72ca Everest: Cleanup and partially functional? 2011-02-09 17:13:04 +08:00
Worros
a553f0c220 Everest: More updates.
Now have a graph with bumps in it
2011-02-09 16:47:35 +08:00
Worros
e29a12a0c4 Everest: Partially fix blinds 2011-02-09 15:28:17 +08:00
Worros
af5eecd5b3 EverestToFpdb: New converter
Doesn't do much yet, but at least didn't crash
2011-02-09 13:19:52 +08:00
Worros
4db42086da Example config: Add Everest 2011-02-09 13:18:53 +08:00
Eratosthenes
df43e0e6b8 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-08 18:34:17 -05:00
Eratosthenes
8c247e11f6 Turn on HUD dragging and autoclosing. 2011-02-08 18:33:22 -05:00
Eratosthenes
ce7f514f08 Allow crash-free dragging, etc on X. 2011-02-08 18:32:25 -05:00
DoNoBaN
200c3a3ff6 Fixed problems in 3/4 bet 2011-02-08 23:02:16 +01:00
Worros
c344d206ff Regression: Fix testdata value in Winamax file 2011-02-08 17:03:35 +08:00
DoNoBaN
8d0d3ec20b Added Spanish translation .po and -mo files 2011-02-08 08:45:57 +01:00
DoNoBaN
674c9640ed Fixed some wrong stats in Stats.py 2011-02-08 07:38:18 +01:00
DoNoBaN
637257a63d Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-08 07:34:49 +01:00
Donoban
d4688633b3 Database.py code rewroten
line[X] replaced by line.append(), easy to read and mantain
2011-02-08 14:34:10 +08:00
Worros
f4729fb5f8 Database: Add Everest 2011-02-08 14:33:55 +08:00
DoNoBaN
3490ec8091 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-08 07:25:51 +01:00
Worros
3b2c30344a Regression: PLO OnGame sample 2011-02-08 11:25:32 +08:00
Worros
f57e9df974 OnGame: Enable PL games 2011-02-08 11:09:57 +08:00
Worros
260513d124 OnGame: Use correct Hand function for raises 2011-02-08 00:25:25 +08:00
Worros
82d33409de Regression: FTP partial hh 2011-02-07 23:25:27 +08:00
Worros
005dc9ba4c FTP: Handle partial hhs in date function 2011-02-07 23:22:17 +08:00
Worros
391dea0b7e Hand: Adjust log message to include hid 2011-02-07 23:17:26 +08:00
Worros
7d1a54bf66 FTP: Add new blind for limit 2011-02-07 23:16:45 +08:00
Worros
7fe3ece235 FTP: Comment out debug line 2011-02-07 23:15:42 +08:00