| .. |
|
AbsoluteToFpdb.py
|
Remove BOM from AbsoluteToPoker.py
|
2009-09-06 22:40:27 +08:00 |
|
BetfairToFpdb.py
|
Fix some bugs in BetfairToFpdb.
|
2009-10-18 07:56:34 +08:00 |
|
CarbonToFpdb.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
Card.py
|
fix startCard calcs
|
2009-09-27 11:40:39 +01: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 |
|
CliFpdb.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
Configuration.py
|
simplified Config.get_supported_sites()
|
2009-11-05 00:11:43 +01:00 |
|
Database.py
|
Merge branch 'master' of git://git.assembla.com/fpdboz
|
2009-11-04 18:34:28 +01:00 |
|
DatabaseManager.py
|
fix: db_type is actually db_server
|
2009-11-04 19:01:12 +01:00 |
|
DerivedStats.py
|
Make DS.py friendlier to stud and draw.
|
2009-10-28 22:00:05 -04:00 |
|
EverleafToFpdb.py
|
Fix cli to Everleaf
|
2009-10-29 16:37:33 +08:00 |
|
Exceptions.py
|
Add exception for not being able to connect to MySQL, make use of it to pop up an error box
|
2009-10-09 07:31:25 -04:00 |
|
Filters.py
|
comment out debug statement
|
2009-10-19 00:36:31 +01:00 |
|
fpdb_db.py
|
Merge branch 'master' of git://git.assembla.com/fpdboz
|
2009-11-04 18:34:28 +01:00 |
|
fpdb_import.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
fpdb_parse_logic.py
|
use False for boolean so it works in postgres as well as mysql
|
2009-09-27 23:42:00 +01:00 |
|
fpdb_simple.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
fpdb.py
|
removed all occurences of db_type/db-type
|
2009-11-03 19:18:51 +01:00 |
|
FpdbSQLQueries.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
FulltiltToFpdb.py
|
From 7d5a3e81a5d41298ab1fa4d57bef25862a167350 Mon Sep 17 00:00:00 2001
|
2009-10-01 10:49:59 +08:00 |
|
GuiAutoImport.py
|
moved timeout_add that calls do_import outside of the for loop, so it's only created once per autoimport start, not once per site. fix addImportFile to ignore files that don't exist (not sure how they'd get there, but just in case), fixed exception looking for fpdb_simple.DuplicateError to look in it's actual location at Exceptions.DuplicateError
|
2009-09-11 00:12:46 -05:00 |
|
GuiBulkImport.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
GuiGraphViewer.py
|
Print out actual exception when import fails. Python 2.5 compatible
|
2009-10-31 17:48:48 +03:00 |
|
GuiPlayerStats.py
|
stop warning message from set_cell_data_func
|
2009-10-26 21:38:04 +00:00 |
|
GuiPositionalStats.py
|
make positional stats use Database.py
|
2009-07-19 18:28:13 +01:00 |
|
GuiSessionViewer.py
|
Fix GuiSessionStats.py for sqlite
|
2009-11-02 17:23:50 +08:00 |
|
GuiTableViewer.py
|
merge from futz2 branch
|
2009-08-28 18:24:51 +01:00 |
|
Hand.py
|
[NEWIMPORT] Minor update, use DerivedStats.getStats()
|
2009-10-14 20:28:07 +08:00 |
|
HandHistory.py
|
p58 - added HUD from ray
|
2008-08-18 23:53:25 +01:00 |
|
HandHistoryConverter.py
|
Remove a stray conflict marker
|
2009-10-26 16:53:18 +02: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
|
Merge branch 'master' of git://git.assembla.com/fpdboz
|
2009-11-04 18:34:28 +01:00 |
|
HUD_main.py
|
remove error trap on read_stdin() - please fix bugs instead of relying on error trap
|
2009-10-28 19:53:31 -04:00 |
|
HUD_run_me.py
|
HUD_runme.py needs to be executable.
|
2009-01-12 19:20:24 -05:00 |
|
Hud.py
|
Merge branch 'master' of git://trac-git.assembla.com/fpdb-sql
|
2009-10-10 09:13:18 +03:00 |
|
interlocks.py
|
fix: according to doctests os_independend_kill() is supposed to return None
|
2009-11-01 09:58:14 +01:00 |
|
logging.conf
|
Only errors to stderr and console.
|
2009-09-03 22:40:06 +01:00 |
|
makeexe.bat
|
add bat/py for making an exe. exe errors with "can't find module cairo". no idea how to fix.
|
2009-08-04 16:20:14 -04:00 |
|
makeexe.py
|
add bat/py for making an exe. exe errors with "can't find module cairo". no idea how to fix.
|
2009-08-04 16:20:14 -04:00 |
|
Mucked.py
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02: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 |
|
PartyPokerToFpdb.py
|
Party hhc tiny fixes
|
2009-10-31 17:53:31 +03:00 |
|
PokerStarsToFpdb.py
|
Merge branch 'master' of git://repo.or.cz/fpbd-bostik
|
2009-08-12 22:49:18 +08:00 |
|
py2exe_setup.py
|
crlf churn i think
|
2009-09-03 02:46:22 -05:00 |
|
SQL.py
|
Merge branch 'master' of git://git.assembla.com/fpdboz
|
2009-11-04 18:34:28 +01:00 |
|
Stats.py
|
tidy up main() output
|
2009-10-24 12:41:51 +01:00 |
|
SummaryEverleaf.py
|
add "rebuy" button to TT
|
2009-08-21 00:48:26 -05: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
|
remove error trap on read_stdin() - please fix bugs instead of relying on error trap
|
2009-10-28 19:53:31 -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
|
FulltiltToFpdb handles canceled hands
|
2009-08-09 15:19:43 +01:00 |
|
test_PokerStars.py
|
FulltiltToFpdb handles canceled hands
|
2009-08-09 15:19:43 +01:00 |
|
TournamentTracker.py
|
start changes to allow different hud choices for hero and opponents
|
2009-09-26 11:30:12 +01:00 |
|
Tourney.py
|
Last part of core tourney import
|
2009-09-04 02:01:41 +02:00 |
|
UltimateBetToFpdb.py
|
Add index parameter to Plugins
|
2009-07-17 17:45:22 +08:00 |
|
upd_indexes.sql
|
Signed-off-by: fpdb-mme <jUrner@arcor.de>
|
2009-10-25 00:13:35 +02:00 |
|
Win2dayToFpdb.py
|
FulltiltToFpdb handles canceled hands
|
2009-08-09 15:19:43 +01:00 |
|
windows_make_bats.py
|
merge from carl
|
2009-08-02 07:14:31 -04: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 |