Commit Graph

4791 Commits

Author SHA1 Message Date
Chris Moore
f312fea8cc If you only have games of a single limit type (fixed, pot, or no limit), but of more than one blind size, then you won't see the 'NL', 'PL', 'FL' checkboxes in the Limits: section of the filters. When you check the 'All' checkbox, the individual size checkboxes won't be checked, because the code relies on the 'NL', 'PL', 'FL' checkboxes being there to do it. This fixes the problem.
To reproduce: have only 2 hands in the database, both no limit, one 2nl and one 5nl.  Click 'None' then 'All'.  The 2nl and 5nl checkboxes will turn off when you click 'None' but not turn back on when you click 'All'.
2011-02-07 11:27:00 +08:00
Worros
3e098e221f HUD_main: Fix L10n.
Appears to have been missed or reverted since the transition
2011-02-06 15:57:32 +08:00
Worros
b493d54371 GuiPositionalStats: Fix L10n.
Appears to have been missed or reverted since the transition
2011-02-06 14:03:11 +08:00
Worros
2e549c610c GuiPrefs: Fix L10n.
Appears to have been missed during the transition
2011-02-06 13:52:41 +08:00
Worros
75632e07ec Party: Make 'LS' utf8
re_PlayerInfo regex was accidentally matching 2 in the players stack because the 'LS' wasn't substituting \u20ac as utf8
2011-02-06 11:48:07 +08:00
Chris
1e6ce47dc0 Don't use hardcoded 'black' as text colour for non-money stats in the stat viewers. Use the theme default instead. 2011-02-06 10:59:30 +08:00
Worros
13dbfa2914 Merge branch 'master' of git://git.assembla.com/free_poker_tools 2011-02-06 02:50:24 +08:00
Eratosthenes
b4ef4bdecb SQL tokens with leading digits are not allowed. 2011-02-04 11:38:35 -05:00
Eratosthenes
970c98cae7 Revert "Revert "Database.py code rewroten""
This reverts commit d7fd513144.
2011-02-04 11:11:58 -05:00
Eratosthenes
d7fd513144 Revert "Database.py code rewroten"
This reverts commit b1f62de4e5.
2011-02-04 10:47:39 -05:00
Worros
3fa682e07f Revert "Database.py code rewroten"
This reverts commit b1f62de4e5.
2011-02-04 23:46:06 +08:00
Worros
5ff3e414eb Winamax: Major revision to readCollected
This should fix most issues with the way Winamax writes its hand histories.
2011-02-04 17:18:10 +08:00
Worros
d15ad3852c Merge branch 'master' of git://git.assembla.com/free_poker_tools 2011-02-04 14:56:09 +08:00
Worros
6b384634f8 Regression: Fix Stars foldto3/4bet for Allin-pre.txt 2011-02-04 13:00:59 +08:00
donoban
115d187ed1 calc34BetStreet0() rewritten
More efficient with use of break and continue
2011-02-04 05:23:52 +01:00
Worros
912a28511f Add Fold to 3/4bet to .hp files for FTP files 2011-02-04 11:51:30 +08:00
Worros
7dc6c95515 Regression: Add Fold to 3/4bet to .hp files for Absoilute, OnGame, Party 2011-02-04 11:17:07 +08:00
Worros
0dfbe63446 Regression: Add Fold to 3/4bet to .hp files for Everleaf and Carbon 2011-02-04 11:07:08 +08:00
Worros
27132b722a Regression: Add Fold to 3/4bet to .hp files for Winamax 2011-02-04 10:47:46 +08:00
Eratosthenes
09701c59f9 Merge branch 'master' of git://git.assembla.com/fpdboz 2011-02-03 10:24:00 -05:00
Eratosthenes
2dcb9fc13b Merge branch 'master' of git://git.assembla.com/fpdb 2011-02-03 10:23:54 -05:00
Eratosthenes
4539fe4d89 Change hand no back to approx the way Carl had it. 2011-02-03 10:19:39 -05:00
Worros
f267d85c54 Regression: Add Fold to 3/4bet to .hp files for Absolute 2011-02-03 17:02:02 +08:00
Worros
5b3d80fbcd Regression: Add Fold to 3/4bet to .hp files for Winamax 2011-02-03 13:21:54 +08:00
Worros
ae414f1bd6 Merge branch 'master' of git://repo.or.cz/fpbd-bostik 2011-02-03 12:17:19 +08:00
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