fpdb/pyfpdb
Ray 83fbbc6332 Finished prep for Stars HH format change.
All currency symbols are maintained in dicts that are class
variables. The currency symbols are compiled in to the regexs.
I.e., "\$?" no longer appears in any of the regexs. Will have
to be updated with actual Euro symbol and tested against live
HHs when Stars makes the change.
2009-08-01 11:51:37 -04:00
..
BetfairToFpdb.py Add index parameter to Plugins 2009-07-17 17:45:22 +08:00
CarbonToFpdb.py Add additional siteids to db, move player select function 2009-06-01 17:14:31 +08:00
Card.py move constant dicts/lists from functions to global vars, so they aren't loaded every time the function is run 2009-07-31 00:40:31 -04:00
Cards01.png p58 - added HUD from ray 2008-08-18 23:53:25 +01:00
Cards0-HMHUD.png new cards file 2009-03-10 20:31:09 -04:00
CliFpdb.py p144 - updated table design after comments on draw tables 2008-12-10 03:55:12 +00:00
Configuration.py Merge from ray, minor conflicts 2009-07-15 00:20:26 +01:00
Database.py fix sleep() call 2009-08-01 00:06:07 +01:00
DerivedStats.py screwed up previous release using branches, this should work now (added hc fields as well as hp, made new fields NULLable, use 3b not 3b4b fields), next job calculate some of these fields ... 2009-05-17 17:26:05 +01:00
EverleafToFpdb.py Database: insert missing HandToWrite.payin_amounts var 2009-07-30 21:50:08 -04:00
Exceptions.py Merge branch 'master' of git://git.assembla.com/fpdboz 2009-03-03 12:24:42 +00:00
Filters.py use do_connect() instead of connect() and remove settings parameter (config includes them) 2009-06-22 23:19:03 +01:00
fpdb_db.py move most stuff from fpdb_db.py to Database.py and simplify db connections in fpdb_import 2009-07-28 23:58:10 +01:00
fpdb_import.py make sure handsid is always returned and show size of queue when threaded 2009-08-01 00:07:31 +01:00
fpdb_parse_logic.py merge from ray @f5ba0b5b7... 2009-07-31 21:58:39 +01:00
fpdb_simple.py move most stuff from fpdb_db.py to Database.py and simplify db connections in fpdb_import 2009-07-28 23:58:10 +01:00
fpdb.py restart python if running an old version and 2.5 or 2.6 is available on PATH (Windows) 2009-08-01 12:45:10 +01:00
FpdbSQLQueries.py move most stuff from fpdb_db.py to Database.py and simplify db connections in fpdb_import 2009-07-28 23:58:10 +01:00
FulltiltToFpdb.py Database: insert missing HandToWrite.payin_amounts var 2009-07-30 21:50:08 -04:00
GuiAutoImport.py add useful (hopefully) exception handler 2009-07-31 22:34:26 +01:00
GuiBulkImport.py set allow threads option to false 2009-08-01 00:37:13 +01:00
GuiGraphViewer.py make graphviewer use Database.py 2009-07-19 21:19:58 +01:00
GuiPlayerStats.py make positional stats use Database.py 2009-07-19 18:28:13 +01:00
GuiPositionalStats.py make positional stats use Database.py 2009-07-19 18:28:13 +01:00
GuiSessionViewer.py make graphviewer use Database.py 2009-07-19 21:19:58 +01:00
GuiTableViewer.py screwed up previous release using branches, this should work now (added hc fields as well as hp, made new fields NULLable, use 3b not 3b4b fields), next job calculate some of these fields ... 2009-05-17 17:26:05 +01:00
Hand.py Database: insert missing HandToWrite.payin_amounts var 2009-07-30 21:50:08 -04:00
HandHistory.py p58 - added HUD from ray 2008-08-18 23:53:25 +01:00
HandHistoryConverter.py Add auto folder creation to HHC 2009-07-30 11:40:16 +08:00
Hello.py Added Hello_Seats to Hello.py. Demo of Aux_Seats class. 2009-06-30 11:45:14 -04:00
HUD_config.xml.example Add some boilerplate stuff for Boss Media/Win2day plugin 2009-07-15 12:22:46 +08:00
HUD_main.py HUD_main: if new hand id int is not available, we can't print it, so that generates a second error, double fault 2009-07-31 01:15:28 -04:00
HUD_run_me.py HUD_runme.py needs to be executable. 2009-01-12 19:20:24 -05:00
Hud.py Get rid of intermediate prints. 2009-07-27 15:41:42 -04:00
interlocks.py use someone else's interprocess locking code instead of python locks/semaphores - needs testing in Linux 2009-07-19 12:28:17 +01:00
Mucked.py Get rid of intermediate prints. 2009-07-27 15:41:42 -04:00
OnGameToFpdb.py Add additional siteids to db, move player select function 2009-06-01 17:14:31 +08:00
Options.py restart python if running an old version and 2.5 or 2.6 is available on PATH (Windows) 2009-08-01 12:45:10 +01:00
PokerStarsToFpdb.py Finished prep for Stars HH format change. 2009-08-01 11:51:37 -04:00
SQL.py allow nulls in handsplayer fields so that stud can import (but most fields are missing) 2009-07-31 22:49:46 +01:00
Stats.py _x (where x is a single digit) at the end of a stat name in hud_config.xml now indicates the number of decimal places to display in the HUD. Some stats renamed slightly to remove the _ before last character of name. 2009-07-23 23:15:02 +01:00
Tables_Demo.py fix some junk related to determining window height/width, b_width and tb_height, comment out the window_foreign_new() that's screwing up the window right now 2009-06-10 12:58:14 -04:00
Tables.py Fix for PokerStars NewVPP tables. 2009-07-03 13:23:30 -04:00
TableWindow.py New table handling stuff and demo. 2009-05-21 11:13:39 -04:00
test_Betfair.py Add test file for betfair 2009-03-12 20:01:41 +09:00
test_Everleaf.py Make determineGameType return 'tour' of currency is T$ 2009-03-13 18:45:15 +09:00
test_fpdb_simple.py Fix tests 2009-06-09 23:08:18 +08:00
test_FullTilt.py Added note about renamed test file 2009-03-14 22:18:30 +09:00
test_PokerStars.py test_PokerStars typo, test_fpdb_simple uncommented some stuff and made 2009-04-01 23:28:48 +01:00
UltimateBetToFpdb.py Add index parameter to Plugins 2009-07-17 17:45:22 +08:00
upd_indexes.sql script to update index choices 2008-12-02 23:28:06 +00:00
Win2dayToFpdb.py Add index parameter to Plugins 2009-07-17 17:45:22 +08:00
windows_make_bats.py New helper prog to create batch files in windows. Creates a separate .bat file for each GTK dir on PATH so that user can try each one out 2009-08-01 12:47:07 +01:00
WinTables.py fix get_geometry to use the correct parameters to IsWindow and GetWindowRect (too much error trapping will create pitfalls), use main_window.window instead of window_foreign_new() to get gdkhandle for gtkwindow, remove process enumeration in topify() for windows 2009-06-10 13:47:07 -04:00
XTables.py New table handling stuff and demo. 2009-05-21 11:13:39 -04:00