fpdb/pyfpdb
2011-04-06 17:03:04 +00:00
..
locale update french language 2011-03-23 15:02:42 +08:00
regression-test-files Regression: FTP 1500/3000 Triple Draw sample hand. 2011-04-02 22:27:13 +08:00
AbsoluteToFpdb.py Merge branch 'carl' 2011-03-17 15:15:45 +01:00
AlchemyFacilities.py update copyright year 2011-03-10 06:16:31 +01:00
AlchemyMappings.py Merge branch 'master' of git://github.com/rwielinga/fpdb into wielinga 2011-03-19 01:59:06 +01:00
AlchemyTables.py update copyright year 2011-03-10 06:16:31 +01:00
Anonymise.py more string unification, update l10n files 2011-03-11 07:08:50 +01:00
Aux_Hud.py update copyright year 2011-03-10 06:16:31 +01:00
BetfairToFpdb.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
CarbonToFpdb.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
Card.py Card: Remove unused function 2011-04-02 12:27:29 +08:00
Cards01.png Signed-off-by: fpdb-mme <jUrner@arcor.de> 2009-10-25 00:13:35 +02:00
Cards02.png new and old cards 2011-03-14 16:31:08 +08:00
Cards0-HMHUD.png new cards file 2009-03-10 20:31:09 -04:00
Charset.py update copyright year 2011-03-10 06:16:31 +01:00
Configuration.py Fixed some data-type bugs in the Import class -- essentialy the same commit as 530a21cb9f65f83f8b09ef08f6415c8bd256fccc in the chaz branch of my repo 2011-03-23 19:27:55 +00:00
Database.py Commented out the printing in recreate_tables. Should think about undertaking an effort to remove all printing since everything important is logged anyways 2011-04-06 03:43:56 +00:00
decimal_wrapper.py Rename decimal.py to decimal_wrapper.py so we don't break when 2011-02-25 14:18:12 -05:00
DerivedStats.py Added the column 'showed' to handsplayers which flags whether or not a player showed his or her hand. If false and 'sawSD' is true then they mucked. If true and 'sawSD' is false, then they showed outside of a showdown (site dependent). Also fixed up readShownCards in FTP's hhc so it recorded mucked and showed correctly. 2011-04-05 02:41:53 +00:00
EverestToFpdb.py Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem." 2011-03-29 15:46:15 +08:00
EverleafToFpdb.py Everleaf: Clean out some crufty comments 2011-03-29 18:07:39 +08:00
Exceptions.py update copyright year 2011-03-10 06:16:31 +01:00
Filters.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
fpdb_import.py Merge branch 'sorrow' into chazdazzle-test 2011-04-06 16:56:48 +00:00
fpdb.pyw Merge branch 'master' of git://git.assembla.com/fpdb 2011-03-20 18:05:15 +00:00
FullTiltPokerSummary.py changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|' 2011-03-29 20:15:21 +00:00
FulltiltToFpdb.py Merge branch 'sorrow' into chazdazzle-test 2011-04-06 16:56:48 +00:00
GuiAutoImport.py display warning and dont load HUD if running without admin under vista/7 2011-03-18 00:11:47 +01:00
GuiBulkImport.py update copyright year 2011-03-10 06:16:31 +01:00
GuiDatabase.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
GuiGraphViewer.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
GuiImapFetcher.py update copyright year 2011-03-10 06:16:31 +01:00
GuiLogView.py update copyright year 2011-03-10 06:16:31 +01:00
GuiPlayerStats.py update copyright year 2011-03-10 06:16:31 +01:00
GuiPositionalStats.py update copyright year 2011-03-10 06:16:31 +01:00
GuiPrefs.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
GuiReplayer.py update copyright year 2011-03-10 06:16:31 +01:00
GuiRingPlayerStats.py update copyright year 2011-03-10 06:16:31 +01:00
GuiSessionViewer.py update copyright year 2011-03-10 06:16:31 +01:00
GuiStove.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
GuiTourneyGraphViewer.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
GuiTourneyImport.py Added printtest back in and fixed a couple of SessionsCache bugs 2011-03-23 19:27:55 +00:00
GuiTourneyPlayerStats.py update copyright year 2011-03-10 06:16:31 +01:00
GuiTourneyViewer.py update copyright year 2011-03-10 06:16:31 +01:00
Hand.py Added new showdownStrings dictionary in the Hand module as well as the appropriate regex in re_ShownCards for capturing the text discrption of showdown hands. FTP and Stars only for now. Once evaluating hand strings is added to Stove, this will be used as a back up for games Poker-eval does not fully support such as Razz and Badugi 2011-04-04 19:57:54 +00:00
HandHistory.py update copyright year 2011-03-10 06:16:31 +01:00
HandHistoryConverter.py Added methods for storing the filename and import statistics in a new 'Files' table which links with the Hands table via Hands.fileId. Extended support for storing mixed game information for Full Tilt Poker coming from the filename, and updated mixed game dictionaries for PokerStars. Added a field in GameTypes to track this mixed game variable entitled 'mix' which takes on the string value of 'none' if not a mix game hand. 2011-04-02 23:56:52 +00:00
Hello.py update copyright year 2011-03-10 06:16:31 +01:00
HHReplayer.py update copyright year 2011-03-10 06:16:31 +01:00
HUD_config.test.xml remove hharchivebase from code and test config 2011-03-19 20:15:53 +01:00
HUD_config.xml.example remove obselete setting hhArchiveBase from example config 2011-03-19 19:41:56 +01:00
HUD_main.pyw display warning and dont load HUD if running without admin under vista/7 2011-03-18 00:11:47 +01:00
HUD_run_me.py update copyright year 2011-03-10 06:16:31 +01:00
Hud.py Merge branch 'master' of git://git.assembla.com/fpdb 2011-03-10 18:06:30 +08:00
IdentifySite.py update copyright year 2011-03-10 06:16:31 +01:00
ImapFetcher.py update copyright year 2011-03-10 06:16:31 +01:00
interlocks.py make "source" argument to interlocks.acquire mandatory 2010-11-28 20:04:32 -05:00
iPokerToFpdb.py few more string unifications (I know its too late, but I wanted them in so translators running non-source can try their translations better), update l10n files 2011-03-12 21:47:14 +01:00
L10n.py update copyright year 2011-03-10 06:16:31 +01:00
logging.conf some work on guidatabase and turn it on 2010-07-19 21:36:45 +01:00
Mucked.py update copyright year 2011-03-10 06:16:31 +01:00
OnGameToFpdb.py OnGame: Refine tourney portion of re_HandInfo 2011-03-31 17:49:18 +08:00
Options.py Merge branch 'master' of git://github.com/rwielinga/fpdb into wielinga 2011-03-19 01:59:06 +01:00
OSXTables.py update copyright year 2011-03-10 06:16:31 +01:00
P5sResultsParser.py gettextify and add codepage for P5sResultsParser 2010-08-15 06:28:43 +02:00
PacificPokerToFpdb.py changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|' 2011-03-29 20:15:21 +00:00
PartyPokerToFpdb.py Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem." 2011-03-29 15:46:15 +08:00
PkrToFpdb.py update copyright year 2011-03-10 06:16:31 +01:00
PokerStarsSummary.py Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem." 2011-03-29 15:46:15 +08:00
PokerStarsToFpdb.py Added back in additions to THP and PokerStarsToFpdb now that the conflict has been resolved 2011-04-06 17:03:04 +00:00
RazzStartHandGenerator.py RSHG: Fix a coupl eof bugs 2010-09-24 13:30:16 +08:00
RushNotesAux.py HUD: make update_hudcache data INT not BOOL (#93) & rushaux BOOL fix 2011-03-20 17:57:07 +00:00
RushNotesMerge.py update copyright year 2011-03-10 06:16:31 +01:00
RushNotesReadMe.txt rushnotes: add 3/4 bet stats, fix to allow multi-tabling 2011-02-05 16:34:26 +00:00
ScriptAddStatToRegression.py replaced /usr/bin/python with /usr/bin/env python 2011-02-27 21:17:07 +08:00
ScriptFetchWinamaxResults.py translation ascii utf8 2011-03-14 16:30:41 +08:00
SitenameSummary.py update copyright year 2011-03-10 06:16:31 +01:00
SplitHandHistory.py update copyright year 2011-03-10 06:16:31 +01:00
SQL.py Added the column 'showed' to handsplayers which flags whether or not a player showed his or her hand. If false and 'sawSD' is true then they mucked. If true and 'sawSD' is false, then they showed outside of a showdown (site dependent). Also fixed up readShownCards in FTP's hhc so it recorded mucked and showed correctly. 2011-04-05 02:41:53 +00:00
Stats.py update copyright year 2011-03-10 06:16:31 +01:00
Stove.py update copyright year 2011-03-10 06:16:31 +01:00
Summaries.py update copyright year 2011-03-10 06:16:31 +01:00
SummaryEverleaf.py update copyright year 2011-03-10 06:16:31 +01:00
Tables_Demo.py update copyright year 2011-03-10 06:16:31 +01:00
TableWindow.py Merge branch 'master' of git://git.assembla.com/fpdb 2011-03-10 18:06:30 +08:00
test_Database.py update copyright year 2011-03-10 06:16:31 +01:00
test_Everleaf.py update copyright year 2011-03-10 06:16:31 +01:00
test_FullTilt.py update copyright year 2011-03-10 06:16:31 +01:00
test_PokerStars.py update copyright year 2011-03-10 06:16:31 +01:00
TestHandsPlayers.py Added back in additions to THP and PokerStarsToFpdb now that the conflict has been resolved 2011-04-06 17:03:04 +00:00
TestSummaryImport.py Merge branch 'master' of git://git.assembla.com/fpdb 2011-03-10 18:06:30 +08:00
TournamentTracker.py update copyright year 2011-03-10 06:16:31 +01:00
TourneyFilters.py update copyright year 2011-03-10 06:16:31 +01:00
TourneySummary.py Added printtest back in and fixed a couple of SessionsCache bugs 2011-03-23 19:27:55 +00: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 Win2day: Allow CAD espacejeux.com hand to parse 2011-04-02 14:15:42 +08:00
WinamaxSummary.py changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|' 2011-03-29 20:15:21 +00:00
WinamaxToFpdb.py added \u20ac into the sym dict 2011-03-30 03:15:12 +00:00
windows_make_bats.py update copyright year 2011-03-10 06:16:31 +01:00
WinTables.py fix brackets on a string 2011-03-19 02:19:05 +01:00
xlib_tester.py update copyright year 2011-03-10 06:16:31 +01:00
XTables.py update copyright year 2011-03-10 06:16:31 +01:00