summaryrefslogtreecommitdiffstats
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2007-06-17Merge branch 'dealing-reuse'Arun Persaud1-1/+1
2007-06-17NEW FEATURE: reuse random numbers from old gamesArun Persaud1-1/+1
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-12BUGFIX: adding a new game had a bug in the INSERT statement; wedding offset ↵arun1-3/+3
in can_call had wrong sign
2007-06-07* FIX: added extra check for calling 120, etc. so that people can't cheatarun1-72/+127
* 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, etcarun1-4/+12
2007-06-02added output of average time for a game on the homepagearun1-1/+8
2007-06-02BUGFIX: guess I should test again before commiting :)arun1-1/+1
2007-06-02new feature: added checks for re/contra/90 etc. ; fixed: some measages were ↵arun1-3/+7
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; cleanuparun1-16/+61
2007-05-22fix: missed a ;arun1-2/+2
2007-05-22feature: added link to game in final email, CC'ed people in final emailarun1-15/+54
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 ↵arun1-33/+156
bugfixes
2007-05-16found a bug in the shuffling routinearun1-1/+1
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 numbersarun1-0/+1
2007-04-14some more testing and bugfixesarun1-13/+12
2007-04-12poverty should work now! added german card deck, tons of small fixesarun1-97/+331
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 ↵arun1-52/+86
issue
2007-04-10removed one debug message; added timestamp update for game when playing a cardarun1-2/+4
2007-04-09minor cleanuparun1-2/+8
2007-04-09more cleanuparun1-2/+2
2007-04-08more cleanup, the layout for the pre game stuff is now probably broken:(arun1-3/+3
2007-04-08cleaned up the interface a bitarun1-30/+35
2007-04-08fixed & in htmlarun1-1/+1
2007-04-08added footer, moved revision into footerarun1-0/+7
2007-03-24some missing html and some more commentsarun1-1/+16
2007-02-12foxes should now work correctlyarun1-13/+46
2007-02-08* rewrote checking for sickness, the player now sees a nice summary before ↵arun1-22/+127
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 playerarun1-29/+84
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 gamesarun1-0/+8
2007-02-03a bit of code cleanuparun1-821/+833
2007-02-03only ask for a new game in a session, if it was the latest gamearun1-3/+16
2007-02-03added session to databasearun1-1/+11
2007-02-03cleaned up the user page a bitarun1-5/+4
2007-02-03fixed a typoarun1-1/+1
2007-02-03you can now cancle games, if they are older than a montharun1-122/+158
2007-02-03added a uniform list name for emailsarun1-4/+8
2007-02-03better selection of players for new gamearun1-2/+4
2007-01-26added game number to game displayarun1-0/+4
2007-01-26started work on canceling gamesarun1-2/+13
2007-01-16fixed the new sorting algorithmarun1-1/+1
2007-01-16new sort function; should sorrt correctly for solos,etcarun1-1/+1
2007-01-14fixed the revision number thing ;)arun1-1/+1
2007-01-14added displau of revsion numberarun1-0/+3
2007-01-14fixed: provided links for new games, so that reloading is not required anymorearun1-2/+2