Commit Graph
100 Commits
Author SHA1 Message Date
steffen123 b1e41a54ec intermediate commit on the way to tourney stats 2010-07-10 05:19:50 +02:00
steffen123 dc67197e23 change starttime to startTime 2010-07-10 02:30:42 +02:00
steffen123 25893c9610 GuiTourneyPlayerStats (mostly copied from GuiPlayerStats) works without data 2010-07-10 02:09:58 +02:00
steffen123 4c00ef19cc implement simple DB stats - Hand and tourney count 2010-07-10 02:07:47 +02:00
steffen123 00e156beba removed some unused stub methods 2010-07-09 22:09:33 +02:00
steffen123 bc85c7fe8d removed unimplemented menu entry abbreviations 2010-07-09 20:47:58 +02:00
steffen123 4d17bd65e1 remove unimplemented menu entry create/del DB user 2010-07-09 20:46:45 +02:00
steffen123 29d1120bf1 removed unimplemented menu entry session replayer 2010-07-09 20:43:01 +02:00
steffen123 ef98564d72 remove unimplemented hand replayer and player details menu entries 2010-07-09 20:32:49 +02:00
steffen123 36b90ba654 remove unimplemented auto rate menu entry 2010-07-09 20:30:57 +02:00
steffen123 a724102dbc remove unimplemented edit profile menu entry 2010-07-09 20:29:44 +02:00
steffen123 d138c3b4e1 create subclasses for guiplayerstats and filters 2010-07-09 04:47:33 +02:00
steffen123 a97342ec2e expand config example with the new email section 2010-07-09 01:20:31 +02:00
steffen123 9cb47b4195 stop it from dying on fpdb summary files (by commenting out the whole section) 2010-07-09 01:10:06 +02:00
steffen123 310c7a2947 PS Summary now stores rank, winnings, etc. into TourneysPl. 2010-07-09 01:07:22 +02:00
steffen123 5b64ad771a it now stores entries, prizepool and endTime into TT 2010-07-08 23:47:06 +02:00
steffen123 e815cc38db change version to 0.21 2010-07-08 23:43:43 +02:00
steffen123 ce0d3f59f6 correct for timezone in PS summaries, too 2010-07-08 23:31:39 +02:00
steffen123 d90fa27274 fix starttime to startTime in my new method 2010-07-08 22:47:37 +02:00
steffen123 3bff176970 Merge branch 'carl'
Conflicts:
	packaging/debian/changelog
	pyfpdb/PokerStarsToFpdb.py
	pyfpdb/TourneySummary.py
2010-07-08 22:33:09 +02:00
steffen123 f2fcceba17 remove more prints 2010-07-08 21:46:40 +02:00
steffen123 201b3a5b6c PS Summary now parses start/endTime. fixes MySQL support
also removed some but not all the new prints
2010-07-08 21:41:27 +02:00
steffen123 7070c1431a put timezone removal into separate method for use by PSS 2010-07-08 21:28:21 +02:00
steffen123 178b528d3b change calls to python2 back to python 2010-07-08 20:01:03 +02:00
steffen123 10cfaf2c75 missed file for last commit 2010-07-08 20:00:43 +02:00
steffen123 c6b6f8a788 many not really separable changes for IMAP import and associated cleaning
- deactivated use of TourneySummary (short: TS) from HHC and subclasses
- menu entry for IMAP import
- converted ImapSummaries (short: IS) to use the config file
- IS now optionally supports non-SSL and can run on folders other than INBOX
- removed gametypes and getGameTypeAsString from TS method as identical one is in Hand
- some other stuff
2010-07-08 19:46:25 +02:00
steffen123 aeaac92fb9 commit before changing intendation. 2010-07-07 22:21:46 +02:00
steffen123 a25a2dd389 some improvements on the gentoo ebuild 2010-07-07 09:46:16 +02:00
steffen123 1bf3827921 copied bit of error handling from Carl 2010-07-07 08:17:18 +02:00
steffen123 0ecd19fbdf change PSS to give None for *Count 2010-07-07 08:12:10 +02:00
steffen123 160ca30abe much improved PS summary parsing thanks to carls help 2010-07-07 08:05:42 +02:00
steffen123 2046fc1122 the two new files for PS summary mail parsing 2010-07-07 07:06:11 +02:00
steffen123 ca5ba3ee68 comment on reverted method-deletion 2010-07-07 07:00:57 +02:00
steffen123 c855706640 Revert "removed seemingly misplaced method"
This reverts commit 7042f11954.
2010-07-07 06:59:08 +02:00
steffen123 92a4b105cc parsing PS summary emails now. just need to write insert/update code now 2010-07-07 06:58:42 +02:00
steffen123 e3ce1b8c2d remove old empty function 2010-07-07 04:24:46 +02:00
steffen123 d27d6a310c removed DatabaseManager.py as it's unused 2010-07-07 04:16:44 +02:00
steffen123 7042f11954 removed seemingly misplaced method 2010-07-07 04:11:28 +02:00
steffen123 eb3233ac98 more tourney work
- moved HH-based tourney handling completely into Hand
- renamed Tourney.py to TourneySummaries
- changed many DB fields to allow NULL and removed defaults
2010-07-07 04:01:40 +02:00
steffen123 18faa5288c first steps to get PS tourney results from IMAP 2010-07-07 02:53:27 +02:00
steffen123 04ed65e88c minor DB changes. recording TourneysPlayers now for FTP and PS 2010-07-07 00:52:44 +02:00
steffen123 e4916bc456 replace catchall except with an if 2010-07-06 23:52:59 +02:00
steffen123 e2087d60a1 rename tourney methods in DB 2010-07-06 23:43:49 +02:00
steffen123 f5c1fd4ed7 check for tourney rather than tourNo not to be none 2010-07-06 23:39:25 +02:00
steffen123 e5cba5172d DB version increase for rush field 2010-07-06 18:14:35 +02:00
steffen123 1ab4db685f add rush poker field 2010-07-06 18:07:43 +02:00
steffen123 2717c71b4e fixes FTP tourneys to work as good/bad as PS tourneys 2010-07-06 18:07:26 +02:00
steffen123 45dfcf38f7 Mika on mailing list said to public domain this. 2010-07-06 17:16:41 +02:00
steffen123 d01435d068 store Tourneys and TourneyTypes for PS tourneys. see ML for more details 2010-07-05 11:48:26 +02:00
steffen123 26965b5126 some cleanups:
- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file
2010-07-05 12:24:07 +08:00
steffen123 be68f56c1b Revert "copyright correction" - sqlcoder commited with Carl as "owner"
This reverts commit dea3e72343.
2010-07-05 06:18:16 +02:00
steffen123 dea3e72343 copyright correction 2010-07-05 06:14:07 +02:00
steffen123 6b95c46b27 change email address for bug reports from my personal one to mailing list 2010-07-05 11:42:12 +08:00
steffen123 fc01f72043 removed useless ancient example sql dump 2010-07-05 11:41:58 +08:00
steffen123 39859970d7 another repair as a result of removing payinAmounts 2010-07-05 01:29:05 +02:00
steffen123 4f795b6e4c removed useless ancient example sql dump 2010-07-05 01:26:26 +02:00
steffen123 fd7556af89 fix call to tourney.addPlayer after removal of payinAmount 2010-07-04 23:42:57 +02:00
steffen123 ea1e136ae2 Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-04 23:20:24 +02:00
steffen123 8c0395ef78 quit fpdb automatically after re-create. ppl tend to ignore msgboxes ;) 2010-07-04 23:19:57 +02:00
steffen123 dafd60fd58 Revert "added a basic .gitignore for files that are definitely always untracked"
This reverts commit 3baea4b27a.
2010-07-04 15:30:08 +02:00
steffen123 3b24fd18b2 some cleanups:
- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file
2010-07-04 03:05:16 +02:00
steffen123 3baea4b27a added a basic .gitignore for files that are definitely always untracked 2010-07-03 02:11:43 +02:00
steffen123 e8864bf241 change email address for bug reports from my personal one to mailing list 2010-07-02 23:48:01 +02:00
steffen123 d291b8621f removed TourneysPlayers.payinAmounts 2010-07-02 22:40:40 +02:00
steffen123 6b417ebdd4 added HandsPlayers.sitout as discussed on ML 2010-07-02 22:17:15 +02:00
steffen123 6e296cf38f Merge branch 'master' of git://git.assembla.com/fpdboz 2010-07-02 19:46:09 +02:00
steffen123 122eedcbb2 Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-02 19:45:51 +02:00
steffen123 5e45a086bd DB-version increase for headsup-removal 2010-07-02 19:45:30 +02:00
steffen123 6bc3e741c6 removed TourneyTypes.headsUp 2010-07-02 19:39:02 +02:00
steffen123 357eeee9d4 Added a minimal readme 2010-06-28 11:48:54 +08:00
steffen123 d652eb5d3c repaired sqlite db creation 2010-06-26 12:24:30 +02:00
steffen123 5f2921263a Added a minimal readme 2010-06-26 08:38:37 +02:00
steffen123 eab41b1519 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-06-25 11:03:46 +02:00
steffen123 0477c73801 changed TourneyTypes as discussed, some currency-related fixes
I haven't expanded all queries etc. to include the new fields
    as that code is not currently used by anything and can be
    expanded as needed
2010-06-25 11:02:01 +02:00
steffen123 465f081c69 Updated and improved ebuild.
It doesnt actually install fpdb atm, I'll bring that back another time.
2010-06-25 15:24:59 +08:00
steffen123 eaa184614a Added warning to keep history files to start screen. 2010-06-25 15:24:38 +08:00
steffen123 90ff0559b3 Added warning to keep history files to start screen. 2010-06-25 08:16:56 +02:00
steffen123 806b71b963 Updated and improved ebuild.
It doesnt actually install fpdb atm, I'll bring that back another time.
2010-06-25 07:17:32 +02:00
steffen123 8a2f881b61 split TourneyTypes.rebuyOrAddon to rebuy and addOn 2010-06-22 22:27:10 +02:00
steffen123 e0a42bab8e more modifications for TourneysPlayers changes 2010-06-22 21:45:22 +02:00
steffen123 58da99c86c removed 2 ancient unusued methods and updated TourneysPlayers
tested bulk import for PS and FTP, player stats and positional stats
also fixed a little bug that sqlite created HandsPlayers.actionString
	with type REAL instead of VARCHAR
2010-06-22 21:05:33 +02:00
steffen123 64597cf0a5 fix silly mistake i made when changing start screen text 2010-06-22 12:00:37 +08:00
steffen123 085a269fbe changed start page text 2010-06-22 11:15:22 +08:00
steffen123 7bda305143 removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
steffen123 752676c68e removed two obselete files from utils 2010-06-22 11:12:22 +08:00
steffen123 1ed18ec265 minor spelling correction 2010-06-22 11:12:06 +08:00
steffen123 e46b0b7a0f renamed tourneyplayers to tourneysplayers in a few places 2010-06-21 17:12:20 +02:00
steffen123 e6fd3afbba renamed totalRebuys/AddOns to totalRebuyCount/AddOnCount 2010-06-21 16:45:15 +02:00
steffen123 d83c68d578 fix silly mistake i made when changing start screen text 2010-06-21 15:54:32 +02:00
steffen123 cfcec2182e removed fields from Tourneys
buyinChips, rebuyChips, addonChips, rebuyAmount, addonAmount and koBounty
2010-06-21 15:48:22 +02:00
steffen123 e244a5d502 minor spelling correction 2010-06-21 15:41:45 +02:00
steffen123 d207261c82 Merge branch 'master' of git://git.assembla.com/fpdboz
removed pyfpdb/fpdb.py
2010-06-21 14:02:08 +02:00
steffen123 0cd213b602 removed two obselete files from utils 2010-06-21 13:42:23 +02:00
steffen123 9f9fdb7abf removed outdated documentation and moved license files 2010-06-21 13:13:19 +02:00
steffen123 ad95038edb changed start page text 2010-06-21 13:00:09 +02:00
steffen123 9008d616a7 changed run_fpdb.py permissions to executable 2010-06-21 13:43:59 +08:00
steffen123 35e7db570c moved test_Python* to root folder so they don't collide with py.test and because it fits better there anyways 2010-06-21 13:43:43 +08:00
steffen123 3d8a38e59a renamed test scripts to make their purpose clearer 2010-06-21 13:43:24 +08:00
steffen123 6f8fe4a68c expanded explanation of vpip 2010-06-21 13:42:53 +08:00
steffen123 51a51dc892 readd warning dialogue to restart after recreate
after loosing it in merge
2010-06-21 12:44:29 +08:00