81ff8e632cremove my misunderstanding of how compileplayerregexs worked
Eric Blade
2010-02-01 09:41:33 -0500
e3be7db2a0fix bug i introduced that caused everleaf cash hands to fail
Eric Blade
2010-02-01 09:17:42 -0500
1656a0e6d1Everleaf: 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
27f95c51b2whitespace
Eric Blade
2010-02-01 08:48:28 -0500
9cf75f7303fix 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
a06aac6da8correct case in SQL
sqlcoder
2010-02-01 08:22:14 +0000
12a9cd2e3eFix case-sensitive MySQL tables on Linux
Worros
2010-02-01 16:06:09 +0800
c46c4b05d4Merge branch 'master' of git://git.assembla.com/fpdb-sql
Worros
2010-02-01 16:04:17 +0800
9f3c5924b0oops! missed out SQL.py from last release
sqlcoder
2010-02-01 07:59:09 +0000
6179823d92Fix test harness after fpdb_db removal
Worros
2010-02-01 14:47:04 +0800
428d228de8Merge branch 'master' of git://git.assembla.com/fpdb-sql
Eratosthenes
2010-01-31 22:56:01 -0500
e4c6419074try 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
264b75b5b0fix some sqlite and unicode issues (thanks to Gerko)
sqlcoder
2010-01-31 23:46:51 +0000
3102ff733fMerge branch 'master' of git://git.assembla.com/fpdb-eric
Eratosthenes
2010-01-31 14:16:39 -0500
c7a9942f3aMerge branch 'master' of git://git.assembla.com/fpdb-sql
Eratosthenes
2010-01-31 14:16:21 -0500
4636e244eaCodec errors seem to lock up HUD with windows.
Gerko de Roo
2010-01-31 17:58:48 +0100
002a84ba5aset rotating logs to max 5 files of 100MB each
sqlcoder
2010-01-31 12:31:49 +0000
6f0ea2580bdisplay 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
bbc84fef14comment out debug message
sqlcoder
2010-01-31 12:22:24 +0000
f7b402bcdbremove execute from permissions on some files in last commit
sqlcoder
2010-01-31 11:27:37 +0000
5e9486aa3dconfig 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
cc5f77e950fix windows problem starting hud
sqlcoder
2010-01-31 11:16:42 +0000
121d05596dMerge branch 'master' of git://git.assembla.com/fpdb-sql
Eratosthenes
2010-01-30 14:55:31 -0500
6d9cdd9587Fix problem where Qc is not encoded correctly.
Eratosthenes
2010-01-30 14:54:46 -0500
e9f3769cd4Merge branch 'master' of git://git.assembla.com/fpdb-sql.git
Gerko de Roo
2010-01-30 14:01:14 +0100
e61fb7677cremove unicode test file as error seems to have gone away
sqlcoder
2010-01-30 11:18:10 +0000
e0c5f52d0funcommented sqlite unicode fix (fix only tested on Windows XP, cp1252)
sqlcoder
2010-01-30 11:11:21 +0000
9932025271move 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
d147187a71add extra comment/suggestion
sqlcoder
2010-01-29 23:36:39 +0000
a7d4c6243aadd assignment (but commented out) that fixes unicode probs for me with sqlite
sqlcoder
2010-01-29 23:29:37 +0000
72b890c561add "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
f7ac36f3bbadd getTableTitleRe to everleaf filter, doesn't seem to work
Eric Blade
2010-01-29 17:44:58 -0500
2e970baa82remove sqlite specific test to skip unicode encoding
sqlcoder
2010-01-29 22:29:14 +0000
5982df0b04add 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
71fc7279ecMerge branch 'master' of git://git.assembla.com/fpdboz.git
Gerko de Roo
2010-01-29 20:15:04 +0100
1aa68a9075Merge branch 'master' of git://git.assembla.com/fpdb-eric
Eratosthenes
2010-01-29 12:06:44 -0500
e56cb24ed1to_utf8 returns what was passed in if unicode() errors because it's already encoded
Eric Blade
2010-01-29 12:01:51 -0500
8fd2f8b82fMerge branch 'master' of git://git.assembla.com/fpdboz
Eratosthenes
2010-01-29 09:15:24 -0500
23e0611978Merge branch 'master' of git://git.assembla.com/fpdb-sql
Worros
2010-01-29 17:20:57 +0800
52a176fd0atidy up filter, add ability to refresh (eg after importing more gametypes)
sqlcoder
2010-01-29 09:12:08 +0000
a23d96e85dAdd Carbon back in as default data.
Worros
2010-01-29 17:00:37 +0800
d11ad8f1edMerge branch 'master' of git://git.assembla.com/fpdb-eric
Eratosthenes
2010-01-29 00:02:52 -0500
d7dad6f0fcMerge branch 'master' of git://git.assembla.com/fpdboz
Eratosthenes
2010-01-29 00:02:37 -0500
17bc9af88eMerge branch 'master' of git://github.com/kangaderoo/fpdb-kangaderoo
Worros
2010-01-29 13:01:38 +0800
bacca69c49Default graph created for empty data query
Gerko de Roo
2010-01-27 18:37:23 +0100
50f5acbf5cMerge branch 'master' of git://git.assembla.com/fpdb-eric
Worros
2010-01-29 12:21:01 +0800
df0d019a6dMerge branch 'master' of git://git.assembla.com/free_poker_tools
Worros
2010-01-29 12:12:24 +0800
e29491c25cuse 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
725fb04bb8Merge branch 'master' of git://git.assembla.com/fpdb-sql.git
Eric Blade
2010-01-28 16:28:23 -0500
f5d61b5bfcMerge branch 'master' of git://git.assembla.com/free_poker_tools.git
Eric Blade
2010-01-28 16:25:47 -0500
8673cc3437Merge branch 'master' of git://git.assembla.com/fpdboz.git
Eric Blade
2010-01-28 16:25:04 -0500
7570db60f6Make the StudMucked not crash with newimport.
Eratosthenes
2010-01-28 14:37:45 -0500
cfdec93d36Merge branch 'master' of git://git.assembla.com/fpdboz.git
Gerko de Roo
2010-01-28 17:59:23 +0100
cee610d401Add Carbon bits to example config file
Worros
2010-01-28 22:11:04 +0800
ad75bedbf1CarbonToFpdb.py - Converter for Carbon poker
Worros
2010-01-28 21:36:02 +0800
3381527afcraise FpdbHandDuplicate error on duplicate insert attempt, catch it in import_file_dict, increment duplicates count
Eric Blade
2010-01-28 05:56:17 -0500
d36ac3f927rename 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
2be8b9d33bget fpdb icon from absolute path instead of relative to cwd
Eric Blade
2010-01-28 05:19:39 -0500
997483f909make import timer work again
Eric Blade
2010-01-28 05:19:19 -0500
803fcec6dcmake hud_main call with full path in windows, as has been done in unix
Eric Blade
2010-01-28 04:45:33 -0500
30de5142dbUgly fix to ugly edge case where winner voluntarily showed cards.
Eratosthenes
2010-01-27 00:57:58 -0500
e0d11fe9a3Fix problem with finding HHs for utf-16 files.
Eratosthenes
2010-01-26 10:56:07 -0500
6c5c479ee8Autocomplete 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
fb7aae9186clean-up code to get playerId in gui-stats and gui-graphs
Worros
2010-01-27 13:04:13 +0800
241dc1e717Fixed limit and freeroll support for Partypoker tourney's
Gerko de Roo
2010-01-23 16:24:00 +0100
1ec6a36eceMerge branch 'master' of git://git.assembla.com/fpdb-sql
Eratosthenes
2010-01-26 20:13:21 -0500
5a9836862fsqlite 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
11bc48e126merge fpdb_db.py into Database.py
sqlcoder
2010-01-26 23:54:04 +0000
47baee65f9add tourneyid to hands table (REQUIRES REIMPORT) and fix sqlite db access
sqlcoder
2010-01-26 22:46:48 +0000
f5c910bff0clean-up code to get playerId in gui-stats and gui-graphs
Gerko de Roo
2010-01-26 23:36:38 +0100
b248270135Sorting routine caused errors when sorted on gametype, since it used the starthand sort routine
Gerko de Roo
2010-01-26 23:34:08 +0100
de2b807c9brefine hud_config handling some more (copies .exmaple to proper dir)
sqlcoder
2010-01-26 21:54:58 +0000
5c88c6b0adput database directory next to HUD_config.xml file
sqlcoder
2010-01-26 21:02:37 +0000
45397695d3Merge branch 'master' of git://git.assembla.com/fpdboz
sqlcoder
2010-01-26 20:38:10 +0000
ff9305924cUse proper encoding name
Mika Bostrom
2010-01-26 08:01:46 +0200
88cf6ec3a5Merge 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
4814c30d8fAutocomplete 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
12c93ea9a6Support for same hero name on multiple sites also implemented in GuiGraph
Gerko de Roo
2010-01-26 20:20:17 +0100