summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-06-23BUGFIX: typo for emails at the end of game; able to set return addressArun Persaud1-1/+5
used php.ini to set the return address for emails. fixed typo in variable that prevented sending of emails at the end of the game
2007-06-21LAYOUT: added icons from LanceArun Persaud23-13/+54
re/contra/120...0 and wedding now have icons
2007-06-19CLEANUP: code + text messagesArun Persaud3-65/+57
cleaned up the code and corrected some typos
2007-06-19NEW FEATURE: show all hands at the end of a gameArun Persaud1-0/+18
Now everyone can see all the cards at the end of a game.
2007-06-19BUGFIX: CC'ed on final game allowed to view different accountsArun Persaud3-47/+12
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-17Merge branch 'dealing-reuse'Arun Persaud3-3/+29
2007-06-17NEW FEATURE: reuse random numbers from old gamesArun Persaud3-3/+29
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-16code cleanupArun Persaud1-1/+0
2007-06-16added a missing .gitignore fileArun Persaud1-0/+1
added *~ (e.g. emacs backups) to gitignore
2007-06-12BUGFIX: adding a new game had a bug in the INSERT statement; wedding offset ↵arun2-4/+4
in can_call had wrong sign
2007-06-07bugfix: typo in last commitarun1-1/+1
2007-06-07* FIX: added extra check for calling 120, etc. so that people can't cheatarun5-73/+165
* 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-06-04bugfix: the gamenumber wasn't shown in all email subjectsarun1-5/+5
2007-06-04small fixes, typo, etcarun2-7/+19
2007-06-02added output of average time for a game on the homepagearun2-3/+10
2007-06-02BUGFIX: guess I should test again before commiting :)arun2-2/+2
2007-06-02new feature: added checks for re/contra/90 etc. ; fixed: some measages were ↵arun3-12/+65
outdated
2007-06-01 bugfix: last revision had some typos, fixed nowarun1-3/+3
2007-05-28added some more hints for what kind of game is happening at the table; cleanuparun2-17/+62
2007-05-22fix: missed a ;arun1-2/+2
2007-05-22feature: added link to game in final email, CC'ed people in final emailarun4-18/+101
2007-05-21fixed bug in shuffle functionarun2-20/+21
2007-05-18more emails during poverty, game number is displayed in emailarun1-22/+77
2007-05-17problem with sql syntax: used a reserverd wordarun1-1/+1
2007-05-17wedding should work now, started working on calling 120/90/60/30/0, small ↵arun5-47/+217
bugfixes
2007-05-16found a bug in the shuffling routinearun2-2/+2
2007-04-25fix: hash collision after a game has been cancled and the gameid is being ↵arun1-4/+5
reused.
2007-04-22debugging was on for creating the hands -> no random numbersarun3-10/+13
2007-04-14wrong pic for the 10 of heartarun1-0/+0
2007-04-14some more testing and bugfixesarun3-31/+37
2007-04-12poverty should work now! added german card deck, tons of small fixesarun33-112/+537
2007-04-11lots of small fixes and cleanuparun1-111/+157
2007-04-10added email to first player at the beginning of the game; fixed small layout ↵arun4-55/+129
issue
2007-04-10removed one debug message; added timestamp update for game when playing a cardarun2-2/+11
2007-04-09minor cleanuparun2-5/+13
2007-04-09more cleanuparun3-14/+6
2007-04-08more cleanup, the layout for the pre game stuff is now probably broken:(arun2-9/+11
2007-04-08cleaned up the interface a bitarun3-72/+57
2007-04-08fixed & in htmlarun1-1/+1
2007-04-08added footer, moved revision into footerarun3-8/+27
2007-03-24Preparation for adding german cardsarun25-6/+6
2007-03-24some missing html and some more commentsarun2-4/+23
2007-02-12foxes should now work correctlyarun3-38/+98
2007-02-08* rewrote checking for sickness, the player now sees a nice summary before ↵arun4-125/+260
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-07fixed: bug in routine to figure out the next playerarun6-49/+240
added rulesets (change in database): at the beginning of a game differnt rules can be chosen
2007-02-06feature request: show complete hand for completed gamesarun2-0/+21
2007-02-03a bit of code cleanuparun1-821/+833
2007-02-03when starting a new game, games can't be selected twice anymore and are ↵arun1-3/+14
randomly pre-selected
2007-02-03only ask for a new game in a session, if it was the latest gamearun1-3/+16
2007-02-03added session to databasearun3-2/+35