gimick
ba3883d0b7
rushnotes: tweaks + overcome "lf" bug in minidom + place HUD on multiline
2011-01-08 23:38:40 +00:00
gimick
afaaee1fcf
rushnotes: fix typo, switch off debug mode
2011-01-08 23:38:15 +00:00
gimick
36e2ef3f35
rushnotes: initial commit (for testing and eval only)
2011-01-08 23:37:58 +00:00
gimick
744e5292ef
py2exe: update walkthrough (suppress popup error message on exit)
2010-12-28 18:29:23 +00:00
gimick
95b496e9f4
GUI: another w$sd description change
2010-12-28 13:35:24 +00:00
gimick
0acaa8cb6d
GUI: RingPlayerStats correct the description of w$sd
2010-12-28 03:20:49 +00:00
Steffen Schaumburg
eb55e261ef
Merge branch 'carl'
2010-12-27 20:08:06 +01:00
Steffen Schaumburg
1a7df330fe
add some testfiles
2010-12-27 20:07:52 +01:00
Worros
4285237a48
Merge branch 'master' of git://git.assembla.com/fpdb
2010-12-27 19:36:59 +08:00
Worros
0e33f0f29b
FTPSummary: Expand regex to deal with rebuy info
...
New fields:
ADDON - cost of addon
REBUYAMT - cost of rebuy
PNAME - Hero name
PREBUYS - No of Hero rebuys
ADDONCHIPS - How many chips the addon purchased
REBUYCHIPS - How many chips a rebuy purchased
ADDONS - Total # of tourney addons
REBUYS - Total # of tourney rebuys
2010-12-27 19:24:54 +08:00
Worros
3fdab4a8c3
FTPSummary: Minor regex change for failing summary file
2010-12-27 18:28:00 +08:00
Worros
bf18295eb7
HHC: Add timezone reference for CCT
...
Made it the same as Perth for the moment.
2010-12-27 17:51:15 +08:00
gimick
3437f99db7
HUD: First hand in database missing from HUD stats
2010-12-26 21:42:16 +00:00
Steffen Schaumburg
dc28c31e02
Revert "Database: Disable alchemy pools" as that breaks the HUD (on PS at least)
...
This reverts commit 797c126318
.
2010-12-26 19:16:38 +01:00
Steffen Schaumburg
b62a811e23
add dependency to ebuild
2010-12-26 19:09:36 +01:00
Steffen Schaumburg
eaaa6feb78
make it repopulate config.sites after recreate
2010-12-26 17:55:41 +01:00
Steffen Schaumburg
93383d1006
Merge branch 'ferki'
2010-12-26 13:51:43 +01:00
Steffen Schaumburg
563efc0335
better fix for prevention of the crasher
2010-12-25 20:54:25 +01:00
Steffen Schaumburg
683d89389b
Revert "prevent crasher when connecting to empty mysql (presumably this bug also applied to postgres)"
...
This reverts commit 2813bb7fe6
.
2010-12-25 20:51:44 +01:00
Steffen Schaumburg
2813bb7fe6
prevent crasher when connecting to empty mysql (presumably this bug also applied to postgres)
2010-12-25 20:38:18 +01:00
Steffen Schaumburg
b549feab03
Merge branch 'carl'
2010-12-23 23:07:55 +01:00
Steffen Schaumburg
788668128e
Merge branch 'gimick'
2010-12-23 08:43:51 +01:00
Worros
54264bb263
Replayer: Refactor player code into its own class
2010-12-23 15:26:28 +08:00
Worros
18ccea9a67
fpdb_import: Correct mainline print
2010-12-23 14:18:27 +08:00
Worros
fc836ea902
Replayer: Move table hash creation into a class
...
Add several other classes too
2010-12-23 12:40:22 +08:00
Worros
a049ef35be
Merge branch 'master' of git://repo.or.cz/fpbd-bostik
2010-12-23 10:53:20 +08:00
Worros
cb037e7132
Merge branch 'master' of git://git.assembla.com/fpdb-gimick
2010-12-23 10:49:32 +08:00
gimick
e3f0e971e6
GuiRingPlayerStats: Fix > 100% CB stat, and clarify helptext for CB
2010-12-22 15:07:58 +00:00
Worros
da31ed2e5b
Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz
2010-12-22 13:29:06 +08:00
Worros
6487691b69
Hand: Add pot calculations to select()
2010-12-22 13:26:41 +08:00
Worros
2382152cb8
Hand: select() update - Fix holecards for holdem
2010-12-22 13:20:43 +08:00
Worros
d94f7a68a2
Hand: Fix for stack print in writeHand
2010-12-22 13:08:41 +08:00
Worros
9cff165c3c
Hand: select() updates
...
Fix SQL for seat order
Fix startTime formating
Add lots of commented out debug
2010-12-22 13:04:20 +08:00
Worros
f31d0cbfc8
Replayer: Switch over to Hand.select()
2010-12-22 13:03:45 +08:00
Worros
10fc52e96f
Hand: First pass at select() for Hand
2010-12-22 12:13:58 +08:00
Mika Bostrom
a9c0593eb5
Demote postgres/mysql to suggestions
...
For most users we only need to depend on sqlite bindings anyway.
2010-12-22 06:02:02 +02:00
Worros
797c126318
Database: Disable alchemy pools
...
Want to use DBAPIs connection.row_factory so we can select() directly into a dict
2010-12-22 11:26:58 +08:00
chaz@pokeit.co
6d3e21756d
* Commented out BB won in sessionsCache for the time being. Will add it back in once I resolve the errors.
2010-12-20 07:02:00 -05:00
Worros
8339ad1da6
Winamax: Reduce size of tourney hids
...
The max size of a MySQL unsigned bigint is 9223372036854775808
Winamax hand.handid was a lot larger than that.
Reduce the size if the nummber is 19 digits long.
2010-12-20 15:57:15 +08:00
Worros
b39637866c
Database: Fix MySQL crasher
...
Tablename with an odd .fr character caused the insert in Hands to fail
Resolves: http://sourceforge.net/apps/mantisbt/fpdb/view.php?id=60
2010-12-20 15:21:43 +08:00
Worros
e705188dd2
HUD_Config.text.xml: Add MySQL option
2010-12-20 14:32:32 +08:00
Worros
c979c172d8
FTP: Make FTP use clearMoneyString()
...
FTP Summary files have a slightly different format than those written my the client.
Also convert all tourney string munging to clearMoneyString
2010-12-20 14:25:58 +08:00
Worros
0b02b05f67
HHC, Party: Move clearMoneyString into HHC
...
Make clearMoneyString available to all parsers and fix all calls within Party
2010-12-20 14:00:09 +08:00
Worros
d6dc0c535a
Merge branch 'master' of git://git.assembla.com/fpdb-eric
2010-12-20 13:20:29 +08:00
Worros
238631aec7
Merge branch 'master' of git://git.assembla.com/fpdb
2010-12-20 13:20:01 +08:00
Worros
d858d10087
Merge branch 'master' of git://git.assembla.com/free_poker_tools
2010-12-20 13:19:47 +08:00
Worros
d97be04066
FTP: Change the way the number format is dealt with
...
Rather than define [.,0-9] multiple times thoughout the regexes, add it to the substitutions section.
Passes existing regression suite.
2010-12-20 13:18:05 +08:00
Worros
02b3928581
Fix .hands file: s/<UTC>/pytz.utc/
2010-12-20 12:40:45 +08:00
Worros
69a67f5c83
FTP: Make apostrophe a valid tablename character
2010-12-20 12:29:20 +08:00
Worros
31b068c3dc
Regression: FTP Table with "'" in Table name
2010-12-20 12:09:40 +08:00