5361 Commits (master)
 

Author SHA1 Message Date
Worros 38f63ffcec Regression: Fix card data for newly parsed draw hands 13 years ago
Worros 3e6c5b6f31 THP: Minor updates 13 years ago
Worros 9b59d8fb9c Regression: Fix data for newly parsed draw hands 13 years ago
Chaz Littlejohn cb989b8570 Merge branch 'sorrow' into chazdazzle 13 years ago
Worros 9a87d7d88a Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz 13 years ago
Chaz Littlejohn 6954ab1b62 changed the key in the hands stats dict from 'gameTypeId' back to 'gametypeId' 13 years ago
Worros bac1d29166 Regression: Add gameSessionId to .hands files 13 years ago
Worros 468b98fb7a THP: Ignore gameSessionId 13 years ago
Chaz Littlejohn faaca41b5a Merge branch 'sorrow' into chazdazzle 13 years ago
Chaz Littlejohn fc2b79a5e8 tourneysPlayersIds is later updated by db.createOrUpdateTourneysPlayers and turned into a dict rather than a list so it makes sense to initialise as such 13 years ago
Chaz Littlejohn c361992b13 added \u20ac into the sym dict 13 years ago
Worros 9eb0138f3d THP: Make less noisy 13 years ago
Worros 1e3bbd6047 Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz 13 years ago
Chaz Littlejohn c19549b3da changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|' 13 years ago
Chaz Littlejohn b00c30cbbf Re-did patch to fix import when no hero is defined 13 years ago
Chaz Littlejohn dc839c9cae Merge branch 'sorrow' into chazdazzle 13 years ago
Worros 69905a051b Everleaf: Clean out some crufty comments 13 years ago
Worros 316e4ff284 Everleaf: Possible fix for older tourney hh's 13 years ago
Worros f159823f1b Regression: Add card8-20 13 years ago
Worros 59d22bed5d Import: Remove unicode translation from addImportFile 13 years ago
Worros 0cef119a3b Stars: Add unicode marker back to currency substitution 13 years ago
Worros de9c65e3ea Database: Fix sessionCache when no hero exists 13 years ago
Worros 684689c9db Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem." 13 years ago
Worros efa1a9e6cf SQL: Change column types to 'timestamp' for sessionCache 13 years ago
Worros ab5e28e73d Import: Add to_hud back to init list 13 years ago
Worros 7b319d5aa0 Hand.py: Add in test data to prepInsert 13 years ago
Chaz Littlejohn 38fbae957a charset needs to be set to 'utf8' for the MySQL connection to store unicode strings correctly 13 years ago
Worros 59b65ca146 Merge branch 'chazdazzle' of git://github.com/ChazDazzle/fpdb-chaz 13 years ago
Chaz Littlejohn 300340218b specifiying 'utf8' CHARSET in Players.name field not required and will lead to a conflict if mysql database created using a different utf-8 collation 13 years ago
Worros f8f25fe4ec PSSummary: Fix for Stars.fr winnings 13 years ago
Worros cf5e3878bd FTP: Allow '_' in tablename 13 years ago
Worros bcb23d47e8 Regression: FTP hand with '_' in tablename. 13 years ago
Worros f9e84a5aa3 Regression: Rename Everleaf tourney test files 13 years ago
Worros 8e38e4e458 THP: Add Everleaf tourney files 13 years ago
Worros c1bd2bb5c7 Regression: Everleaf tourney samples 13 years ago
Eric Blade a6901339d9 Merge branch 'master' of git://git.assembla.com/fpdb-gimick.git 13 years ago
Eric Blade c9512d3a1b Merge branch 'master' of git://git.assembla.com/fpdboz.git 13 years ago
Worros 65ab68a069 Merge branch 'master' of git://git.assembla.com/fpdb 13 years ago
Worros b6ca0565ce FTP: Allow # in tablename 13 years ago
Chaz Littlejohn a87f43f933 Updated the import process for Draw hands so that cards, along with additional draws can now be stored. HandsPlayers now includes 20 card fields to accomodate up to 4 five card hands for each player. The regex for the 'stands pat' action was also improved so that hero cards from those streets could be taken from that line of text 13 years ago
Chaz Littlejohn 5eeafc4503 Added regex & methods for picking up the 'discards' and 'stands pat' actions in FTP draw hands 13 years ago
Chaz Littlejohn 7c31a19077 Modified HHC so gtk & pygtk are imported to execute a callback only if import is run from the gui 13 years ago
Chaz Littlejohn 3e9dacf900 Added a rebuild_sessionscache method for creating the SC table from hands in the database 13 years ago
Chaz Littlejohn 8c4d5d42b4 Added printtest back in and fixed a couple of SessionsCache bugs 13 years ago
Chaz Littlejohn 3ac088b748 Fixed a timezone issue in storeSessionsCache 13 years ago
Chaz Littlejohn dd6ce46487 Added methods to create utilize a lock table for managing access to the database during a multi-threaded import. Currently, only MySQL is supported 13 years ago
Chaz Littlejohn 3c2fdaf53e Fixed some data-type bugs in the Import class -- essentialy the same commit as 530a21cb9f65f83f8b09ef08f6415c8bd256fccc in the chaz branch of my repo 13 years ago
Chaz Littlejohn 91d791a3ac Commented out the truly absurd amount of printing that goes on whenever you load a Config file 13 years ago
Chaz Littlejohn 09f1616e87 fixed a small bug in storeHudCache 13 years ago
Chaz Littlejohn d0ae2a155d changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem. 13 years ago