Commit Graph

  • 81ff8e632c remove my misunderstanding of how compileplayerregexs worked Eric Blade 2010-02-01 09:41:33 -0500
  • e3be7db2a0 fix bug i introduced that caused everleaf cash hands to fail Eric Blade 2010-02-01 09:17:42 -0500
  • 1656a0e6d1 Everleaf: adjust Everleaf regexs to support tournaments, add error printing on failure of compilePlayerRegexs, add ring omahahilo pl and tour hold nl to supported games list, determine tournament number/table number from processing filename, fix getTableTitleRe Eric Blade 2010-02-01 08:51:06 -0500
  • 27f95c51b2 whitespace Eric Blade 2010-02-01 08:48:28 -0500
  • 9cf75f7303 fix getTableTitleRe calling in HUD_main:read_stdin, to use site_name (currently processing site name) instead of "site" which was always last site_name on list (this may break some people's HHC's, now that it works right) Eric Blade 2010-02-01 08:47:55 -0500
  • a06aac6da8 correct case in SQL sqlcoder 2010-02-01 08:22:14 +0000
  • 12a9cd2e3e Fix case-sensitive MySQL tables on Linux Worros 2010-02-01 16:06:09 +0800
  • c46c4b05d4 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2010-02-01 16:04:17 +0800
  • 9f3c5924b0 oops! missed out SQL.py from last release sqlcoder 2010-02-01 07:59:09 +0000
  • 6179823d92 Fix test harness after fpdb_db removal Worros 2010-02-01 14:47:04 +0800
  • 428d228de8 Merge branch 'master' of git://git.assembla.com/fpdb-sql Eratosthenes 2010-01-31 22:56:01 -0500
  • e4c6419074 try to improve tourney handling in filter (now displays buyin, but this is not yet used by playerstats when fetching stats sqlcoder 2010-02-01 00:17:55 +0000
  • 264b75b5b0 fix some sqlite and unicode issues (thanks to Gerko) sqlcoder 2010-01-31 23:46:51 +0000
  • 3102ff733f Merge branch 'master' of git://git.assembla.com/fpdb-eric Eratosthenes 2010-01-31 14:16:39 -0500
  • c7a9942f3a Merge branch 'master' of git://git.assembla.com/fpdb-sql Eratosthenes 2010-01-31 14:16:21 -0500
  • 64bfa9cd52 Import mucked cards. Eratosthenes 2010-01-31 13:37:59 -0500
  • 4636e244ea Codec errors seem to lock up HUD with windows. Gerko de Roo 2010-01-31 17:58:48 +0100
  • 002a84ba5a set rotating logs to max 5 files of 100MB each sqlcoder 2010-01-31 12:31:49 +0000
  • 6f0ea2580b display dialog when .example config has been copied, this could work 'out-of-the-box' if the user already has gtk?? sqlcoder 2010-01-31 12:24:32 +0000
  • bbc84fef14 comment out debug message sqlcoder 2010-01-31 12:22:24 +0000
  • f7b402bcdb remove execute from permissions on some files in last commit sqlcoder 2010-01-31 11:27:37 +0000
  • 5e9486aa3d config changes for logging: logs rotate and go to APPDATA, hud_config now goes in /fpdb/ if they must use it but logging.conf stays in /pyfpdb/. TODO: Some logging still into /fpdb/log/ sqlcoder 2010-01-31 11:25:24 +0000
  • cc5f77e950 fix windows problem starting hud sqlcoder 2010-01-31 11:16:42 +0000
  • 121d05596d Merge branch 'master' of git://git.assembla.com/fpdb-sql Eratosthenes 2010-01-30 14:55:31 -0500
  • 6d9cdd9587 Fix problem where Qc is not encoded correctly. Eratosthenes 2010-01-30 14:54:46 -0500
  • e9f3769cd4 Merge branch 'master' of git://git.assembla.com/fpdb-sql.git Gerko de Roo 2010-01-30 14:01:14 +0100
  • e61fb7677c remove unicode test file as error seems to have gone away sqlcoder 2010-01-30 11:18:10 +0000
  • e0c5f52d0f uncommented sqlite unicode fix (fix only tested on Windows XP, cp1252) sqlcoder 2010-01-30 11:11:21 +0000
  • 9932025271 move sqlite charset fix to Configuration.py from Database.py, make separate not_needed variables in Charset.py in case we want to update them separately sqlcoder 2010-01-30 11:05:34 +0000
  • d147187a71 add extra comment/suggestion sqlcoder 2010-01-29 23:36:39 +0000
  • a7d4c6243a add assignment (but commented out) that fixes unicode probs for me with sqlite sqlcoder 2010-01-29 23:29:37 +0000
  • 72b890c561 add "HUD Test mode" checkbox to bulk import, doesn't currently do anything. intent is to make the program auto open a dummy window for a hud to attach to, so we can bulk import files to investigate hud issues Eric Blade 2010-01-29 17:45:49 -0500
  • f7ac36f3bb add getTableTitleRe to everleaf filter, doesn't seem to work Eric Blade 2010-01-29 17:44:58 -0500
  • 2e970baa82 remove sqlite specific test to skip unicode encoding sqlcoder 2010-01-29 22:29:14 +0000
  • 5982df0b04 add test case that made me add special test for sqlite in insertplayers - can't repeat now so removing test. Error was that a unicode type (name) was encoded to UTF-8 by Charset.to_db_utf8() and then errored when passed to sqlite. sqlite3 can handle unicode types directly so I added a test to skip the to_db_utf8() if using sqlite. Perhaps problem was caused by moving hand history between machines (but shouldn't it still work anyway?) sqlcoder 2010-01-29 22:15:09 +0000
  • 71fc7279ec Merge branch 'master' of git://git.assembla.com/fpdboz.git Gerko de Roo 2010-01-29 20:15:04 +0100
  • 1aa68a9075 Merge branch 'master' of git://git.assembla.com/fpdb-eric Eratosthenes 2010-01-29 12:06:44 -0500
  • e56cb24ed1 to_utf8 returns what was passed in if unicode() errors because it's already encoded Eric Blade 2010-01-29 12:01:51 -0500
  • 8fd2f8b82f Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2010-01-29 09:15:24 -0500
  • 23e0611978 Merge branch 'master' of git://git.assembla.com/fpdb-sql Worros 2010-01-29 17:20:57 +0800
  • 52a176fd0a tidy up filter, add ability to refresh (eg after importing more gametypes) sqlcoder 2010-01-29 09:12:08 +0000
  • a23d96e85d Add Carbon back in as default data. Worros 2010-01-29 17:00:37 +0800
  • d11ad8f1ed Merge branch 'master' of git://git.assembla.com/fpdb-eric Eratosthenes 2010-01-29 00:02:52 -0500
  • d7dad6f0fc Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2010-01-29 00:02:37 -0500
  • 17bc9af88e Merge branch 'master' of git://github.com/kangaderoo/fpdb-kangaderoo Worros 2010-01-29 13:01:38 +0800
  • bacca69c49 Default graph created for empty data query Gerko de Roo 2010-01-27 18:37:23 +0100
  • 50f5acbf5c Merge branch 'master' of git://git.assembla.com/fpdb-eric Worros 2010-01-29 12:21:01 +0800
  • df0d019a6d Merge branch 'master' of git://git.assembla.com/free_poker_tools Worros 2010-01-29 12:12:24 +0800
  • e29491c25c use getpreferredencoding() instead of getdefaultlocale() to get LOCALE_ENCODING, default to cp1252 if it comes back with US-ASCII (Mac) Eric Blade 2010-01-28 20:29:43 -0500
  • 725fb04bb8 Merge branch 'master' of git://git.assembla.com/fpdb-sql.git Eric Blade 2010-01-28 16:28:23 -0500
  • f5d61b5bfc Merge branch 'master' of git://git.assembla.com/free_poker_tools.git Eric Blade 2010-01-28 16:25:47 -0500
  • 8673cc3437 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-01-28 16:25:04 -0500
  • 7570db60f6 Make the StudMucked not crash with newimport. Eratosthenes 2010-01-28 14:37:45 -0500
  • cfdec93d36 Merge branch 'master' of git://git.assembla.com/fpdboz.git Gerko de Roo 2010-01-28 17:59:23 +0100
  • 28a7d1e353 Hopefully fully fix the FTP playername parsing. Worros 2010-01-28 23:38:52 +0800
  • cee610d401 Add Carbon bits to example config file Worros 2010-01-28 22:11:04 +0800
  • ad75bedbf1 CarbonToFpdb.py - Converter for Carbon poker Worros 2010-01-28 21:36:02 +0800
  • 3381527afc raise FpdbHandDuplicate error on duplicate insert attempt, catch it in import_file_dict, increment duplicates count Eric Blade 2010-01-28 05:56:17 -0500
  • d36ac3f927 rename DuplicateError to FpdbHandDuplicate, add matching FpdbHandError and FpdbHandPartial (not sure where to implement catching those though) Eric Blade 2010-01-28 05:55:06 -0500
  • 2be8b9d33b get fpdb icon from absolute path instead of relative to cwd Eric Blade 2010-01-28 05:19:39 -0500
  • 997483f909 make import timer work again Eric Blade 2010-01-28 05:19:19 -0500
  • 803fcec6dc make hud_main call with full path in windows, as has been done in unix Eric Blade 2010-01-28 04:45:33 -0500
  • 7c90102677 Preliminary Carbon functions. Worros 2010-01-28 15:13:49 +0800
  • 92e20bcd12 Add more chars to player name in prev commit. Eratosthenes 2010-01-27 23:16:11 -0500
  • d50e70fdd4 Another fix of FTP playername reg ex. Eratosthenes 2010-01-27 20:10:07 -0500
  • 1df418c8e4 create fpdb dir if required, improve sqlite performance :-) sqlcoder 2010-01-27 23:48:39 +0000
  • 93729a4798 merge Eric Blade 2010-01-27 13:42:03 -0500
  • 2dd5536d98 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-01-27 13:41:04 -0500
  • a9f2a261d4 Regex fix for Fulltilt player names Worros 2010-01-28 01:44:14 +0800
  • 6f78749ebd Default graph created for empty data query Gerko de Roo 2010-01-27 18:37:23 +0100
  • cd05c1da48 Remove unused variable Worros 2010-01-28 01:36:42 +0800
  • 92b5a43a22 Merge branch 'master' of git://git.assembla.com/fpdboz.git Gerko de Roo 2010-01-27 16:46:45 +0100
  • 2ad7e430a2 Merge branch 'master' of git://git.assembla.com/fpdboz Eratosthenes 2010-01-27 09:49:14 -0500
  • 2adf0158a4 Merge branch 'master' of git://git.assembla.com/fpdb-sql Eratosthenes 2010-01-27 09:48:31 -0500
  • 080b7f80c9 Compile the " collected" reg ex. Eratosthenes 2010-01-27 09:23:12 -0500
  • f2f16b599c Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-01-27 06:26:28 -0500
  • 929e182a28 FulltiltToFpdb: Fix tourney player matching for players sitting out Worros 2010-01-27 18:20:48 +0800
  • 8dea509245 FulltiltToFpdb: partially fix player ids Worros 2010-01-27 18:02:30 +0800
  • e82d276cf9 pull and merge from carl (nothing changed) sqlcoder 2010-01-27 08:56:51 +0000
  • 79494ea7f9 Merge branch 'master' of git://git.assembla.com/fpdboz.git Eric Blade 2010-01-27 02:23:50 -0500
  • d75e5e3920 Fixed typos, pylint complaints, and obsolete TODOs. Eratosthenes 2010-01-27 01:10:58 -0500
  • 30de5142db Ugly fix to ugly edge case where winner voluntarily showed cards. Eratosthenes 2010-01-27 00:57:58 -0500
  • e0d11fe9a3 Fix problem with finding HHs for utf-16 files. Eratosthenes 2010-01-26 10:56:07 -0500
  • 6c5c479ee8 Autocomplete Hero names only lists the valid names for that pokersite SiteID list needed to be filled before the Hero field was filled. Gerko de Roo 2010-01-26 20:25:04 +0100
  • fb7aae9186 clean-up code to get playerId in gui-stats and gui-graphs Worros 2010-01-27 13:04:13 +0800
  • 241dc1e717 Fixed limit and freeroll support for Partypoker tourney's Gerko de Roo 2010-01-23 16:24:00 +0100
  • 1ec6a36ece Merge branch 'master' of git://git.assembla.com/fpdb-sql Eratosthenes 2010-01-26 20:13:21 -0500
  • 5a9836862f sqlite mods, made sqlite the default in HUD_config.xml.example - works (roughly) straight out of the box sqlcoder 2010-01-27 00:48:02 +0000
  • 11bc48e126 merge fpdb_db.py into Database.py sqlcoder 2010-01-26 23:54:04 +0000
  • 47baee65f9 add tourneyid to hands table (REQUIRES REIMPORT) and fix sqlite db access sqlcoder 2010-01-26 22:46:48 +0000
  • f5c910bff0 clean-up code to get playerId in gui-stats and gui-graphs Gerko de Roo 2010-01-26 23:36:38 +0100
  • b248270135 Sorting routine caused errors when sorted on gametype, since it used the starthand sort routine Gerko de Roo 2010-01-26 23:34:08 +0100
  • de2b807c9b refine hud_config handling some more (copies .exmaple to proper dir) sqlcoder 2010-01-26 21:54:58 +0000
  • 5c88c6b0ad put database directory next to HUD_config.xml file sqlcoder 2010-01-26 21:02:37 +0000
  • 45397695d3 Merge branch 'master' of git://git.assembla.com/fpdboz sqlcoder 2010-01-26 20:38:10 +0000
  • ff9305924c Use proper encoding name Mika Bostrom 2010-01-26 08:01:46 +0200
  • 88cf6ec3a5 Merge branch 'master' of git://git.assembla.com/fpdboz.git Gerko de Roo 2010-01-26 20:29:19 +0100
  • e5071d6d09 *#$@ merge Gerko de Roo 2010-01-26 20:28:41 +0100
  • 4814c30d8f Autocomplete Hero names only lists the valid names for that pokersite SiteID list needed to be filled before the Hero field was filled. Gerko de Roo 2010-01-26 20:25:04 +0100
  • 12c93ea9a6 Support for same hero name on multiple sites also implemented in GuiGraph Gerko de Roo 2010-01-26 20:20:17 +0100