Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-18 | NEW FEATURE+BUGFIX: changed calling re/contra | Arun Persaud | 1 | -4/+42 | |
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. | |||||
2007-07-18 | NEW FEATURE: use php session | Arun Persaud | 1 | -3/+0 | |
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 | |||||
2007-07-18 | NEW FEATURE: use a better random generator | Arun Persaud | 1 | -1/+8 | |
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 ;) | |||||
2007-06-25 | BUGFIX: fixed bug in getting randomnumbers from a previous game | Arun Persaud | 1 | -1/+1 | |
DB querry was missing a column | |||||
2007-06-25 | CLEANUP: counting points, prepare for keeping track of game points | Arun Persaud | 1 | -66/+0 | |
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 | NEW FEATURE: added admin name and email address to be configurable | Arun Persaud | 1 | -3/+11 | |
email and name can be defined in config.php. Errors are send to that email address. | |||||
2007-06-24 | CLEANUP: get card names from the database | Arun Persaud | 1 | -81/+0 | |
2007-06-17 | Merge branch 'dealing-reuse' | Arun Persaud | 1 | -2/+13 | |
2007-06-17 | NEW FEATURE: reuse random numbers from old games | Arun Persaud | 1 | -2/+13 | |
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-12 | BUGFIX: adding a new game had a bug in the INSERT statement; wedding offset ↵ | arun | 1 | -1/+1 | |
in can_call had wrong sign | |||||
2007-06-07 | * FIX: added extra check for calling 120, etc. so that people can't cheat | arun | 1 | -1/+1 | |
* 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-02 | BUGFIX: guess I should test again before commiting :) | arun | 1 | -1/+1 | |
2007-06-02 | new feature: added checks for re/contra/90 etc. ; fixed: some measages were ↵ | arun | 1 | -2/+43 | |
outdated | |||||
2007-05-22 | feature: added link to game in final email, CC'ed people in final email | arun | 1 | -3/+9 | |
2007-05-21 | fixed bug in shuffle function | arun | 1 | -17/+14 | |
2007-05-17 | wedding should work now, started working on calling 120/90/60/30/0, small ↵ | arun | 1 | -8/+17 | |
bugfixes | |||||
2007-05-16 | found a bug in the shuffling routine | arun | 1 | -1/+1 | |
2007-04-22 | debugging was on for creating the hands -> no random numbers | arun | 1 | -9/+11 | |
2007-04-12 | poverty should work now! added german card deck, tons of small fixes | arun | 1 | -3/+25 | |
2007-02-12 | foxes should now work correctly | arun | 1 | -13/+41 | |
2007-02-08 | * rewrote checking for sickness, the player now sees a nice summary before ↵ | arun | 1 | -98/+106 | |
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 | -15/+56 | |
added rulesets (change in database): at the beginning of a game differnt rules can be chosen | |||||
2007-01-16 | fixed the new sorting algorithm | arun | 1 | -13/+9 | |
2007-01-16 | new sort function; should sorrt correctly for solos,etc | arun | 1 | -0/+20 | |
2007-01-12 | some small bugfixes | arun | 1 | -2/+2 | |
2007-01-12 | added email to all players, in case someone cancled the game at the beginning | arun | 1 | -1/+0 | |
2007-01-12 | server keeps score now, several small bugfixes | arun | 1 | -1/+1 | |
2007-01-10 | added list of finished games to user page | arun | 1 | -2/+1 | |
2007-01-08 | FEATURE: added solo and now you also can only play cards that are valid on a ↵ | arun | 1 | -137/+201 | |
trick | |||||
2007-01-04 | bugfix: names and table show up all the time now; | arun | 1 | -7/+51 | |
2006-12-21 | fixed a lot of bugs, started to work on solos, moved some stuff to output.php | arun | 1 | -27/+112 | |
2006-12-19 | started on adding support for different solo games (modified get_winner a ↵ | arun | 1 | -37/+55 | |
tiny bit)...still needs work | |||||
2006-12-15 | added a new php file for html output only | arun | 1 | -136/+0 | |
2006-12-13 | a bit more cleanup in the layout | arun | 1 | -6/+6 | |
2006-12-13 | added two new features: local time and a link to the user page | arun | 1 | -1/+1 | |
2006-12-12 | players should get emails again, if it is there turn | arun | 1 | -0/+15 | |
2006-12-12 | added a config file (not under VC) | arun | 1 | -16/+0 | |
2006-12-12 | small bugfixes to get comments for examples comments working | arun | 1 | -2/+2 | |
2006-12-11 | added timezone for .nz | arun | 1 | -0/+3 | |
2006-12-08 | bugfix? game entry wasn't added to DB, hope it is fixed now | arun | 1 | -1/+1 | |
2006-12-08 | added timezone for berkeley | arun | 1 | -0/+3 | |
2006-12-08 | added local time output | arun | 1 | -0/+14 | |
2006-12-08 | basic user page, list available users and link to start a new game | arun | 1 | -1/+1 | |
2006-12-07 | tables seems to be case sensitive on dreamhost...fixed it | arun | 1 | -1/+1 | |
2006-12-07 | new database backend... kind of working | arun | 1 | -0/+434 | |