fpdb/pyfpdb
Worros bc59e12768 Everleaf: Make re_GameInfo error handling consistant with other sites.
When re_GameInfo fails to match now, the first 100 characters of the hand will be printed to the log. Makes it much easier to identify the offending hands.

Error now also throws an FpdbParseError for the importing process to catch
2010-12-10 17:53:59 +08:00
..
locale update l10n 2010-11-29 21:42:00 +01:00
regression-test-files Regression: New Stars LHE file 2010-12-06 14:16:59 +08:00
_pokereval_2_6.pyd pypokereval: fixes to allow py2exe to compile. Also, place win32 dependencies 2010-12-05 16:59:32 +00:00
AbsoluteToFpdb.py Absolute: Fix more ',' breakage 2010-11-16 12:59:00 +08:00
AlchemyFacilities.py gettextify card, add note about it to alchemy* 2010-08-15 07:31:32 +02:00
AlchemyMappings.py gettextify card, add note about it to alchemy* 2010-08-15 07:31:32 +02:00
AlchemyTables.py remove remaining calls to removed config section 2010-08-23 07:28:30 +02:00
Anonymise.py Add cheat sheet info. 2010-11-30 11:14:37 -05:00
BetfairToFpdb.py Betfair: Fix parse error from THP 2010-10-01 10:51:38 +08:00
CarbonToFpdb.py Carbon: Fix regression test parse 2010-11-29 21:34:47 +01:00
Card.py Ring Player Stats: Support Razz start card list 2010-09-24 13:46:21 +08: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 gettextify charset 2010-08-15 07:27:53 +02:00
Configuration.py Added sessionTimeout Import field to Configuration.py and the Hud_config files. Default set to 30 minutes to start a new session 2010-12-04 17:33:57 -05:00
Database.py Fixed a variety of bugs in storeSessionsCache() and the corresponding SQL statements 2010-12-08 16:32:26 -05:00
DerivedStats.py DerivedStats: Fix raiseFirstInChance and raisedFirstIn for stud 2010-10-13 18:15:14 +08:00
EverleafToFpdb.py Everleaf: Make re_GameInfo error handling consistant with other sites. 2010-12-10 17:53:59 +08:00
Exceptions.py Added a FpdbEndOfFile error for use in SplitHandHistory.py 2010-10-13 01:47:28 -04:00
Filters.py Revert "calendar displays current entry value" 2010-11-10 16:36:58 +08:00
fpdb_import.py * Added 'cacheSessions' flag 2010-12-02 01:58:02 -05:00
fpdb.pyw Merge branch 'master' of git://git.assembla.com/fpdboz 2010-12-05 12:53:28 -05:00
FullTiltPokerSummary.py FTPSummary: Add alternate Omaha label 2010-12-02 11:27:06 +08:00
FulltiltToFpdb.py FTP: Badugi support 2010-11-07 16:52:23 +08:00
GuiAutoImport.py cleanups 2010-11-28 20:15:09 -05:00
GuiBulkImport.py Merge branch 'master' of git://git.assembla.com/fpdb 2010-09-22 23:41:05 +08:00
GuiDatabase.py L10n update: Gui* 2010-09-23 13:11:06 +08:00
GuiGraphViewer.py Grapher, Configuration: Fix whitespace breakage. 2010-10-06 10:53:07 +08:00
GuiImapFetcher.py L10n update: Gui* 2010-09-23 13:11:06 +08:00
GuiLogView.py L10n update: Gui* 2010-09-23 13:11:06 +08:00
GuiPlayerStats.py create superclasses for Gui*PlayerStats and *Filters 2010-07-11 05:58:00 +02:00
GuiPositionalStats.py remove remaining calls to removed config section 2010-08-23 07:28:30 +02:00
GuiPrefs.py gettext import for guiprefs 2010-08-16 23:49:50 +02:00
GuiReplayer.py GuiReplayer: Added by lastpoet <maxime@grandchamp.net> 2010-12-04 18:27:03 +08:00
GuiRingPlayerStats.py remove irrelevant comments from tooltips 2010-12-04 17:45:39 +08:00
GuiSessionViewer.py Session Viewer: Add a warning dialog on loading 2010-11-29 21:34:21 +01:00
GuiStove.py GuiStove: Add Stud and Draw tabs 2010-11-30 15:13:08 +08:00
GuiTourneyGraphViewer.py Fix matplotlib warning 2010-10-04 20:39:34 +01:00
GuiTourneyImport.py GTI: Add utf16 file handling 2010-11-15 13:39:36 +08:00
GuiTourneyPlayerStats.py L10n update: Gui* 2010-09-23 13:11:06 +08:00
GuiTourneyViewer.py L10n update: Gui* 2010-09-23 13:11:06 +08:00
Hand.py Finished up code for creating and updating SessionsCache. Table includes fields for sessionStart, sessionEnd, ring hands, tournament hands, ring totalProfit, and ring bigBets won during each session. bigBets field is a python float stored as a REAL in the database (I am open to alternative suggestions). Also, storeSessions is currently set to False. 2010-12-04 17:40:48 -05:00
HandHistory.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
HandHistoryConverter.py Tables_Demo to work with new Tables stuff. Find Tour tables better. 2010-12-03 11:51:18 -05:00
Hello.py gettext-ify Hello.py 2010-08-14 17:38:18 +02:00
HHReplayer.py Add copyright notice 2010-09-09 16:37:18 +08:00
HUD_config.test.xml Made the same 'Hero' changes for tour and summary files. Also made cacheSessions default in the test Config file 2010-12-05 18:24:45 -05:00
HUD_config.xml.example Added sessionTimeout Import field to Configuration.py and the Hud_config files. Default set to 30 minutes to start a new session 2010-12-04 17:33:57 -05:00
HUD_main.pyw Remove tracked .gitignore fix HUD_main permissions 2010-12-06 11:43:09 +08:00
HUD_run_me.py gettext-ify HUD_run_me.py 2010-08-14 17:52:07 +02:00
Hud.py Resize HUD when client is resized. Clean up idle functions. 2010-12-01 01:54:42 -05:00
IdentifySite.py Revert "Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz" 2010-11-26 18:15:28 -05:00
ImapFetcher.py Replaced -i infile with -f file in Options.py and replaced options.infile with options.filename in SplitHandHistory.py, Anonymise.py, and ImapFetcher.py 2010-10-13 02:23:41 -04:00
interlocks.py make "source" argument to interlocks.acquire mandatory 2010-11-28 20:04:32 -05:00
iPokerToFpdb.py L10n: H->M updated 2010-09-23 14:10:30 +08:00
L10n.py L10n.py: Make safer 2010-09-22 23:41:09 +08:00
logging.conf some work on guidatabase and turn it on 2010-07-19 21:36:45 +01:00
Mucked.py Clean up unused imports. 2010-11-26 21:01:34 -05:00
OnGameToFpdb.py OnGame: Initial Draw support 2010-09-30 18:01:47 +08:00
Options.py --hidden --minimized 2010-11-27 20:35:34 -05:00
P5sResultsParser.py gettextify and add codepage for P5sResultsParser 2010-08-15 06:28:43 +02:00
PartyPokerToFpdb.py Party: Make Party Stud H/L partially recognised 2010-12-03 18:13:07 +08:00
PkrToFpdb.py L10n: Remaining files 2010-09-23 14:31:16 +08:00
pokereval.py pypokereval: fixes to allow py2exe to compile. Also, place win32 dependencies 2010-12-05 16:59:32 +00:00
PokerStarsSummary.py PSS: Fix Stars summary import to deal with slightly modified format 2010-11-11 18:25:06 +08:00
PokerStarsToFpdb.py Stars: Fix issue where player collected pot 2010-12-06 13:45:58 +08:00
RazzStartHandGenerator.py RSHG: Fix a coupl eof bugs 2010-09-24 13:30:16 +08:00
SplitHandHistory.py Revert "Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz" 2010-11-26 18:15:28 -05:00
SQL.py Fixed a variety of bugs in storeSessionsCache() and the corresponding SQL statements 2010-12-08 16:32:26 -05:00
Stats.py L10n: Remaining files 2010-09-23 14:31:16 +08:00
Stove.py Stove: Start gettextification 2010-12-06 12:51:53 +08: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 Fix file permissions. 2010-12-04 15:31:34 -05:00
TableWindow.py Merge branch 'master' of git://git.assembla.com/free_poker_tools.git 2010-12-05 16:39:13 -05:00
test_Betfair.py remove remaining calls to removed config section 2010-08-23 07:28:30 +02:00
test_Database.py gettextify some small files 2010-08-15 07:38:44 +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 remove remaining calls to removed config section 2010-08-23 07:28:30 +02:00
TestHandsPlayers.py Winamax: Pull in tournament support from Forrest 2010-11-26 12:45:41 +08:00
TestSummaryImport.py TSI: Add FTP support 2010-11-15 14:24:31 +08:00
TournamentTracker.py L10n: Remaining files 2010-09-23 14:31:16 +08:00
TourneyFilters.py L10n: Remaining files 2010-09-23 14:31:16 +08:00
TourneySummary.py TourneySummary: Add alternate lookup for FTP 2010-11-15 13:40:57 +08:00
TreeViewTooltips.py gettextify treeviewtooltips and add fpdb notice 2010-10-10 17:48:23 +02:00
upd_indexes.sql Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Win2dayToFpdb.py L10n: Remaining files 2010-09-23 14:31:16 +08:00
WinamaxToFpdb.py Winamax: Pull in tournament support from Forrest 2010-11-26 12:45:41 +08:00
windows_make_bats.py remove debug print; add import to Config; gettextify tables 2010-08-15 21:09:18 +02:00
WinTables.py Fix for UC table names on Windows. 2010-11-12 11:02:21 -05:00
xlib_tester.py Doh! Make executable. 2010-11-12 11:03:30 -05:00
XTables.py Fixed table dectection on Ubuntu/KDE. 2010-12-05 12:52:02 -05:00