Commit Graph

22 Commits

Author SHA1 Message Date
sqlcoder
ab1e8cf670 added new faster version of storeHudCache routine, storeHudCache2
Set the fastStoreHudCache variable to True to test this out.
In the best case it only does one DB operation (update), if
this fails because the record does not exist it does an insert.
2009-01-03 19:55:54 +00:00
sqlcoder
f1be7c2ec0 saveActions setting was supposed to be True in 'official' code 2008-12-14 11:31:47 +00:00
sqlcoder
fb6b8e5a5b add variable at top of file to control whether actions are saved
or not and commented out timing debug statement
2008-12-14 02:38:09 +00:00
sqlcoder
71a587faca mods to use insert_id() instead of repeated selects and get postgres working 2008-12-09 00:29:39 +00:00
sqlcoder
a824814c0a sqlcoder initial updates 2008-12-02 00:15:50 +00:00
steffen123
96664d009c p130 - stud/razz tourneys run again, but completely unverified (like holdem/omaha tourneys
changed fpdb_import slightly to not die if a file had 0 stored hands
2008-10-09 07:17:18 +01:00
steffen123
5dfa5061cf p128 - corrected 2 bugs in PrintHand.py. finished stud blackbox testdata. 2008-10-09 05:30:09 +01:00
steffen123
31ab863b47 p120 - minor tv fix, renamed fpdb error, added notice about it to output. fixed tourney and stud to run again. 2008-10-07 02:21:43 +01:00
steffen123
2a90030982 p118 - added all in field to HandsActions and parsing to importer. still need to update hudCache generation to use this tho
expanded some todo prints and the graph missing lib error to clarify for users
2008-10-06 04:26:59 +01:00
steffen123
2c251d94f2 p78 - implemented stud HudCache generation and storing 2008-09-02 01:00:43 +01:00
steffen123
817c227dcb p74 - mostly recovered razz/stud support
removed obselete gentoo install instructions, added ubuntu instructions
2008-09-01 05:41:58 +01:00
steffen123
c716dfd35e p58 - added HUD from ray
fpdb_parse now returns hand id rather than site hand no
2008-08-18 23:53:25 +01:00
steffen123
de845d4e90 p53 - more progress on tourneys 2008-08-18 06:27:37 +01:00
steffen123
8fb57d3729 p52 - much progress on tourneys and some minor stuff and a change of tables
migrated install-in-windows to website
renamed table tourneysgametypes to tourneytypes
2008-08-18 05:58:41 +01:00
steffen123
6a5d1d6332 p50 - added Hands.maxSeats 2008-08-18 02:45:06 +01:00
steffen123
5612ee6637 p48 - removed some redundant bracketed values from tv
renamed cache fields and added more to be flexible for stud style games. note that tv is not updated yet
added forums and bugtracker to website sidebar
2008-08-17 13:13:42 +01:00
steffen123
579b44450c p45 - implemented HandsPlayers.seatNo 2008-08-17 04:44:53 +01:00
steffen123
18ff57027f p44 - implement hands.tableName/importTime 2008-08-17 03:18:42 +01:00
steffen123
701a824ac6 git39 - started to reactivate tourney support - split tourneys table in design and recreate code, but still need to update the code 2008-08-15 04:28:51 +01:00
steffen123
0e84dceb1f git19 (REIMPORT needed) - updated everything to use new action counting method -> it half works, but fails to store (or print) a substantial proportion of the action_nos
removed bunch of commented prints from fpdb_parse
2008-08-08 22:03:43 +01:00
steffen123
67c2b3fe04 git2 - import now stores the first few fields into a new line.
little fix on load_profile - still doesnt work tho
2008-08-04 07:29:53 +01:00
steffen123
f17e8b54b4 git1 - initial git commit. note that right now nothing works due to reworking things 2008-08-04 04:44:28 +01:00