9d712ba812
DerivedStats: Fix position calculation for holdem.
Worros2010-09-29 15:55:25 +08:00
dbbccc4ac6
Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz
Worros2010-09-29 13:02:30 +08:00
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
Chaz2010-09-28 23:34:20 -04:00
a964b17de6
Merge branch 'chaz' of git://github.com/ChazDazzle/fpdb-chaz
Worros2010-09-29 10:11:16 +08:00
76b2dec2b6
* updated _addRaise() so that it does in fact accept the action variable
Chaz2010-09-28 17:33:15 -04:00
ae6a035834
* fixed a small issue in assembleHandsActions()
Chaz2010-09-28 17:23:44 -04:00
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
Chaz2010-09-28 17:17:15 -04:00
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
Chaz2010-09-28 17:09:24 -04:00
1b0db117ce
* updated 'createHandsActionsTable' and 'store_hands_actions' in the SQL dictionary
Chaz2010-09-28 17:01:31 -04:00
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()
Chaz2010-09-28 16:59:37 -04:00
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
Chaz2010-09-28 16:50:33 -04:00
b14344aea6
Merge branch 'master' of git://ferki.hopto.org/fpdb
Worros2010-09-28 22:47:34 +08:00
4f3f7570ab
Party: Couple of mods to start support for Stud H/L
Worros2010-09-28 22:47:04 +08:00
a98e71ad24
semi-fix stdout for hud_main in windows when running from source
Eric Blade2010-09-27 03:14:10 -04:00
ad2983a968
Detection 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 Roo2010-09-26 17:31:05 +02:00
bf98fae363
Merge branch 'master' of git://git.assembla.com/free_poker_tools.git
Gerko de Roo2010-09-26 17:27:42 +02:00
b9c63bd718
Merge branch 'master' of git://git.assembla.com/fpdb.git
Gerko de Roo2010-09-26 17:19:17 +02:00