Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-01 | NEW FEATURE: allow multiple comments | Arun Persaud | 3 | -33/+97 | |
you can now also comment, if it is not your turn, and up to 7 days after the game finished. doubled size of comments too | |||||
2007-06-29 | BUGFIX: final email didn't add up points for re/contra | Arun Persaud | 1 | -1/+1 | |
had a wrong GROUP BY SQL statement in the code. | |||||
2007-06-28 | CLEANUP: make the code look a bit nicer | Arun Persaud | 2 | -11/+11 | |
just a few small things | |||||
2007-06-28 | BUGFIX: reload during the setup could mess up the state machine | Arun Persaud | 2 | -19/+22 | |
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. | |||||
2007-06-28 | BUGFIX: redeal in case of solo in tournament, add hint in case of 5 nines on ↵ | Arun Persaud | 1 | -7/+12 | |
howto redeal | |||||
2007-06-25 | LAYOUT: updated icons from Lance | Arun Persaud | 3 | -1/+1 | |
new icons for trump solo and spade solo | |||||
2007-06-25 | BUGFIX: fixed bug in getting randomnumbers from a previous game | Arun Persaud | 2 | -3/+3 | |
DB querry was missing a column | |||||
2007-06-25 | CLEANUP: counting points, prepare for keeping track of game points | Arun Persaud | 4 | -150/+79 | |
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 | |||||
2007-06-24 | BUGFIX: include $call in $ruleset | Arun Persaud | 2 | -16/+21 | |
$call wasn't added everywhere where a new ruleset was defined; | |||||
2007-06-24 | NEW FEATURE: added admin name and email address to be configurable | Arun Persaud | 2 | -12/+41 | |
email and name can be defined in config.php. Errors are send to that email address. | |||||
2007-06-24 | BUGFIX: displaying the player who has to move during setup | Arun Persaud | 1 | -74/+80 | |
the server should now correctly dispaly who need to do a move during the setup. | |||||
2007-06-24 | CLEANUP: get card names from the database | Arun Persaud | 3 | -85/+16 | |
2007-06-23 | NEW FEATURE: password recovery is now working | Arun Persaud | 4 | -10/+173 | |
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-23 | BUGFIX: typo for emails at the end of game; able to set return address | Arun Persaud | 1 | -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-21 | LAYOUT: added icons from Lance | Arun Persaud | 23 | -13/+54 | |
re/contra/120...0 and wedding now have icons | |||||
2007-06-19 | CLEANUP: code + text messages | Arun Persaud | 3 | -65/+57 | |
cleaned up the code and corrected some typos | |||||
2007-06-19 | NEW FEATURE: show all hands at the end of a game | Arun Persaud | 1 | -0/+18 | |
Now everyone can see all the cards at the end of a game. | |||||
2007-06-19 | BUGFIX: CC'ed on final game allowed to view different accounts | Arun Persaud | 3 | -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-17 | Merge branch 'dealing-reuse' | Arun Persaud | 3 | -3/+29 | |
2007-06-17 | NEW FEATURE: reuse random numbers from old games | Arun Persaud | 3 | -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-16 | code cleanup | Arun Persaud | 1 | -1/+0 | |
2007-06-16 | added a missing .gitignore file | Arun Persaud | 1 | -0/+1 | |
added *~ (e.g. emacs backups) to gitignore | |||||
2007-06-12 | BUGFIX: adding a new game had a bug in the INSERT statement; wedding offset ↵ | arun | 2 | -4/+4 | |
in can_call had wrong sign | |||||
2007-06-07 | bugfix: typo in last commit | arun | 1 | -1/+1 | |
2007-06-07 | * FIX: added extra check for calling 120, etc. so that people can't cheat | arun | 5 | -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-04 | bugfix: the gamenumber wasn't shown in all email subjects | arun | 1 | -5/+5 | |
2007-06-04 | small fixes, typo, etc | arun | 2 | -7/+19 | |
2007-06-02 | added output of average time for a game on the homepage | arun | 2 | -3/+10 | |
2007-06-02 | BUGFIX: guess I should test again before commiting :) | arun | 2 | -2/+2 | |
2007-06-02 | new feature: added checks for re/contra/90 etc. ; fixed: some measages were ↵ | arun | 3 | -12/+65 | |
outdated | |||||
2007-06-01 | bugfix: last revision had some typos, fixed now | arun | 1 | -3/+3 | |
2007-05-28 | added some more hints for what kind of game is happening at the table; cleanup | arun | 2 | -17/+62 | |
2007-05-22 | fix: missed a ; | arun | 1 | -2/+2 | |
2007-05-22 | feature: added link to game in final email, CC'ed people in final email | arun | 4 | -18/+101 | |
2007-05-21 | fixed bug in shuffle function | arun | 2 | -20/+21 | |
2007-05-18 | more emails during poverty, game number is displayed in email | arun | 1 | -22/+77 | |
2007-05-17 | problem with sql syntax: used a reserverd word | arun | 1 | -1/+1 | |
2007-05-17 | wedding should work now, started working on calling 120/90/60/30/0, small ↵ | arun | 5 | -47/+217 | |
bugfixes | |||||
2007-05-16 | found a bug in the shuffling routine | arun | 2 | -2/+2 | |
2007-04-25 | fix: hash collision after a game has been cancled and the gameid is being ↵ | arun | 1 | -4/+5 | |
reused. | |||||
2007-04-22 | debugging was on for creating the hands -> no random numbers | arun | 3 | -10/+13 | |
2007-04-14 | wrong pic for the 10 of heart | arun | 1 | -0/+0 | |
2007-04-14 | some more testing and bugfixes | arun | 3 | -31/+37 | |
2007-04-12 | poverty should work now! added german card deck, tons of small fixes | arun | 33 | -112/+537 | |
2007-04-11 | lots of small fixes and cleanup | arun | 1 | -111/+157 | |
2007-04-10 | added email to first player at the beginning of the game; fixed small layout ↵ | arun | 4 | -55/+129 | |
issue | |||||
2007-04-10 | removed one debug message; added timestamp update for game when playing a card | arun | 2 | -2/+11 | |
2007-04-09 | minor cleanup | arun | 2 | -5/+13 | |
2007-04-09 | more cleanup | arun | 3 | -14/+6 | |
2007-04-08 | more cleanup, the layout for the pre game stuff is now probably broken:( | arun | 2 | -9/+11 | |