Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-24 | BUGFIX: include $call in $ruleset | Arun Persaud | 1 | -2/+4 | |
$call wasn't added everywhere where a new ruleset was defined; | |||||
2007-06-24 | CLEANUP: get card names from the database | Arun Persaud | 1 | -0/+12 | |
2007-06-23 | NEW FEATURE: password recovery is now working | Arun Persaud | 1 | -0/+32 | |
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. | |||||
2007-06-19 | BUGFIX: CC'ed on final game allowed to view different accounts | Arun Persaud | 1 | -8/+0 | |
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. | |||||
2007-06-17 | NEW FEATURE: reuse random numbers from old games | Arun Persaud | 1 | -0/+15 | |
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 ;) | |||||
2007-06-07 | * FIX: added extra check for calling 120, etc. so that people can't cheat | arun | 1 | -0/+32 | |
* 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 | |||||
2007-05-22 | feature: added link to game in final email, CC'ed people in final email | arun | 1 | -0/+27 | |
2007-05-17 | wedding should work now, started working on calling 120/90/60/30/0, small ↵ | arun | 1 | -1/+18 | |
bugfixes | |||||
2007-04-12 | poverty should work now! added german card deck, tons of small fixes | arun | 1 | -4/+58 | |
2007-04-10 | added email to first player at the beginning of the game; fixed small layout ↵ | arun | 1 | -0/+26 | |
issue | |||||
2007-04-10 | removed one debug message; added timestamp update for game when playing a card | arun | 1 | -0/+7 | |
2007-02-08 | * rewrote checking for sickness, the player now sees a nice summary before ↵ | arun | 1 | -1/+18 | |
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 | |||||
2007-02-07 | fixed: bug in routine to figure out the next player | arun | 1 | -3/+39 | |
added rulesets (change in database): at the beginning of a game differnt rules can be chosen | |||||
2007-02-06 | feature request: show complete hand for completed games | arun | 1 | -0/+13 | |
2007-02-03 | added session to database | arun | 1 | -0/+23 | |
2007-02-03 | you can now cancle games, if they are older than a month | arun | 1 | -1/+1 | |
2007-01-12 | added some checks for poverty and wedding, but only nines are handled ↵ | arun | 1 | -0/+12 | |
correctly from now on | |||||
2007-01-12 | server keeps score now, several small bugfixes | arun | 1 | -3/+30 | |
2007-01-08 | FEATURE: added solo and now you also can only play cards that are valid on a ↵ | arun | 1 | -1/+54 | |
trick | |||||
2006-12-21 | fixed a lot of bugs, started to work on solos, moved some stuff to output.php | arun | 1 | -2/+3 | |
2006-12-13 | added two new features: local time and a link to the user page | arun | 1 | -0/+21 | |
2006-12-13 | small bugfix, had a wrong name for a variable | arun | 1 | -1/+1 | |
2006-12-12 | players should get emails again, if it is there turn | arun | 1 | -0/+11 | |
2006-12-12 | added a config file (not under VC) | arun | 1 | -3/+3 | |
2006-12-12 | small bugfixes to get comments for examples comments working | arun | 1 | -1/+4 | |
2006-12-11 | comments should be working again. not tested though | arun | 1 | -1/+9 | |
2006-12-08 | added local time output | arun | 1 | -0/+27 | |
2006-12-08 | basic user page, list available users and link to start a new game | arun | 1 | -2/+12 | |
2006-12-08 | playing games should work now... new games can be started automatically at ↵ | arun | 1 | -8/+86 | |
the end of an old one. | |||||
2006-12-07 | tables seems to be case sensitive on dreamhost...fixed it | arun | 1 | -31/+31 | |
2006-12-07 | new database backend... kind of working | arun | 1 | -0/+264 | |