Commit Graph

4933 Commits

Author SHA1 Message Date
Scott Wolchok
fc46b70c41 Rename decimal.py to decimal_wrapper.py so we don't break when
cdecimal is not installed.
2011-02-25 14:18:12 -05:00
Scott Wolchok
25799d01f2 Don't bother recompiling regexs for every hand when parsing Stars
HHs.
2011-02-25 04:19:00 -05:00
Scott Wolchok
6e3abbbb0a DerivedStats: build init dict for player stats only once. 2011-02-25 03:41:42 -05:00
Scott Wolchok
f64c28b1b4 small wrapper to use cdecimal library if available. 2011-02-25 03:14:28 -05:00
Scott Wolchok
bf417f0569 Filters.py: Fix broken show/hide button for Graphing Options. 2011-02-24 00:27:43 -05:00
Scott Wolchok
cdf158cfae Hand.py: Call Decimal ctor a lot less. 2011-02-23 23:41:14 -05:00
Scott Wolchok
1227c5df74 Hand.py: Use sum(x) instead of reduce(operator.add, x, 0). 2011-02-23 23:31:46 -05:00
Scott Wolchok
00f98f0e12 Hand.py: Use str.replace instead of re.sub for stripping commas. 2011-02-23 23:28:37 -05:00
Steffen Schaumburg
5b83580168 Merge branch 'gimick' 2011-02-23 17:01:04 +01:00
Steffen Schaumburg
0458bfe30c l10n: update pot/po/mo files 2011-02-23 16:59:14 +01:00
Steffen Schaumburg
63f074f00f Merge branch 'carl' 2011-02-23 16:55:49 +01:00
Steffen Schaumburg
346d0697cb restore french file to normal encoding 2011-02-23 16:51:39 +01:00
Steffen Schaumburg
c3b8e5affb a couple of l10n things 2011-02-23 16:48:05 +01:00
Steffen Schaumburg
104bc26da4 restore hotkeys in graph viewers 2011-02-23 16:47:50 +01:00
gimick
7926c88e48 Rushaux: fix tablenames (case sensitive in mySql) 2011-02-23 09:19:09 +00:00
Worros
e9f2f47726 Filters: L10n several strings
Part of patch from tribumarchal <boitemail25@aol.com>
2011-02-23 13:10:16 +08:00
Worros
67a36ead6c Revert "Signed-off-by: tribumarchal <boitemail25@aol.com>"
This reverts commit 91a312d34c.
2011-02-23 13:07:49 +08:00
Worros
39ddbb85c5 Merge branch 'master' of git.assembla.com:fpdboz 2011-02-23 13:05:56 +08:00
Worros
afb80457bb Revert "Signed-off-by: tribumarchal <boitemail25@aol.com>"
This reverts commit 91a312d34c.
2011-02-23 13:04:56 +08:00
Worros
2264e3b525 Regression: Winamax hh.
Hero wins the side pot and loses the main pot.
2011-02-23 12:53:53 +08:00
Worros
757170974e Filters: L10n several strings
Part of patch from tribumarchal <boitemail25@aol.com>
2011-02-23 12:32:30 +08:00
Worros
7d48f0223f Winamax: Adjust readCollectPot
Remove guard for returning money. Unsure if this is correct.

Passes the regression test suite, so committing for user test
2011-02-23 12:30:48 +08:00
Eratosthenes
0a9aed891f Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-22 19:07:20 -05:00
Eratosthenes
540b7369c4 More logging in XTables. 2011-02-22 19:05:48 -05:00
Eratosthenes
626fbf3986 More logging in XTables.py. 2011-02-22 18:58:37 -05:00
gimick
ac5b9e12c8 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-22 22:54:10 +00:00
Eratosthenes
991cd088fd Add some logging for XTables.py. 2011-02-22 17:24:14 -05:00
Eratosthenes
3cf03719fd Extend timeout for dragging...help with slower PCs. 2011-02-22 17:22:44 -05:00
tribumarchal
91a312d34c Signed-off-by: tribumarchal <boitemail25@aol.com> 2011-02-22 21:41:30 +01:00
Worros
4b658b2e4e Regression: Verify and adjust test data for now stats 2011-02-22 20:39:10 +08:00
gimick
63f3cfaf04 Merge branch 'master' of git://git.assembla.com/fpdb 2011-02-21 21:26:22 +00:00
Worros
8a528a12ad Regression: Validate and fix .hp data 2011-02-21 17:36:12 +08:00
Worros
4698f9c227 THP: Comment out debug line 2011-02-21 14:08:53 +08:00
Worros
7444ffd20f Regression: Add in sessionId to .hands files 2011-02-21 14:07:29 +08:00
Worros
47c2a1d815 Regression: FTP 5 Card Draw - NL sample hand 2011-02-21 12:23:43 +08:00
Worros
04a49660bf Merge branch 'master' of git://git.assembla.com/donoban-fpdb 2011-02-21 10:36:54 +08:00
Worros
a73b86059d Merge branch 'master' of git://git.assembla.com/fpdb 2011-02-21 10:36:40 +08:00
Erki Ferenc
e1fbf655ff l10n: fixed typo in Hungarian translation 2011-02-20 21:35:37 +01:00
Erki Ferenc
e2b5a4cca6 l10n: updated Hungarian translation 2011-02-20 21:27:35 +01:00
DoNoBaN
8b4714ffcc Spanish translatoin mo file 2011-02-18 16:52:06 +01:00
DoNoBaN
2b716af46c Added Success Steal for detailed stats
Needs add it to gui_cash_stats
2011-02-18 16:17:21 +01:00
DoNoBaN
0e26d4f6ae Added more Spanish translation 2011-02-18 16:16:59 +01:00
DoNoBaN
52a97b9793 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-18 15:14:10 +01:00
Worros
a5bcc977f3 TourneyFilters: Add into ScrollWondow. 2011-02-18 13:23:03 +08:00
DoNoBaN
cfa87c9870 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-18 00:45:07 +01:00
DoNoBaN
aea40ab605 Add success steal for detailed stats 2011-02-18 00:42:59 +01:00
Worros
99b9cb1574 Filters: Put into a scroll window 2011-02-17 13:13:40 +08:00
Worros
c6b67dd1c8 Regression: Correct new .hands file 2011-02-17 12:25:35 +08:00
Worros
e4a3de1272 Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz 2011-02-17 11:28:44 +08:00
Worros
0585debcae Merge branch 'master' of git://git.assembla.com/fpdb 2011-02-16 16:38:33 +08:00