Steffen Schaumburg
8a519699b5
update copyright year
2011-03-10 06:16:31 +01:00
Steffen Schaumburg
07d9df0b31
another bit of string churn - the number of strings/words to translate is going down due to this though :)
2011-03-10 05:45:07 +01:00
Steffen Schaumburg
4c71fd7baf
unify a string
2011-03-10 04:29:16 +01:00
Steffen Schaumburg
5a0f2946a4
fix many strings that weren't being picked up by gettext's parser
2011-03-10 04:15:53 +01:00
Worros
a33a947dee
Absolute: Fix more ',' breakage
2010-11-16 12:59:00 +08:00
Worros
41da3e6f65
Absolute: Deal with ','s in Action, Antes and Collect
2010-11-16 12:07:08 +08:00
Worros
147cc6c950
Absolute: Deal with ','s in blinds
2010-11-16 11:57:09 +08:00
Worros
e218e0c5c9
Absolute: Fix another tourney file name variant
2010-11-11 00:28:29 +08:00
Worros
574f864734
Absolute: Partial fix for Freeroll tourney
2010-11-10 13:52:24 +08:00
Worros
1a96892ec4
Merge branch 'master' of git://git.assembla.com/fpdb-eric
2010-11-10 11:56:57 +08:00
Worros
e1d4e8fc6d
Merge branch 'master' of git://git.assembla.com/fpdb
2010-11-10 11:56:35 +08:00
Worros
60c5571068
Absolute: Partial fix for tourneys
2010-11-09 14:03:55 +08:00
Worros
f0cb9cf5a4
Absolute: Update some error handling
...
Fix so log file and stdout both get a descriptive error message
2010-11-09 13:45:27 +08:00
Eric Blade
50246d04ea
Merge branch 'master' of git://git.assembla.com/fpdb.git
2010-11-07 20:09:39 -05:00
Eric Blade
02fdcf307e
reset AP/UB horse games to 8 seat
...
support Everleaf 4-seat (need a layout, i can't get into the games)
2010-11-07 20:08:56 -05:00
Steffen Schaumburg
ae418add15
Merge branch 'carl'
2010-11-07 14:34:48 +01:00
Steffen Schaumburg
8b01daac83
add a comment into Abs that it supports UB
2010-11-07 14:34:35 +01:00
Worros
1b32760760
Absolute: Remove spurious return
2010-11-07 18:16:04 +08:00
grindi
709534060c
Absolute hhc: fixes
2010-11-06 01:48:29 +03:00
grindi
79bfc8587e
Absolute hhc: fixes, cleanups, basic trny support
2010-11-04 12:57:39 +03:00
Worros
1b15e665e0
L10n update - Absolute->Config
2010-09-22 23:51:56 +08:00
Worros
d5f230e4e8
Absolute: a couple of cleanups and some prep work for AP
...
I've changed re_GameInfo to be a verbose regex, so I may have broken working hand histories.
No test files at the moment so it is hard to tell.
2010-09-03 11:49:41 +08:00
steffen123
2eb3d18b86
l10n: gettextify AbsoluteToFpdb
2010-08-29 21:31:34 +02:00
grindi
223f7441b6
Fixes for absolute poker
...
Note: previous xtables's re doesn't match java absolute client
2010-07-31 22:55:43 +08: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
178b528d3b
change calls to python2 back to python
2010-07-08 20:01:03 +02:00
Worros
e7776de8f1
Fix startTime change in remaining files
2010-07-08 23:30:02 +08:00
Worros
4577cfbfa2
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
Conflicts:
pyfpdb/Database.py
pyfpdb/DerivedStats.py
pyfpdb/SQL.py
pyfpdb/SummaryEverleaf.py
pyfpdb/TournamentTracker.py
pyfpdb/Tourney.py
run_fpdb.py
2010-07-05 12:17:08 +08: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
Worros
9e30336acc
Remove BOM from AbsoluteToPoker.py
2009-09-06 22:40:27 +08:00
Eric Blade
891ed0295f
Absolute: Add support for HORSE Holdem, attempts to determine table name from filename if it can't find it in the hand
2009-08-31 03:18:00 -05:00
Eric Blade
637bdcbdfc
fix #17 , Absolute Poker antes and even-amount stakes now parse
2009-08-27 10:27:19 -05:00
Eric Blade
079ce989cc
Tables: add " - Table " to ignore strings, so we don't attach to Absolute chat windows
2009-08-27 04:28:59 -05:00
Eric Blade
f91e6d1d69
AbsoluteToFpdb: fix for HU and FL tables (need to verify data coming in for PL and NL tables now, as that required code changes to blind handling as well), also likely fixes bug #14 where HU NL hands would not convert properly (also still need to test)
2009-08-27 02:29:44 -05:00
Eric Blade
8420e22038
add in Ante RegEx for Absolute .. hopefully it works, but I don't have the roll there to play holdem with Antes to find out
2009-08-21 05:57:04 -05:00
Eric Blade
b26f4a09ce
Absolute: support Pot Limit and Fixed Limit ("Normal" as they call it)
...
Configuration: Only trap the thrown error when checking for existence of site default paths, if not found set path to a reasonable ERROR message instead of "default"
2009-08-16 04:22:22 -05:00
Worros
483334b899
Fix Absolute plugin from recent change
2009-08-12 18:34:17 +08:00
eblade
f65e4e005a
aptofpdb: remove debugging print
...
guiautoimport: import traceback
fpdb_simple/GuiPlayerStats: deal with multiple sites with players with matching names
HUD_main: error file is again HUD-error not fpdb-error-log.
2009-08-06 07:23:57 -04:00
eblade
2e698bb1d4
Merge branch 'master' of git://git.assembla.com/fpdboz.git
...
Conflicts:
pyfpdb/AbsoluteToFpdb.py
2009-08-06 00:00:29 -04:00
eblade
2685608294
bump atofpdb siteid
...
configuration should not error if 'site' is empty (ie when running from command line)
guiplayerstats won't auto-load default report
hud should work from command line
2009-08-05 23:57:26 -04:00
Worros
a37adde67e
Catch up to Eric - fix markStreets regex
2009-08-06 11:30:21 +08:00
eblade
f85e7cb230
AbsoluteToFpdb: convert cards 10s to Ts, etc
...
fpdb_import: clear updatedsize, updatedtime, pos_in_file lists, so we can attempt multiple imports on same file, rather than just getting error when trying.
2009-08-05 21:35:01 -04:00
eblade
34c469ab3a
Add AbsoluteToFpdb.py
...
Database: Add Absolute to sites
GuiPlayerStats: set avgseats to False
Hand: Add Absolute to SITEIDS list
fpdb_import: check for presence of settings['dropHudCache'] before testing it, to keep command line import from erroring
2009-08-05 21:07:16 -04:00