Arun Persaud [Mon, 29 Oct 2007 19:29:42 +0000 (20:29 +0100)]
BUGFIX: when playing with both schweinchen
they second fox always became the highest trump, even if the two
foxes where not on the same hand.
Also: every fox led to a comment:"schweinchen".
Both fixed now.
Arun [Tue, 9 Oct 2007 10:50:22 +0000 (12:50 +0200)]
LAYOUT: 1st round of changes to get rid of overlapping areas
centered table, moved menus to correct place (this also fixed
a bug that still showed that it was your turn in a game after
you moved) and some other small changes.
Arun Persaud [Sat, 4 Aug 2007 16:52:56 +0000 (09:52 -0700)]
LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer
a bit more html on the user page and the session are displayed differently now.
Also fixed a few small html errors, moved the link for new games into the menu
and probably some small things I don't remember right now ;)
LAYOUT: final score is displayed on the table; played card is displayed in trick
added another trick as trick13 that displays the final score. Also moved the
played card to show up as a normal card and not in the middle of the table anymore.
BUGFIX: using the recovery password to change your password
to change your password you needed your old password, the recovery
password didn't work, which made it hard to change it, in case you
forgot your old password... fixed
Arun Persaud [Fri, 29 Jun 2007 17:18:51 +0000 (19:18 +0200)]
NEW FEATURE+BUGFIX: changed calling re/contra
you can call re/contra, etc. now even if it is not your turn.
Also fixed rule where you can say 90 with 9 cards, etc. so that
you need to say 120 to say 90, 90 to say 60, etc.
used php session, so that people can actually log in and out
and linking from one page to another can be done easily without
using form to send the password as a hidden parameter over the
net all the time
people complained about too many solos ;) so I changed
from the standard php random generator to a better one.
Not sure if that solves the problem though ;)
Arun Persaud [Thu, 28 Jun 2007 20:36:51 +0000 (22:36 +0200)]
BUGFIX: reload during the setup could mess up the state machine
if a user hits reload during the questions for the vorbehalt, the server
printed an error message and the game could not continue. Now this is detected
and the user is send back to the right page during the setup and can continue normally.
Arun Persaud [Thu, 21 Jun 2007 14:22:36 +0000 (16:22 +0200)]
CLEANUP: counting points, prepare for keeping track of game points
use the database now to add up points, cleaned up the code a bit (counting
points was done in different places), don't use score table for points from cards any more
Arun Persaud [Sat, 23 Jun 2007 13:53:30 +0000 (15:53 +0200)]
NEW FEATURE: password recovery is now working
Added a simple form of password recovery. The user gets send an email
with the new password, which is valid for 24h. The user can request a
maximum of 5 passwords within 24h to prevent filling up the database
with garbage.
Arun Persaud [Sun, 17 Jun 2007 19:53:29 +0000 (21:53 +0200)]
BUGFIX: CC'ed on final game allowed to view different accounts
When people got CC'ed on the final email, they also got copies of everyones
email and the link to the game in that email. That way they could go to the
user page of a different user.
Removed CC option and will just send out two emails from now on. The first one to
all players (reply all possible) and the second one with the personal link.
Arun Persaud [Sun, 17 Jun 2007 16:55:34 +0000 (18:55 +0200)]
NEW FEATURE: reuse random numbers from old games
random numbers generated for old games are reused in case none
of the players were in that old game. Will be interesting how different
people play with the same hand ;)
arun [Thu, 7 Jun 2007 18:09:08 +0000 (18:09 +0000)]
* FIX: added extra check for calling 120, etc. so that people can't cheat
* NEW: display sessions
* NEW: display who's turn it is on the userpage (change in DB)
* NEW: different ways when to say 90, 60, etc. (change in DB)
* MISC: some clean up, e.g. display of final score
arun [Thu, 8 Feb 2007 19:19:11 +0000 (19:19 +0000)]
* rewrote checking for sickness, the player now sees a nice summary before getting to the table...
* wedding is now announced
* for solo and normal games, re and contra are assigned correctly
* the score for re and contra is computed at the end
* used one variable $CARDS instead of several global ones e.g. $CARDS["trump"] instead of $TRUMP