9d712ba812DerivedStats: Fix position calculation for holdem.
Worros
2010-09-29 15:55:25 +0800
dbbccc4ac6Merge 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
a964b17de6Merge 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
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
b14344aea6Merge branch 'master' of git://ferki.hopto.org/fpdb
Worros
2010-09-28 22:47:34 +0800
4f3f7570abParty: Couple of mods to start support for Stud H/L
Worros
2010-09-28 22:47:04 +0800
bb0bb3c2ddl10n: fixed a typo
Erki Ferenc
2010-09-28 15:56:02 +0200
d2f5633384PartyPoker: improved handling of players with zero or unknown stacks
Erki Ferenc
2010-09-28 15:46:51 +0200
9e13930742Hand: Whitespace changes from Forrest
Worros
2010-09-28 12:04:40 +0800
a98e71ad24semi-fix stdout for hud_main in windows when running from source
Eric Blade
2010-09-27 03:14:10 -0400
ad2983a968Detection 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
bf98fae363Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
Gerko de Roo
2010-09-26 17:27:42 +0200
b9c63bd718Merge branch 'master' of git://git.assembla.com/fpdb.git
Gerko de Roo
2010-09-26 17:19:17 +0200
ec8f8aff76Merge
Gerko de Roo
2010-09-26 17:19:05 +0200
034a871f27Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
Eric Blade
2010-09-26 02:21:30 -0400
e3113ae3a0Merge branch 'master' of git://git.assembla.com/fpdb.git
Eric Blade
2010-09-26 02:21:04 -0400
765782c958Merge branch 'master' of git://git.assembla.com/fpdboz.git
Eric Blade
2010-09-26 02:20:34 -0400
efa7dbaa12Merge branch 'master' of git://git.assembla.com/fpdb
Eratosthenes
2010-09-24 13:44:14 -0400
1ae01f1502Database: Mark 27 Single draw as a lowball game
Worros
2010-09-24 13:47:24 +0800
121e12023fRing Player Stats: Support Razz start card list
Worros
2010-09-24 13:46:21 +0800
6cfd884413RSHG: Fix a coupl eof bugs
Worros
2010-09-24 13:30:16 +0800