66e1cc3704This commit includes a set of updates which: * implement the new SessionsCache table - The SessionsCache table can be used to track overall or game sepecific sessions - The totalProfit field is summed by gameTypeId for cash games allowing for multiple currencies - Tournament profit (cashes - buy-ins) are also recorded in totalProfit and its grouped by tourneyId * change the sequence and methodology surrounding the import of hands - fpdb_import.py implements a unique Hand.py method for each table - Hands SessionCache and HudCache records themselves are 'cached' to allow for 'bulk insert' at EOF - import is reorganized to allow for efficient locking in multiple connection environments * changes the name of the index created by addTPlayersIndex (so that it is unique) to accommodate a bug in MySQL 5.5
Chaz Littlejohn
2011-03-22 19:16:22 +0000
ed5234d24aGUI: BB graph not working in postgres - add additional group-by column
gimick
2011-03-23 09:38:50 +0000
c0d8ff4638update french language
tribumarchal
2011-03-21 16:47:55 +0100
169f4bca32Regression: Data files for PacificPoker play money hand
Worros
2011-03-22 15:35:03 +0800
867c547ca0Revert "Modified hhc & fpdb_import so gtk & pygtk are imported only if import is run from the"
Worros
2011-03-22 15:20:50 +0800
94dc683281PacificPoker: Change raise function
Worros
2011-03-22 15:11:08 +0800
ed1259fe30It's not actually a big deal if there's no bring-in, like if the bring-in completes instead, so changed to debug.
Chaz Littlejohn
2011-03-22 04:17:46 +0000
41e0042235Added tracking for FTP 2-7 Single Draw
Chaz Littlejohn
2011-03-22 04:16:23 +0000
64f46181faModified hhc & fpdb_import so gtk & pygtk are imported only if import is run from the gui
Chaz Littlejohn
2011-03-22 03:22:38 +0000
5f63bc1ccaMerge branch 'sorrow' into chazdazzle
Chaz Littlejohn
2011-03-22 02:21:15 +0000
43c31cd971Added a testfile that is not put in the DB correctly. The file shows a game where 'Hero' loses 18 (play money) dollars. FPDB determines a loss of 27 dollars. Where does this go wrong? TODO comments have been added to the PacificPokerToFpdb.py.
Robert Wielinga
2011-03-21 20:38:27 +0100
f1ec659015WinamaxSummary: Allow satellites to parse
Worros
2011-03-14 16:05:59 +0800
7e5573f1f5Winamax: Minor fix to Pierres patch.
Worros
2011-03-14 14:12:32 +0800
c66ec208c2fix error only french winnamax poker
tribumarchal
2011-03-09 16:32:42 +0100
920aac6f73fix minor bug display GuiRingPlayerStats.py
tribumarchal
2011-03-06 16:26:17 +0100
d2be4b2fb4l10n: updated and revised Hungarian translation
Erki Ferenc
2011-03-13 17:43:49 +0100
7015c3f7a6Bump changelog for version 0.22
Mika Bostrom
2011-03-13 05:15:42 +0200
d56fbd8701Merge branch 'steffen'
Mika Bostrom
2011-03-13 05:15:06 +0200
8a9a227735fix some misplaced newlines in the translations, add checking program to localise script, update mo files
Steffen Schaumburg
2011-03-12 22:03:06 +0100
d49d2e2220few 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
Steffen Schaumburg
2011-03-12 21:47:14 +0100
8a519699b5update copyright year
Steffen Schaumburg
2011-03-10 06:16:31 +0100
07d9df0b31another bit of string churn - the number of strings/words to translate is going down due to this though :)
Steffen Schaumburg
2011-03-10 05:45:07 +0100
27ae61f853Update pot/po/mo files, import translations from transifex, add partial polish and russian translations. Many thanks to everyone who worked on this, see our transifex project for details.
Steffen Schaumburg
2011-03-10 02:56:29 +0100
4d1430026bfix some gettextifications
Steffen Schaumburg
2011-03-10 02:44:40 +0100
8bec7644efvarious gettextifications and skipping of new non-stat fields in HUD configurator
Steffen Schaumburg
2011-03-10 02:26:42 +0100
c654beee03trivial: add a todo note, l10nify a string
Steffen Schaumburg
2011-03-09 23:28:45 +0100
e3859a8fc9WinTables: ignore tables that are not visible, have parents, or appear to be other non-app styled windows
Eric Blade
2011-03-04 08:46:41 -0500