Commit Graph

4709 Commits

Author SHA1 Message Date
Steffen Schaumburg
65bba7d368 allow import of $1.25/$2.50 blinds on FTP 2011-04-08 07:01:37 +02:00
Steffen Schaumburg
34000b190d method doesnt exist - causes crash on OSX 2011-04-07 15:45:50 +02:00
Steffen Schaumburg
8f9410fdbc get LOCALE_ENCODING a different way as the current one crashed on start on mac osx 2011-04-07 15:44:27 +02:00
Steffen Schaumburg
a7541c9068 removing hex coder - DB should never not be UTF8, and the code is not used anywhere else. this also caused failure on mac OSX 2011-04-07 15:44:05 +02:00
Steffen Schaumburg
6fbdcaa592 updated mo files 2011-04-07 15:22:40 +02:00
Steffen Schaumburg
9a2c3d98f5 update l10n files with completed hungarian - thanks erki! 2011-04-07 15:21:18 +02:00
Erki Ferenc
565d6b65ca l10n: Updated Hungarian translation 2011-04-07 15:17:10 +02:00
Steffen Schaumburg
56c26f5dcd activate support for capNL and FL/PL/NL draw tourneys on FTP - thanks Oleg for the histories 2011-04-07 12:37:40 +02:00
Steffen Schaumburg
d8d9f3a1fc finish french translation - thanks very much to Wedges 2011-04-07 10:51:14 +02:00
Steffen Schaumburg
53607907ea comment what looks like an unnecessary debug 2011-04-07 10:50:15 +02:00
Steffen Schaumburg
38832a84fb Merge branch 'carl' 2011-04-07 10:39:50 +02:00
Steffen Schaumburg
9db4d1db55 add support for partouche poker gibraltar to everleaf parser - thanks elwood42 for providing a regex and some sample files 2011-04-07 10:34:34 +02:00
Worros
d4c58fd23f FTP: Fix crasher with returned antes
FTP forces all players at a cash game table to post antes, but if they
are in the blinds they can timeout and have the ante returned to them,
listing them as sitting out.
2011-04-07 18:26:55 +10:00
Worros
4f4a905609 FTP: Fix issue with RIT hands.
RIT hands on FTP have two summary sections. If a player is sitting out
and needs to be removed from the player list, they were removed twice.

The second remove from a python dict is a crash. Patch avoids this
situation
2011-04-07 17:54:47 +10:00
Steffen Schaumburg
5e1c8364cf move total in THP to the end 2011-04-07 07:57:40 +02:00
Steffen Schaumburg
91b597e2ea fix for IDs of sites and actions - thanks to Jon Cooper! 2011-04-07 06:03:01 +02:00
Steffen Schaumburg
9db1460797 expand hand start print in PS to ensure it prints identifiable hand 2011-04-07 04:17:43 +02:00
Steffen Schaumburg
b3ea457f4c add first bits of portugese (brazil) and chinese (simplified) translation - thanks very much to pkpkpkdo and jipeng! 2011-04-06 23:58:36 +02:00
Steffen Schaumburg
76a2d3230b italian translation complete - thanks very much to seppone1991! 2011-04-05 11:32:00 +02:00
Steffen Schaumburg
ddf3378d12 transifex managed to recover some more spanish translation 2011-04-05 11:00:17 +02:00
Steffen Schaumburg
5a03212333 add big chunk of spanish translation - thanks very much to José Luis Ledesma 2011-04-05 10:55:16 +02:00
Steffen Schaumburg
f6a712d578 remove alchemy stuff - if anyone wants to bring this or another ORM back that would be great 2011-04-05 10:27:23 +02:00
Steffen Schaumburg
0b3ccc6c5c remove outdated and unused alchemy stuff - if anyone wants to bring this or another ORM back that would be great 2011-04-05 10:24:57 +02:00
Steffen Schaumburg
2d3464cddc some l10n fixes 2011-04-05 09:30:00 +02:00
Steffen Schaumburg
c1baa3c228 updated russian translation 2011-04-05 08:42:24 +02:00
Steffen Schaumburg
4a3f4a7b0f remove obselete&broken regression testing stuff 2011-04-05 07:34:34 +02:00
Steffen Schaumburg
00767d4cf7 add example files from entraction 2011-04-05 04:50:37 +02:00
Steffen Schaumburg
2d8e611f2d display more details about OS in about dialogue 2011-04-05 04:43:34 +02:00
Steffen Schaumburg
f8fae139be Regression Files: PS Play SnG incl summary 2011-04-05 04:12:07 +02:00
Steffen Schaumburg
828000bdd9 missed mo file 2011-04-05 03:07:39 +02:00
Steffen Schaumburg
78cbce344c updated l10n files, more german translation 2011-04-05 03:06:17 +02:00
Steffen Schaumburg
0f8f2099cc reduce translation word count about another 50 2011-04-05 03:03:39 +02:00
Steffen Schaumburg
84961625e4 reduce translatable words by about 40 2011-04-05 02:08:28 +02:00
Steffen Schaumburg
359ba7926a update l10n files 2011-04-05 01:17:08 +02:00
Steffen Schaumburg
37a5dc6ac5 Merge branch 'gimick' 2011-04-05 01:14:51 +02:00
Steffen Schaumburg
459d146043 Merge branch 'carl'
Conflicts:
	pyfpdb/locale/fr/LC_MESSAGES/fpdb.mo
2011-04-05 01:14:30 +02:00
Steffen Schaumburg
79a4f01122 add another check to localise, final version of announcement 2011-04-05 00:26:04 +02:00
Steffen Schaumburg
dc2635eac5 add italian (thanks seppone1991!) and update all l10n files 2011-04-04 23:47:05 +02:00
gimick
d349d41e29 rushaux: fix boolean SELECT - should now work for all db's 2011-04-04 10:54:54 +01:00
Worros
eec01083b1 FTP: Add high limit lookup
Clear the blind string of ,s and add 1k/2k and 1.5k/3k.
2011-04-02 23:22:56 +08:00
Worros
b20dde4f29 Import: reenable the test data for gametypes 2011-04-02 22:48:38 +08:00
Worros
c34467b987 Regression: FTP 1500/3000 Triple Draw sample hand.
Not UTF16 - from an archive file.

Hero wins hand
2011-04-02 22:27:13 +08:00
Worros
65e5ad45ac Stars: Add mixed holdem tourney support 2011-04-02 15:02:18 +08:00
Worros
7a9033e826 Regression: Stars mixed holdem tourney hands 2011-04-02 14:58:45 +08:00
Worros
a6bf237c9a Win2day: Allow CAD espacejeux.com hand to parse 2011-04-02 14:15:42 +08:00
Worros
07bce33894 Regression: Win2day espacejeux.com NLHE 2011-04-02 14:14:05 +08:00
Worros
086e2f9814 Card: Remove unused function 2011-04-02 12:27:29 +08:00
Worros
753596f217 fpdb_import: Only pipe to hud if callHud variable set 2011-04-01 13:35:13 +08:00
Worros
0c03547bf6 THP: Remove 'id' 2011-04-01 12:49:04 +08:00
Worros
dd95b8d3bb Regression: Fix card data for FTP draw .hp file 2011-04-01 12:26:38 +08:00