Commit Graph

  • 3ac124903f Reads rank and winnings from pokerstars hand history master evilny0 2011-04-11 23:10:47 +0200
  • b611e23e5d Added support for EUR in pokerstars hand history parser evilny0 2011-04-11 23:06:56 +0200
  • 152dfa8f62 Display spent amount when currency is EUR in tournament reports evilny0 2011-04-11 23:04:30 +0200
  • a9cfd8cac1 fix startup with old config files Steffen Schaumburg 2011-04-10 21:08:32 +0200
  • 28dead2905 Merge branch 'next' Steffen Schaumburg 2011-04-10 19:14:20 +0200
  • 117a50db00 update version string for post-release Steffen Schaumburg 2011-04-10 19:10:08 +0200
  • 81f1b67f5c update version string to 0.23, update l10n files Steffen Schaumburg 2011-04-10 18:48:04 +0200
  • f68748fc76 Merge branch 'chaz' Steffen Schaumburg 2011-04-10 18:46:19 +0200
  • e96e566bc6 Merge git://github.com/ChazDazzle/fpdb-chaz into chaz Steffen Schaumburg 2011-04-10 18:38:59 +0200
  • 27446659f9 Fixed the loop in storeHudCache so that it only changes boolean to 1/0 when its True/False Chaz Littlejohn 2011-04-10 16:36:30 +0000
  • 76529adebb add todo note Steffen Schaumburg 2011-04-10 18:18:49 +0200
  • d92c0fb27c second go at fixing filename storage Steffen Schaumburg 2011-04-10 18:12:40 +0200
  • 3160496cc1 dont try to read community cards in PREFLOP - this shouldn't be necessary I don't think, but it fixes the problem for now Steffen Schaumburg 2011-04-10 16:33:19 +0200
  • d9b323ec58 remove dupe testfile (this file, with a few extra hands, was also one level deeper) Steffen Schaumburg 2011-04-10 16:25:15 +0200
  • 609ae44f29 expand ScriptAddStatToRegression.py to support adding to .hands files Steffen Schaumburg 2011-04-10 16:05:32 +0200
  • f6e21dabc5 fix import of files with dodgy filenames Steffen Schaumburg 2011-04-10 16:02:03 +0200
  • e18abe9168 testing: fix typo in THP Steffen Schaumburg 2011-04-10 15:51:17 +0200
  • 49f681fb6c testing: add showed, runIt, fileID to expected results Steffen Schaumburg 2011-04-10 15:51:06 +0200
  • b53784fd60 Merge branch 'gimick' Steffen Schaumburg 2011-04-10 14:55:10 +0200
  • cd5d43b3a8 add cleanup todo Steffen Schaumburg 2011-04-10 14:53:01 +0200
  • 58f656f374 allow example config to be in CWD or CWD/pyfpdb on posix Steffen Schaumburg 2011-04-10 14:50:54 +0200
  • 04d536e75d aux: stub new method update_card_positions gimick 2011-04-10 13:44:43 +0100
  • e23200e13d download all translations from transifex, update l10n files Steffen Schaumburg 2011-04-10 08:59:07 +0200
  • e3e4299171 Merge branch 'gimick' Steffen Schaumburg 2011-04-10 08:35:29 +0200
  • ef384f28fb Merge branch 'master' of git://git.assembla.com/fpdb gimick 2011-04-09 21:38:08 +0100
  • c48be2c287 GUI: Bulk import - show filename currently being imported gimick 2011-04-09 21:34:27 +0100
  • 5e047710ea fix mac OSX startup - now it actually starts Steffen Schaumburg 2011-04-09 20:45:22 +0200
  • a5f9ea085e fix mac OSX startup - now it actually starts Steffen Schaumburg 2011-04-09 20:36:04 +0200
  • 00c3c114a8 Merge branch 'chaz' Steffen Schaumburg 2011-04-09 19:46:45 +0200
  • b1814cda26 forgot to raise DB version Steffen Schaumburg 2011-04-09 19:34:16 +0200
  • c3688f2522 make gametypes' NOT NULL consistent across backends Steffen Schaumburg 2011-04-09 19:33:42 +0200
  • eac7ac5781 more german translation Steffen Schaumburg 2011-04-09 18:49:58 +0200
  • e4ab1f37cf more string cleaning, remove useless CLI option from GBI Steffen Schaumburg 2011-04-09 18:49:09 +0200
  • 710fc924bf This fix is needed because psycopg2 module will not implicitly convert true/false to 1/0 when aggregating numeric data - this becomes a problem when true/false fields are aggregated in the caches e.g. VPIP True in 3 hands will not be implicitly converted to aggregate 3 in the cache Chaz Littlejohn 2011-04-09 03:03:20 +0000
  • e47e76bfb0 Bug fix - looks like Files inserts were not getting committed Chaz Littlejohn 2011-04-08 22:43:27 +0000
  • 1cbb1a6a18 Bug fix - no, actually 'type' field does not require two commas and a timestamp Chaz Littlejohn 2011-04-08 22:22:17 +0000
  • caa8ef6edc Bug fix - added in missing comma in createFilesTable Chaz Littlejohn 2011-04-08 22:17:34 +0000
  • b8270aad3f Bug fix - changed to datetime.datetime.utcnow() Chaz Littlejohn 2011-04-08 21:51:20 +0000
  • 3402e5b56a Bug fix - Added in 'from datetime import datetime' Chaz Littlejohn 2011-04-08 21:49:38 +0000
  • e03d08c0be Fixed small conflict in debug message when recreating tables Chaz Littlejohn 2011-04-08 21:15:35 +0000
  • ad43f241eb testing: everleaf hand Steffen Schaumburg 2011-04-08 13:40:40 +0200
  • 398a2609ef more string cleaning Steffen Schaumburg 2011-04-08 13:39:56 +0200
  • e5cdf881a7 make database.py executable Steffen Schaumburg 2011-04-08 11:13:29 +0200
  • f3b4bb6fd0 fix different shortcuts for stop AI, string unification, remove leading/trailing whitespace Steffen Schaumburg 2011-04-08 11:12:38 +0200
  • b284455b72 rename partouche file so it can be picked up by THP Steffen Schaumburg 2011-04-08 08:48:18 +0200
  • da82c25b2f Merge branch 'master' of git://git.assembla.com/fpdb Worros 2011-04-08 16:33:48 +1000
  • 3d5fb77b82 FTP: Add Limit $2.50/$5 Worros 2011-04-08 16:30:57 +1000
  • 65bba7d368 allow import of $1.25/$2.50 blinds on FTP Steffen Schaumburg 2011-04-08 07:01:37 +0200
  • 34000b190d method doesnt exist - causes crash on OSX Steffen Schaumburg 2011-04-07 15:36:22 +0200
  • 8f9410fdbc get LOCALE_ENCODING a different way as the current one crashed on start on mac osx Steffen Schaumburg 2011-04-07 15:16:05 +0200
  • a7541c9068 removing hex coder - DB should never not be UTF8, and the code is not used anywhere else. this also caused failure on mac OSX Steffen Schaumburg 2011-04-07 15:01:45 +0200
  • 00bef8f83f method doesnt exist - causes crash on OSX Steffen Schaumburg 2011-04-07 15:36:22 +0200
  • 6fbdcaa592 updated mo files Steffen Schaumburg 2011-04-07 15:22:40 +0200
  • 9a2c3d98f5 update l10n files with completed hungarian - thanks erki! Steffen Schaumburg 2011-04-07 15:21:18 +0200
  • 565d6b65ca l10n: Updated Hungarian translation Erki Ferenc 2011-04-07 15:17:10 +0200
  • 68cb7e5e54 get LOCALE_ENCODING a different way as the current one crashed on start on mac osx Steffen Schaumburg 2011-04-07 15:16:05 +0200
  • 63f3bbb15f removing hex coder - DB should never not be UTF8, and the code is not used anywhere else. this also caused failure on mac OSX Steffen Schaumburg 2011-04-07 15:01:45 +0200
  • d44d1dda3e show mac-specific error only on mac OSX Steffen Schaumburg 2011-04-07 14:47:55 +0200
  • 56c26f5dcd activate support for capNL and FL/PL/NL draw tourneys on FTP - thanks Oleg for the histories Steffen Schaumburg 2011-04-07 12:37:40 +0200
  • b33584c63d Merge branch 'master' into next Steffen Schaumburg 2011-04-07 10:58:12 +0200
  • d8d9f3a1fc finish french translation - thanks very much to Wedges Steffen Schaumburg 2011-04-07 10:51:14 +0200
  • 53607907ea comment what looks like an unnecessary debug Steffen Schaumburg 2011-04-07 10:50:15 +0200
  • 0a512dada5 Merge branch 'master' into next Steffen Schaumburg 2011-04-07 10:41:17 +0200
  • 38832a84fb Merge branch 'carl' Steffen Schaumburg 2011-04-07 10:39:50 +0200
  • 9db4d1db55 add support for partouche poker gibraltar to everleaf parser - thanks elwood42 for providing a regex and some sample files Steffen Schaumburg 2011-04-07 10:34:34 +0200
  • d4c58fd23f FTP: Fix crasher with returned antes Worros 2011-04-07 18:26:55 +1000
  • 4f4a905609 FTP: Fix issue with RIT hands. Worros 2011-04-07 17:54:47 +1000
  • ed8966a498 remove default site from guibulkimport Steffen Schaumburg 2011-04-07 09:16:35 +0200
  • ecb9c35522 Merge branch 'master' into next Steffen Schaumburg 2011-04-07 08:34:51 +0200
  • 5e1c8364cf move total in THP to the end Steffen Schaumburg 2011-04-07 07:57:40 +0200
  • ed4a5468aa add a missing pass that prevented it from starting... Steffen Schaumburg 2011-04-07 06:28:49 +0200
  • 91b597e2ea fix for IDs of sites and actions - thanks to Jon Cooper! Steffen Schaumburg 2011-04-07 06:03:01 +0200
  • 24e23b6b4f string fix, updated german translation and l10n files Steffen Schaumburg 2011-04-07 06:00:16 +0200
  • 954ec98e9d String consistency improvements, and removal of some excessive prints Steffen Schaumburg 2011-04-07 05:57:19 +0200
  • 9db1460797 expand hand start print in PS to ensure it prints identifiable hand Steffen Schaumburg 2011-04-07 04:17:43 +0200
  • 1bdf5b9a19 add template for announcement Steffen Schaumburg 2011-04-07 03:26:30 +0200
  • 745de93cc6 Merge branch 'master' into next Steffen Schaumburg 2011-04-07 02:19:56 +0200
  • abcf16d7a8 Merge branch 'dooglus-master' Steffen Schaumburg 2011-04-07 02:19:38 +0200
  • 44a3392334 spell portuguese correctly.. Steffen Schaumburg 2011-04-07 00:04:48 +0200
  • 301eaad0f4 Merge branch 'master' into next Steffen Schaumburg 2011-04-07 00:03:14 +0200
  • 0b369ad853 update ebuilds for pt and zh Steffen Schaumburg 2011-04-07 00:02:58 +0200
  • b3ea457f4c add first bits of portugese (brazil) and chinese (simplified) translation - thanks very much to pkpkpkdo and jipeng! Steffen Schaumburg 2011-04-06 23:58:36 +0200
  • 46e7656f51 Merge branch 'eric' into next Steffen Schaumburg 2011-04-06 23:31:41 +0200
  • e9cdc96ae4 Merge branch 'master' of git://git.assembla.com/fpdb-eric into eric Steffen Schaumburg 2011-04-06 23:27:57 +0200
  • 68049cb07b add history path to site preferences Steffen Schaumburg 2011-04-06 23:27:01 +0200
  • c415e479c7 add warning when reloading config and minor optical change Steffen Schaumburg 2011-04-06 23:09:10 +0200
  • 641a13ac45 apply site preferences changes if possible Steffen Schaumburg 2011-04-06 22:56:51 +0200
  • 93e5233b00 add site preferences dialogue Steffen Schaumburg 2011-04-06 22:43:14 +0200
  • 338d163028 change everleaf default player name to the normal default Steffen Schaumburg 2011-04-06 21:10:11 +0200
  • 2989fc8a69 remove load profile menu and stub method Steffen Schaumburg 2011-04-06 19:57:22 +0200
  • 056b5d9399 rename hud configurator to hud preferences Steffen Schaumburg 2011-04-06 19:53:59 +0200
  • bf22c051e1 rename preferences to advanced preferences Steffen Schaumburg 2011-04-06 19:43:44 +0200
  • 4b938b7e2a Added back in additions to THP and PokerStarsToFpdb now that the conflict has been resolved Chaz Littlejohn 2011-04-06 17:03:04 +0000
  • ae8006935d Merge branch 'sorrow' into chazdazzle-test Chaz Littlejohn 2011-04-06 16:56:48 +0000
  • 69732a40ae resolving merge conflicts in PokerStarsToFpdb.py and TestHandsPlayers.py Chaz Littlejohn 2011-04-06 16:56:19 +0000
  • b250cf3a72 make a log entry more expressive Steffen Schaumburg 2011-04-06 17:16:59 +0200
  • 2d6ea46467 comment a logging line Steffen Schaumburg 2011-04-06 17:13:18 +0200
  • b7b93408b0 Commented out the printing in recreate_tables. Should think about undertaking an effort to remove all printing since everything important is logged anyways Chaz Littlejohn 2011-04-06 03:43:56 +0000
  • bbcc3fbf2b Merge branch 'master' of git://repo.or.cz/fpbd-bostik.git Eric Blade 2011-04-05 07:50:32 -0400
  • 33b654c64a Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2011-04-05 07:49:26 -0400