..
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
changed the key in the hands stats dict from 'gameTypeId' back to 'gametypeId'
2011-03-30 03:49:13 +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
Updated the import process for Draw hands so that cards, along with additional draws can now be stored. HandsPlayers now includes 20 card fields to accomodate up to 4 five card hands for each player. The regex for the 'stands pat' action was also improved so that hero cards from those streets could be taken from that line of text
2011-03-24 06:00:10 +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
Import: reenable the test data for gametypes
2011-04-02 22:48:38 +08: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
FTP: Fix issue with RIT hands.
2011-04-07 17:54:47 +10: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
Changed the order of how draw cards are stored in HP so cards dealt to hero on Draws 1-3 (the open field of the holecards dictionary are placed after the cards held from previous streets (the closed field of the holecards dictionary)
2011-04-01 02:08:20 +00:00
HandHistory.py
update copyright year
2011-03-10 06:16:31 +01:00
HandHistoryConverter.py
Modified HHC so gtk & pygtk are imported to execute a callback only if import is run from the gui
2011-03-23 19:34:15 +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
Stars: Add mixed holdem tourney support
2011-04-02 15:02:18 +08: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
Merge branch 'sorrow' into chazdazzle
2011-03-29 14:04:59 +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
THP: Remove 'id'
2011-04-01 12:49:04 +08: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