fpdb/pyfpdb
Erki Ferenc 31d3c37224 Determine blind amounts from RINGLIMIT and max buyin
The previous method was giving wrong results in some cases (e.g. the preflop forced allin situation from blind positions), so here's an another enhancement. At
PartyPoker there's two types of buyins for a cashgame table: 20BB min and 100BB max. The former has a 40BB max, while the latter has 35BB min too. This patch
makes fpdb to determine if a ring table is a 20BB min or 100BB max table, then calculates the correct big blind amount from that. When big blind is ready then
halves it for the small blind (except when big blind is 0.25$ when small blind is 0.10$).
2010-08-12 14:59:45 +08:00
..
regression-test-files renamed PP files to match existing scheme 2010-08-10 23:16:30 +02:00
AbsoluteToFpdb.py Fixes for absolute poker 2010-07-31 22:55:43 +08:00
AlchemyFacilities.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
AlchemyMappings.py DB: renamed Hands.handStart to Hands.startTime for consistency 2010-07-11 08:05:54 +02:00
AlchemyTables.py DB: renamed Hands.handStart to Hands.startTime for consistency 2010-07-11 08:05:54 +02:00
Anonymise.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
BetfairToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
CarbonToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Card.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Cards01.png Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Cards0-HMHUD.png new cards file 2009-03-10 20:31:09 -04:00
Charset.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Configuration.py GuiImapFetcher can save config 2010-08-10 04:44:35 +02:00
Database.py correct Backings.tourneysPlayerId to tourneysPlayersId like it's used in HP 2010-08-11 04:43:17 +02:00
DerivedStats.py Don't break stud and draw when counting players at street. 2010-08-04 20:52:37 -04:00
EverleafToFpdb.py tweak cards shown regex 2010-08-02 16:47:32 -04:00
Exceptions.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Filters.py remove another near-duplicate from TourneyFilters 2010-07-27 19:14:23 +02:00
fpdb_import.py Importer: Add excetion handler to hud call. 2010-08-03 19:27:34 +08:00
fpdb.pyw allow multiple email configs, start of nicer GUI for it 2010-08-10 03:28:57 +02:00
FulltiltToFpdb.py FullTilt fixup currency typo 2010-08-10 00:32:53 +01:00
GuiAutoImport.py GUI: change hotkey to start/stop autoimport to alt+a 2010-07-17 02:45:52 +02:00
GuiBulkImport.py Bulk Import: Adjust usage text so i can actaully copy paste 2010-08-05 11:49:45 +08:00
GuiDatabase.py some work on guidatabase and turn it on 2010-07-19 21:36:45 +01:00
GuiGraphViewer.py Revert "GRAPH: Put legend in "best" position, not fixed in top left." 2010-08-10 20:50:19 +02:00
GuiImapFetcher.py GuiImap: don't show email password 2010-08-10 06:14:15 +02:00
GuiLogView.py Log viewer - fixes for column sorting 2010-07-17 18:19:16 +01:00
GuiPlayerStats.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
GuiPositionalStats.py rename RingFilters back to Filters 2010-07-17 03:39:31 +02:00
GuiPrefs.py smarten up names of displayed categories and settings 2010-07-31 21:38:52 +01:00
GuiRingPlayerStats.py store column info for cash stats in config. Can now enhance gui to let user change column choices 2010-07-31 20:55:29 +01:00
GuiSessionViewer.py rename RingFilters back to Filters 2010-07-17 03:39:31 +02:00
GuiTourneyPlayerStats.py TPS: display limitType and category 2010-07-13 20:21:05 +02:00
GuiTourneyViewer.py handle player not found 2010-08-10 00:49:14 +02:00
Hand.py this caused it to create a new TourneyType for each Tourney 2010-08-11 03:10:08 +02:00
HandHistory.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HandHistoryConverter.py update Everleaf config example, add bbper100/BBper100 stats to popup default, fix my last tweak to hhc 2010-08-05 12:31:37 -04:00
Hello.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HUD_config.test.xml Aggression freq, aggression factor and Overall CBET added 2010-06-16 17:21:49 +02:00
HUD_config.xml.example Merge branch 'eric' 2010-08-08 20:13:07 +02:00
HUD_main.pyw change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HUD_run_me.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Hud.py call reposition_windows after doing a window move, so that the user doesn't need to hit the menu option to do it (reposition_windows manages to successfully move the hidden windows, whereas the original move doesn't, for some reason) 2010-08-01 03:05:35 -04:00
ImapFetcher.py allow multiple email configs, start of nicer GUI for it 2010-08-10 03:28:57 +02:00
interlocks.py make it record source of lock holding, print if required 2010-07-10 20:10:04 +02:00
logging.conf some work on guidatabase and turn it on 2010-07-19 21:36:45 +01:00
Mucked.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
OnGameToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Options.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
P5sResultsParser.py Add a new sample file for parsing website results. 2010-07-06 16:13:25 +08:00
PartyPokerToFpdb.py Determine blind amounts from RINGLIMIT and max buyin 2010-08-12 14:59:45 +08:00
PokerStarsSummary.py TOURNEY: since we can detect added amount, set it to 0 if we dont 2010-07-17 04:37:15 +02:00
PokerStarsToFpdb.py Stars: Adjust limit blind lookup 2010-08-12 12:23:22 +08:00
py2exe_setup.py py2exe : include mit.txt licence file 2010-08-02 12:36:42 +01:00
SQL.py fix session stats in pgsql 2010-08-11 06:11:11 +02:00
Stats.py Merge branch 'eric' 2010-08-08 20:13:07 +02:00
Summaries.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
SummaryEverleaf.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
Tables_Demo.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
Tables.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TableWindow.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Betfair.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Database.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Everleaf.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_FullTilt.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_PokerStars.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TournamentTracker.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
TourneyFilters.py remove another near-duplicate from TourneyFilters 2010-07-27 19:14:23 +02:00
TourneySummary.py DB: Added TT.added, addedCurrency 2010-07-17 02:19:12 +02:00
UltimateBetToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
upd_indexes.sql Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Win2dayToFpdb.py Merge branch 'carl' 2010-07-08 22:33:09 +02:00
windows_make_bats.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
WinTables.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
XTables.py Fixes for absolute poker 2010-07-31 22:55:43 +08:00