Commit Graph

  • 34e7fb0459 [NEWIMPORT] Fix HandsPlayers.cardX init Worros 2009-11-23 00:20:51 +0800
  • 943e188a4d [NEWIMPORT] Hole card data for flop games Worros 2009-11-23 00:05:23 +0800
  • 1650b76ea5 Merge branch 'master' of git://git.assembla.com/fpdb-eric Worros 2009-11-22 13:07:49 +0800
  • 19497dd480 Merge branch 'master' of git://git.assembla.com/fpdb-eric.git Eric Blade 2009-11-22 00:04:28 -0500
  • 64d9a3582b No longer mess with sys.argv (messing with system variables is a bad thing, right), use argv to determine pathname of executeable as sys.path[0] is just the first component of the path. also all database errors except MySQL reporting "Access Denied" should now crash FPDB, so someone can fill those into Exceptions, and into the fpdb_db and the fpdb files. Eric Blade 2009-11-22 00:00:23 -0500
  • d08e9a1ea3 Add support for UTF-8 HH type. Worros 2009-11-22 12:34:11 +0800
  • d2c25b6d28 Fix simple error in filter code Mika Bostrom 2009-11-21 23:51:18 +0200
  • 14ccde73a2 Fix Playerstats for Pot Limit Worros 2009-11-21 11:16:08 +0800
  • 8d2b315fc8 Fix PL in Graph viewer Worros 2009-11-21 11:11:31 +0800
  • 348420f30d Merge branch 'master' of git://repo.or.cz/fpbd-bostik Worros 2009-11-20 21:28:05 +0800
  • 3c26971414 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2009-11-20 07:49:48 -0500
  • 4d4387bd94 Removing second layer of try: Worros 2009-11-20 15:11:58 +0800
  • 615d1ea8a6 Add default style keys Mika Bostrom 2009-11-20 08:48:49 +0200
  • 8ddbe15087 Merge branch 'master' of git://git.assembla.com/fpdboz Mika Bostrom 2009-11-20 08:29:43 +0200
  • eedffdf472 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-11-20 09:11:46 +0800
  • 6eba4a5544 fix a merge problem and replace to_char() for sqlite, player stats now working in sqlite :-) sqlcoder 2009-11-19 22:19:41 +0000
  • 9823221def Merge branch 'master' of git://git.assembla.com/fpdboz Mika Bostrom 2009-11-19 12:40:49 +0200
  • 5ba4dbb0e7 Clean DerivedStats.py Worros 2009-11-19 17:54:00 +0800
  • ea323d0d22 Fix mod() test for sqlite Worros 2009-11-19 17:33:12 +0800
  • 33592fbc4e Add math function for sqlite - may still be broken Worros 2009-11-18 00:12:24 +0800
  • eadd7c045c Adding broken mod() test Worros 2009-11-19 17:22:53 +0800
  • 571cbe07a0 Add test functions for SQLite Worros 2009-11-19 15:28:48 +0800
  • 29d135da1b Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2009-11-18 13:52:41 +0800
  • 04c09af7b2 tidy up aggregation code, NOTE: renamed some aggregation config to try and make meaning clearer, updated aggregation description in .example sqlcoder 2009-11-17 21:47:43 +0000
  • 289922e43a Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2009-11-17 20:48:06 +0000
  • 36fe5d2617 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-11-18 00:14:21 +0800
  • e10db69a9c Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2009-11-16 19:49:12 -0500
  • 812998704d Yet another try to fix missing X windows. Using xwininfo. Eratosthenes 2009-11-16 15:35:58 -0500
  • ea3edb6f18 Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-16 20:05:22 +0200
  • 55f1ebedd9 Another possible fix to missing windows. Eratosthenes 2009-11-16 13:04:25 -0500
  • 4abfc0093f test print Eratosthenes 2009-11-16 11:48:31 -0500
  • d592e85375 Possible fix of not finding windows in X. Eratosthenes 2009-11-16 11:20:44 -0500
  • 2a8eaa676a Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-16 18:19:31 +0200
  • 3ef23852a6 Update Tables_Demo to work with new XTables/TableWindow format. Eratosthenes 2009-11-16 10:00:26 -0500
  • df26fb5fc0 Merge branch 'master' of git://git.assembla.com/fpdboz Mika Bostrom 2009-11-16 14:08:39 +0200
  • 5b02153b43 Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2009-11-16 15:34:23 +0800
  • c9b9c848be Add aggregate function VARIANCE() for sqlite Worros 2009-11-16 15:19:24 +0800
  • 6a44f1d5e2 Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-15 00:40:38 +0200
  • e6f834e617 Catch missing table (key) in hud_dict Mika Bostrom 2009-11-14 10:56:02 +0200
  • 4e78dd8d93 Merge branch 'master' of git://github.com/grindi/fpdb-grindi Eratosthenes 2009-11-13 22:02:16 -0500
  • 7f31b844ca Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-12 09:59:40 +0200
  • 85f488e9cb Fix pretty print test. Eratosthenes 2009-11-11 16:25:31 -0500
  • a5b0de5ed2 Fix problem with .example overiding HUD_config. Eratosthenes 2009-11-11 16:20:43 -0500
  • 824a102691 Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-10 09:00:17 +0200
  • 65393492cf Get logging.conf and matplotlib datafiles. Eratosthenes 2009-11-09 22:02:50 -0500
  • 1b980e7cad Fix merge gone wrong. Eratosthenes 2009-11-09 19:31:32 -0500
  • 5021cae297 Clean up logging changes. Eratosthenes 2009-11-09 19:30:23 -0500
  • b637247871 Fix for logging changes. Eratosthenes 2009-11-09 19:24:46 -0500
  • 9bbca552ea Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2009-11-09 20:44:05 +0000
  • c8b7608bc1 Delete intermediate prints. Small fix to make py2exe happy. Eratosthenes 2009-11-08 23:16:56 -0500
  • e6b71d86bb Should be HUD_config.xml.example, not HUD_config.xml Eratosthenes 2009-11-08 23:00:15 -0500
  • 0bbbc7222b First go at rationalizing config paths and logging defaults. Eratosthenes 2009-11-08 22:53:10 -0500
  • b33fd03754 Added Configuration.py exe and HowTo use. Eratosthenes 2009-11-08 22:51:15 -0500
  • efb0768b97 Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2009-11-08 22:50:47 -0500
  • d888b7d463 Party hhc: cleand, added getTableTitleRe grindi 2009-11-08 23:09:14 +0300
  • dbaf4dbdbc Make msgs about parse errors more verbose grindi 2009-11-07 21:57:23 +0300
  • 9dd600702a Moved window title re to HHC classes grindi 2009-11-07 20:30:47 +0300
  • 91247bab9b Merge branch 'master' of git://git.assembla.com/free_poker_tools.git Eric Blade 2009-11-07 11:54:45 -0500
  • f99c4baa8b Merge branch 'master' of git://git.assembla.com/free_poker_tools grindi 2009-11-07 15:35:21 +0300
  • 33357447be Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-07 08:11:01 +0200
  • 15ea852d76 Extend the tablename field in sql to 22 characters Worros 2009-11-07 10:17:28 +0800
  • 99e4211e5d Integrate new table handling code. Eratosthenes 2009-11-06 17:34:42 -0500
  • fd085ecb4d Fixed another aux bug grindi 2009-11-07 00:46:50 +0300
  • c4d3789657 Fixed: aux save layout doesn't work grindi 2009-11-06 23:47:31 +0300
  • 5c7cce090e [NEWIMPORT] Added street0VPI to HandsPlayers Worros 2009-11-06 19:30:50 +0800
  • 006d7164ea [NEWIMPORT] Insert streetXSeen col into HandsPlayers Worros 2009-11-06 19:13:52 +0800
  • 5aef7b6054 [NEWIMPORT] Insert winnings column into HandsPlayers Worros 2009-11-06 18:39:59 +0800
  • 17a1151954 Update debian packaging Mika Bostrom 2009-11-06 09:56:45 +0200
  • 62a624a25a Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-05 20:05:44 +0200
  • 26d94185b2 Merge branch 'master' of git://git.assembla.com/free_poker_tools.git unknown 2009-11-05 12:33:19 -0500
  • 2d890be3c8 Get the tableName right for tournaments. Eratosthenes 2009-11-05 11:27:33 -0500
  • bea6bf2d6b Merge branch 'master' of git://git.assembla.com/fpdb-mme Worros 2009-11-05 12:22:05 +0800
  • 5d6138e2a8 Merge branch 'master' of git://git.assembla.com/fpdb-eric Worros 2009-11-05 12:16:32 +0800
  • 4a6213e32e now sample code it works as expected fpdb-mme 2009-11-05 01:26:32 +0100
  • 2199d165f1 removed unconditional exception handling + kwarg max should be int fpdb-mme 2009-11-05 01:21:32 +0100
  • 14200c5a50 simplified code a bit fpdb-mme 2009-11-05 00:39:42 +0100
  • 7a602846ff combed over Config.get_tv_parameters() fpdb-mme 2009-11-05 00:34:02 +0100
  • 5a8f794057 simplified Config.get_supported_sites() fpdb-mme 2009-11-05 00:11:43 +0100
  • 7e8ed08a28 simplified Config.get_aux_windows() fpdb-mme 2009-11-04 23:58:48 +0100
  • 5c656625fd combed a bit over Config.get_default_font() fpdb-mme 2009-11-04 23:41:09 +0100
  • 0533c2f19a Merge branch 'master' of git://git.assembla.com/fpdb-eric Mika Bostrom 2009-11-04 20:24:48 +0200
  • efefae4941 fix: db_type is actually db_server fpdb-mme 2009-11-04 19:01:12 +0100
  • c60dfda64c put in former logging setup again, removed excepthook fpdb-mme 2009-11-04 18:58:01 +0100
  • 6d54da1c49 Merge branch 'master' of git://git.assembla.com/fpdboz fpdb-mme 2009-11-04 18:34:28 +0100
  • ab1c37ead2 IndexError -> KeyError .. doh. unknown 2009-11-04 10:46:36 -0500
  • 344074d26a Merge branch 'master' of git://git.assembla.com/free_poker_tools Mika Bostrom 2009-11-04 10:54:26 +0200
  • 6682edb4c0 Merge branch 'master' of git://git.assembla.com/fpdb-eric Mika Bostrom 2009-11-04 10:54:21 +0200
  • 98981059cd Merge branch 'master' of git://git.assembla.com/free_poker_tools.git unknown 2009-11-04 02:58:13 -0500
  • cc89433ba8 Merge branch 'master' of git://git.assembla.com/fpdb-eric Worros 2009-11-04 14:44:25 +0800
  • 3265766c77 Cleanup of HUD_main prior to integrating newTables code. Eratosthenes 2009-11-03 21:52:40 -0500
  • 0a563cad53 Added get_table_info method. Eratosthenes 2009-11-03 21:51:10 -0500
  • 51da6fb687 cleaner unknown 2009-11-03 15:29:05 -0500
  • 39fdcd6be3 Merge branch 'master' of git://git.assembla.com/fpdb-eric Mika Bostrom 2009-11-03 22:17:27 +0200
  • a5de7c9b6b cleanup unknown 2009-11-03 15:14:20 -0500
  • d008eceaef mostly formatting cleanups unknown 2009-11-03 15:06:48 -0500
  • 0759ded78f fix typo unknown 2009-11-03 14:43:12 -0500
  • a6b7292943 mostly None checkings fixed (== to is != to is not) unknown 2009-11-03 14:30:52 -0500
  • 7667a39ded cleanup unknown 2009-11-03 14:04:22 -0500
  • 6bf1824ee7 clarify where some logged or printed messages were coming from exactly unknown 2009-11-03 13:56:26 -0500
  • 0e6254ce0d basic cleanup unknown 2009-11-03 13:49:16 -0500