Commit Graph

  • 66e1cc3704 This 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
  • ed5234d24a GUI: BB graph not working in postgres - add additional group-by column gimick 2011-03-23 09:38:50 +0000
  • c0d8ff4638 update french language tribumarchal 2011-03-21 16:47:55 +0100
  • 169f4bca32 Regression: Data files for PacificPoker play money hand Worros 2011-03-22 15:35:03 +0800
  • 867c547ca0 Revert "Modified hhc & fpdb_import so gtk & pygtk are imported only if import is run from the" Worros 2011-03-22 15:20:50 +0800
  • 94dc683281 PacificPoker: Change raise function Worros 2011-03-22 15:11:08 +0800
  • 32bb2c013e Merge branch 'master' of https://github.com/rwielinga/fpdb Worros 2011-03-22 15:03:41 +0800
  • ed1259fe30 It'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
  • 41e0042235 Added tracking for FTP 2-7 Single Draw Chaz Littlejohn 2011-03-22 04:16:23 +0000
  • 64f46181fa Modified 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
  • 5f63bc1cca Merge branch 'sorrow' into chazdazzle Chaz Littlejohn 2011-03-22 02:21:15 +0000
  • 43c31cd971 Added 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
  • 9d716bbedb Regression: gunzip PacificPoker files Worros 2011-03-21 12:25:06 +0800
  • 9944d53058 Win2day: Accept accentuated characters in the tables names Worros 2011-03-21 11:17:26 +0800
  • 66112a8d6e Hand.py: Add CAD currency Worros 2011-03-21 11:15:19 +0800
  • 18bb783367 Merge branch 'master' of git://git.assembla.com/fpdb-eric into eric Steffen Schaumburg 2011-03-20 20:13:17 +0100
  • 68fe4ee9a2 Merge branch 'master' of git://git.assembla.com/fpdb gimick 2011-03-20 18:05:15 +0000
  • 7951f6ded2 menu: remove debug message gimick 2011-03-20 18:03:29 +0000
  • b0ea975b25 HUD: make update_hudcache data INT not BOOL (#93) & rushaux BOOL fix gimick 2011-03-20 17:57:07 +0000
  • 368ec176f9 Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2011-03-19 18:57:37 -0400
  • cee7617cdb Merge branch 'master' of git://git.assembla.com/fpdb-gimick.git Eric Blade 2011-03-19 18:56:00 -0400
  • bd94b34bf9 testing... Chaz Littlejohn 2011-03-19 21:38:48 +0000
  • d6b3197fb6 linux (and probably mac): fix copying of example config in case of missing config file Steffen Schaumburg 2011-03-19 22:10:45 +0100
  • 43b071515d remove hharchivebase from code and test config Steffen Schaumburg 2011-03-19 20:15:53 +0100
  • 22fdf6944b remove obselete setting hhArchiveBase from example config Steffen Schaumburg 2011-03-19 19:41:56 +0100
  • 708f44c2fa fix brackets on a string Steffen Schaumburg 2011-03-19 02:19:05 +0100
  • b1387be3ce some string unifications Steffen Schaumburg 2011-03-19 02:13:26 +0100
  • 5483e01693 Merge branch 'master' of git://github.com/rwielinga/fpdb into wielinga Steffen Schaumburg 2011-03-19 01:59:06 +0100
  • f0798111e5 py2exe: recommit files to correct line endings gimick 2011-03-18 22:01:51 +0000
  • 632724d5c0 py2exe: remove two files with windows line endings. To be fixed in next commit gimick 2011-03-18 21:46:21 +0000
  • 4a622529c6 py2exe: more automation - walkthrough & script changes gimick 2011-03-18 21:16:34 +0000
  • 8f7b01616d Merge branch 'master' of git://git.assembla.com/fpdb-eric into eric Steffen Schaumburg 2011-03-18 09:50:06 +0100
  • a0ffc0dfb0 Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2011-03-17 23:42:43 -0400
  • 600bdbe14a Merge branch 'master' of git://git.assembla.com/fpdb-gimick.git Eric Blade 2011-03-17 23:40:43 -0400
  • 9a073765f7 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2011-03-17 23:38:38 -0400
  • 309c3a408a overdue version string increment Steffen Schaumburg 2011-03-18 00:12:20 +0100
  • b75dc46979 display warning and dont load HUD if running without admin under vista/7 Steffen Schaumburg 2011-03-18 00:11:47 +0100
  • 96bf04ad5f make fpdb.pyw executable Steffen Schaumburg 2011-03-17 21:00:00 +0100
  • 20bd9b4ae3 Revert "trivial string fix" Steffen Schaumburg 2011-03-17 20:59:17 +0100
  • af1c1d1c1f Merge branch 'carl' Steffen Schaumburg 2011-03-17 15:15:45 +0100
  • 08ee109ec3 Stars: Allow ' in tablename Worros 2011-03-17 14:29:00 +0800
  • 60d17b0231 Merge branch 'eric' Steffen Schaumburg 2011-03-16 12:26:24 +0100
  • 92095b1fc0 trivial string fix Steffen Schaumburg 2011-03-16 12:26:21 +0100
  • 90a2f59803 Merge branch 'master' of git://git.assembla.com/fpdb-eric into eric Steffen Schaumburg 2011-03-16 12:17:16 +0100
  • bc7a5c55ff Merge branch 'carl' Steffen Schaumburg 2011-03-16 09:37:44 +0100
  • b000278000 Merge branch 'gimick' Steffen Schaumburg 2011-03-15 21:52:16 +0100
  • d7fdac6366 Merge branch 'ferki' Steffen Schaumburg 2011-03-15 21:19:26 +0100
  • 5262746996 attempted fix for OSX startup problem Steffen Schaumburg 2011-03-15 21:18:42 +0100
  • 15bdbfbdf7 Absolute: Allow date variation to parse Worros 2011-03-15 14:44:41 +0800
  • affc697b32 Regression: Absolute HH from email. Worros 2011-03-15 14:42:43 +0800
  • 180c4be9f6 new and old cards tribumarchal 2011-03-06 20:58:03 +0100
  • 2ddc08263a translation ascii utf8 tribumarchal 2011-03-08 17:22:21 +0100
  • f1ec659015 WinamaxSummary: Allow satellites to parse Worros 2011-03-14 16:05:59 +0800
  • 7e5573f1f5 Winamax: Minor fix to Pierres patch. Worros 2011-03-14 14:12:32 +0800
  • c66ec208c2 fix error only french winnamax poker tribumarchal 2011-03-09 16:32:42 +0100
  • 920aac6f73 fix minor bug display GuiRingPlayerStats.py tribumarchal 2011-03-06 16:26:17 +0100
  • d2be4b2fb4 l10n: updated and revised Hungarian translation Erki Ferenc 2011-03-13 17:43:49 +0100
  • 7015c3f7a6 Bump changelog for version 0.22 Mika Bostrom 2011-03-13 05:15:42 +0200
  • d56fbd8701 Merge branch 'steffen' Mika Bostrom 2011-03-13 05:15:06 +0200
  • 8a9a227735 fix some misplaced newlines in the translations, add checking program to localise script, update mo files Steffen Schaumburg 2011-03-12 22:03:06 +0100
  • d49d2e2220 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 Steffen Schaumburg 2011-03-12 21:47:14 +0100
  • 8cab75bf2a Revert "py2exe: add more build automation, activate MS-Windows GTK theme - (merge conflict)" gimick 2011-03-12 20:46:29 +0000
  • de5a406f68 Merge branch 'master' of git://git.assembla.com/fpdb Robert Wielinga 2011-03-12 17:40:16 +0100
  • 407c93349c Added required files for PacificPoker HHC Robert Wielinga 2011-03-12 13:59:22 +0100
  • f61fcc4b4a Added the PacifikPoker (888Poker) HandHistoryConverter Robert Wielinga 2011-03-12 13:28:55 +0100
  • f16e33c398 py2exe: add more build automation, activate MS-Windows GTK theme - (2nd try) gimick 2011-03-11 17:28:21 +0000
  • 26fc81c013 Revert "py2exe: add more build automation, activate MS-Windows GTK theme" filetype mangled gimick 2011-03-11 09:51:53 +0000
  • 2baac68ac7 generate hungarian mo file Steffen Schaumburg 2011-03-11 07:15:17 +0100
  • 24f7d5514f Merge branch 'ferki' Steffen Schaumburg 2011-03-11 07:12:58 +0100
  • 1fac2ffe13 more string unification, update l10n files Steffen Schaumburg 2011-03-11 07:08:50 +0100
  • d7697f4328 TourneySummary: SQLite complaining about Decimal format. Worros 2011-03-10 18:03:21 +0800
  • 72f6a1ce6a Database: Reformat a some tournament results update code Worros 2011-03-10 18:01:25 +0800
  • 56db34ae05 Party: Fix Party freeroll tourney parsing Worros 2011-03-06 09:41:43 +0800
  • 292cea1fb9 Regression: Party freeroll tourney, sample Worros 2011-03-06 09:40:49 +0800
  • 78c19a7e88 l10n: updated Hungarian translation Erki Ferenc 2011-03-11 01:36:41 +0100
  • 0dfe6b3d78 py2exe: add more build automation, activate MS-Windows GTK theme gimick 2011-03-10 21:02:14 +0000
  • 1f355c1638 dont load configuration in test_python_libs as the import fails Steffen Schaumburg 2011-03-10 17:35:58 +0100
  • eef755ac01 Merge branch 'master' of git://git.assembla.com/fpdb Worros 2011-03-10 18:06:30 +0800
  • 0955656585 TSI: Add Winamax lines Worros 2011-03-10 18:05:36 +0800
  • 07d2d5733c TourneySummary: SQLite complaining about Decimal format. Worros 2011-03-10 18:03:21 +0800
  • e0124d2d11 Database: Reformat a some tournament results update code Worros 2011-03-10 18:01:25 +0800
  • 0bc0d97bbf Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2011-03-10 02:45:27 -0500
  • d0f6f53ae1 update pot/po/mo files Steffen Schaumburg 2011-03-10 06:17:56 +0100
  • 8a519699b5 update copyright year Steffen Schaumburg 2011-03-10 06:16:31 +0100
  • 07d9df0b31 another 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
  • ad04ad37c2 update pot/po/mo files Steffen Schaumburg 2011-03-10 05:14:51 +0100
  • 792b110ee1 more string unification Steffen Schaumburg 2011-03-10 05:14:16 +0100
  • 23818e0c6b more string unification Steffen Schaumburg 2011-03-10 04:36:20 +0100
  • 27f4503365 remove return that cant be reached Steffen Schaumburg 2011-03-10 04:29:38 +0100
  • 4c71fd7baf unify a string Steffen Schaumburg 2011-03-10 04:29:16 +0100
  • 5a0f2946a4 fix many strings that weren't being picked up by gettext's parser Steffen Schaumburg 2011-03-10 04:15:53 +0100
  • 4e9ab6a1d6 make THP executable Steffen Schaumburg 2011-03-10 04:13:25 +0100
  • 27ae61f853 Update 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
  • 75814f227b fix import l10n stuff in windows_make_bats Steffen Schaumburg 2011-03-10 02:44:56 +0100
  • 4d1430026b fix some gettextifications Steffen Schaumburg 2011-03-10 02:44:40 +0100
  • 8bec7644ef various gettextifications and skipping of new non-stat fields in HUD configurator Steffen Schaumburg 2011-03-10 02:26:42 +0100
  • c654beee03 trivial: add a todo note, l10nify a string Steffen Schaumburg 2011-03-09 23:28:45 +0100
  • e3859a8fc9 WinTables: 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
  • 6a01a669f6 Merge commit '1ccbdc54657a3a03eee64c304d04ab2894beb5f7' Steffen Schaumburg 2011-03-09 23:28:52 +0100
  • 87d1e80a2d trivial: add a todo note, l10nify a string Steffen Schaumburg 2011-03-09 23:28:45 +0100