Commit Graph

  • c818ee1479 update l10n files steffen123 2010-10-02 13:55:08 +0200
  • 4bd5f3c23e Merge branch 'carl' steffen123 2010-10-02 13:40:13 +0200
  • 9208f8ec28 activate french translation, update all l10n files steffen123 2010-10-02 13:33:25 +0200
  • 1b272af2f7 add french translation from frederic prost steffen123 2010-10-02 13:13:20 +0200
  • fa3a9c54b8 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-10-01 22:20:32 -0400
  • f4baaa42a7 HHC: Modify allHandsAsList() to remove trailing entry Worros 2010-10-01 11:31:52 +0800
  • 56b268920d Betfair: Fix parse error from THP Worros 2010-10-01 10:51:38 +0800
  • 9f64602338 Database, Importer: Convert print to log.info Worros 2010-10-01 10:44:27 +0800
  • 1e0a1a6ad8 OnGame: Initial Draw support Worros 2010-09-30 18:01:47 +0800
  • bbbf1ec4e6 OnGame: Initial stud support. Worros 2010-09-30 17:53:52 +0800
  • 43edb615b0 SQL: Fix MySQL/Postgres Actions and HandsActions Worros 2010-09-30 17:19:35 +0800
  • 4de792a1eb Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-09-30 01:46:48 -0400
  • 30e7c53f5c Winamax siteId change Worros 2010-09-30 00:40:02 +0800
  • 9d712ba812 DerivedStats: Fix position calculation for holdem. Worros 2010-09-29 15:55:25 +0800
  • dbbccc4ac6 Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz Worros 2010-09-29 13:02:30 +0800
  • 9c225a5b72 * Updated storeHandsPlayers() to insert via executemany() if 'saveActions' is False and via looped execute() to call get_last_insert_id() if 'saveActions' is True Chaz 2010-09-28 23:34:20 -0400
  • a964b17de6 Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz Worros 2010-09-29 10:11:16 +0800
  • 76b2dec2b6 * updated _addRaise() so that it does in fact accept the action variable Chaz 2010-09-28 17:33:15 -0400
  • ae6a035834 * fixed a small issue in assembleHandsActions() Chaz 2010-09-28 17:23:44 -0400
  • 0e9fb62b0d * added a call to the import_parameter 'saveActions' in Hand.py, saving it's value in the variable Hand.saveActions * added logic to Hand.import() so that it only calls db.storeHandsActions if saveActions is true * added logic to DetailedStats.getstats() so that it only calls assembleHandsActions() if saveActions is true Chaz 2010-09-28 17:17:15 -0400
  • 030a15f041 * Filled assembleHandsActions() Chaz 2010-09-28 17:11:09 -0400
  • a76e34598d * Modified storeHandsPlayers() so it returns a dictionary of handId & playerId to handPlayerIds * Filled storeHandsActions() with the required information * Updated Hand.insert so that it calls storeHandsActions() and added the variable dbid_hpid to receive the new dictionary Chaz 2010-09-28 17:09:24 -0400
  • 1b0db117ce * updated 'createHandsActionsTable' and 'store_hands_actions' in the SQL dictionary Chaz 2010-09-28 17:01:31 -0400
  • c1b2a0040c * Added HandsActions & Actions indexes & foreign keys to Database.py * Added 'createActionsTable' to the SQL dictionary * Updated create_tables so 'createActionsTable' would be called * Updated dumpdatabase(), adding in u'Actions' * Added action name & code info for filling the Actions table in FillDefaultData() Chaz 2010-09-28 16:59:37 -0400
  • 94d4bf6ed5 * added ACTION dictionary for looking up actionId * edited addAnte(), addBlind(), addCall(), addBet(), addBlind() (Draw), addDiscard() (Draw), addComplete() (Stud), and addBringIn() (Stud) to standardize element order and datatype * added a field to _addRaise() which allows addComplete() (Stud) to pass the 'compleates' action type Chaz 2010-09-28 16:50:33 -0400
  • b14344aea6 Merge branch 'master' of git://ferki.hopto.org/fpdb Worros 2010-09-28 22:47:34 +0800
  • 4f3f7570ab Party: Couple of mods to start support for Stud H/L Worros 2010-09-28 22:47:04 +0800
  • bb0bb3c2dd l10n: fixed a typo Erki Ferenc 2010-09-28 15:56:02 +0200
  • d2f5633384 PartyPoker: improved handling of players with zero or unknown stacks Erki Ferenc 2010-09-28 15:46:51 +0200
  • 9e13930742 Hand: Whitespace changes from Forrest Worros 2010-09-28 12:04:40 +0800
  • f62201c8e9 HUD_main: L10n update Worros 2010-09-28 11:59:10 +0800
  • d299a19abc Merge branch 'master' of git://git.assembla.com/fpdb Worros 2010-09-28 11:43:42 +0800
  • 2d90fbf3b6 Winamax: L10n change Worros 2010-09-28 11:41:27 +0800
  • 42067c0873 TableWindow: Remove whitespace breakage Worros 2010-09-28 11:41:03 +0800
  • 61d2c48da2 Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2010-09-27 16:15:54 -0400
  • 2ecee26d99 Merge branch 'eric' trivial conflict steffen123 2010-09-27 22:14:37 +0200
  • c325daf7f6 check_table_no deals with "None" passed to it Eric Blade 2010-09-27 07:34:25 -0400
  • df1cd4a15d fix syntactical issue in get_table_no Eric Blade 2010-09-27 07:29:34 -0400
  • ca967992b5 fix a comment Eric Blade 2010-09-27 07:11:16 -0400
  • b0056be03c further fixes to get stdout working in windows again Eric Blade 2010-09-27 07:10:13 -0400
  • baf47d476e fix for call to check_table_no now needing an argument Eric Blade 2010-09-27 05:56:52 -0400
  • bfec231b5d slight formatting changes to agree with PEP8 moar closely Eric Blade 2010-09-27 05:08:34 -0400
  • 4b3fe3dfa2 fix conflicts between ray's new window move code and my old window move code Eric Blade 2010-09-27 04:04:56 -0400
  • a29de2b533 Merge branch 'eric' trivial conflict steffen123 2010-09-27 09:23:53 +0200
  • 3509beb828 some missing _() steffen123 2010-09-27 09:22:07 +0200
  • a98e71ad24 semi-fix stdout for hud_main in windows when running from source Eric Blade 2010-09-27 03:14:10 -0400
  • ad2983a968 Detection system for table change during tourney's The routine stores the actual seat. When being reseated during tourney's the seat change is detected. The HUD window adjust is recalculated. Gerko de Roo 2010-09-26 17:31:05 +0200
  • bf98fae363 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git Gerko de Roo 2010-09-26 17:27:42 +0200
  • b9c63bd718 Merge branch 'master' of git://git.assembla.com/fpdb.git Gerko de Roo 2010-09-26 17:19:17 +0200
  • ec8f8aff76 Merge Gerko de Roo 2010-09-26 17:19:05 +0200
  • 034a871f27 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git Eric Blade 2010-09-26 02:21:30 -0400
  • e3113ae3a0 Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2010-09-26 02:21:04 -0400
  • 765782c958 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-09-26 02:20:34 -0400
  • efa7dbaa12 Merge branch 'master' of git://git.assembla.com/fpdb Eratosthenes 2010-09-24 13:44:14 -0400
  • 1ae01f1502 Database: Mark 27 Single draw as a lowball game Worros 2010-09-24 13:47:24 +0800
  • 121e12023f Ring Player Stats: Support Razz start card list Worros 2010-09-24 13:46:21 +0800
  • 6cfd884413 RSHG: Fix a coupl eof bugs Worros 2010-09-24 13:30:16 +0800
  • f470ae863d New: RazzStartHandGenerator Worros 2010-09-24 13:11:44 +0800
  • 1adf15e8af l10n: update pot/mo file steffen123 2010-09-23 21:59:11 +0200
  • ca4da923d4 Regression: Winamax PLO file Worros 2010-09-24 00:56:25 +0800
  • b6182b419c Winamax plugin: Contributed by Forrest Worros 2010-09-24 00:31:17 +0800
  • b8e66ee954 Winamax setup Worros 2010-09-23 23:02:00 +0800
  • 89e402f3b0 l10n: updated Hungarian translation Erki Ferenc 2010-09-23 11:38:01 +0200
  • 8a2b051916 Card: make decodeRazzStartCard return a string Worros 2010-09-23 17:30:59 +0800
  • 47ca83db84 Card: Lookup table for Razz start hand combos Worros 2010-09-23 16:42:54 +0800
  • 235a8baa5f L10n: Remaining files Worros 2010-09-23 14:31:16 +0800
  • dee17e8001 L10n: H->M updated Worros 2010-09-23 14:10:30 +0800
  • 016172f78d L10n update: Gui* Worros 2010-09-23 13:11:06 +0800
  • eefad4a486 Card: Add complete Razz start card list. Worros 2010-09-23 11:36:13 +0800
  • 353a7d96eb Config: Fix import ordering Worros 2010-09-23 11:27:06 +0800
  • 8b68bb2137 Merge branch 'master' of git://git.assembla.com/fpdb Eratosthenes 2010-09-22 21:57:47 -0400
  • 1dedbe2a45 Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2010-09-22 21:57:22 -0400
  • 1e4c835d96 l10n: update pot/po/mo steffen123 2010-09-22 20:12:26 +0200
  • 591543d468 L10n updates: C->F Worros 2010-09-23 00:10:32 +0800
  • 1b15e665e0 L10n update - Absolute->Config Worros 2010-09-22 23:51:56 +0800
  • 83900736f0 fpdb.py: Use L10n Worros 2010-09-22 23:46:03 +0800
  • 692cd4e6e4 L10n.py: Make safer Worros 2010-09-22 23:41:09 +0800
  • 02aa42a987 Merge branch 'master' of git://git.assembla.com/fpdb Worros 2010-09-22 23:41:05 +0800
  • be39031f4f l10n: rename some things steffen123 2010-09-22 17:32:27 +0200
  • 51f54f5444 refactor translation method into new file steffen123 2010-09-22 17:26:25 +0200
  • 0ce0c13dd0 Bug fixes: Make fpdb run after my previous patches damage Worros 2010-09-22 23:18:36 +0800
  • ee5e80894c Locale: Fix bug with last patch Worros 2010-09-22 16:40:31 +0800
  • 2c8f219c50 Locale: Deal with locale initialisation more safely Worros 2010-09-22 16:37:56 +0800
  • 0049cfbd3c Card.py: Adding random function and comment Worros 2010-09-22 16:35:26 +0800
  • c9f607f18b Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz Worros 2010-09-22 15:33:21 +0800
  • 5cf0cf58a1 Updated saveActions default to False Chaz 2010-09-22 02:57:51 -0400
  • 9ca3a02006 Add support for draw games to example config. Eratosthenes 2010-09-21 23:30:57 -0400
  • 033e498284 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-09-21 20:51:30 -0400
  • 2b278b781e Stars: Apparently there is a PL 5 Card draw Worros 2010-09-21 13:47:06 +0800
  • e579d047d6 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-09-20 05:23:18 -0400
  • 255f29cfae Win2day: Make Omaha hands not crash Worros 2010-09-20 14:18:52 +0800
  • 57405e7483 Win2day: Update to parse NLHE Worros 2010-09-20 14:08:41 +0800
  • 178afa4773 Win2day: Add locale header Worros 2010-09-19 00:14:50 +0800
  • 2e6bec5c18 Hand: Add fake GBP symbol Worros 2010-09-19 00:14:14 +0800
  • 232903bfe8 Merge branch 'master' of git://git.assembla.com/fpdb.git Eric Blade 2010-09-18 02:36:17 -0400
  • 2f585452bd Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-09-18 02:30:01 -0400
  • f540214e17 l10n: missed gettextify in various *ToFpdb files steffen123 2010-09-17 19:32:50 +0200
  • a6b679c7fb fix minor string typo in imapfetcher steffen123 2010-09-17 19:18:16 +0200
  • a81910d7f1 iPoker: Large update for actions and antes Worros 2010-09-17 17:39:04 +0800
  • 14ac685e30 FTP: Adjust SplitHands regex for 2 blank lines or more Worros 2010-09-17 11:47:23 +0800