summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-01-17NEW FEATURE: add a random math question to the registration progress to get ↵Arun Persaud2-5/+79
rid of robots make it harder for robots to register
2009-01-17NEW FEATURE: show when a call was madeArun Persaud1-6/+41
every time a call is made (e.g. re/contra) a comment is added. So players can check when the call was made later Fixes issue #12.
2009-01-16NEW FEATURE: always show current score on main pageArun Persaud2-4/+17
show the current score as the link to the score table
2009-01-16NEW FEATURE: add a link to the previous and next game in the sessionArun Persaud1-1/+18
makes it easier to navigate through one session
2009-01-16CLEANUP: small code cleanupArun Persaud1-3/+6
moved some DB queries out of loops
2009-01-16LAYOUT: add names of players to end of score table for long sessionsArun Persaud1-11/+32
if a session has more than 12 games, add the names of the players also at the end of the score table.
2009-01-15BUGFIX: forgot to initialize two variables in preferences.phpArun Persaud1-5/+7
2009-01-15CLEANUP: fixed a typo, changed copyright, added Jeff for database schemeArun Persaud2-3/+3
2009-01-15NEW FEATURE: new user settings allows people to not be available for new gamesArun Persaud4-3/+77
Players who set their preference on this setting to 'no' are not considered as players in a new game.
2009-01-15BUGFIX: better default for selecting players in a new gameArun Persaud1-5/+23
the player is now automatically on pos 4 and the other positions are filled randomly. Also make sure that no player shows up more than once.
2009-01-15NEW FEATURE: add tooltips to icons at tableArun Persaud1-24/+24
makes it easier to figure out what they mean. Solves issue #27.
2009-01-15NEW FEATURE: only show re or contra for callsArun Persaud2-5/+14
makes it clear what you can call in a silent solo. Fixes issue #41.
2009-01-13BUGFIX: rewrote query for new gamesArun Persaud1-7/+12
old code used a long time to figure out if cards from another game could be reused. The new version should be much faster.
2009-01-03LAYOUT: fixed a bug in the footerArun Persaud2-5/+1
the right margin was incorrect, fixed now.
2009-01-03NEW FEATURE: removed RC1 from headerArun Persaud1-1/+1
seems stable enough :)
2008-12-11NEW FEATURE: added a statistic that shows how fast people respondArun Persaud1-0/+15
only uses the difference of timesstamps when you don't play the first card of a trick
2008-12-02NEW FEATURE: new sorting algorithmArun Persaud3-4/+64
you can now sort your hand "low to high" and change your default using the setting dialog
2008-11-01CLEANUP: cleaned up CSS a bitArun Persaud5-87/+75
the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there... Signed-off-by: Arun Persaud <arun@nubati.net>
2008-11-01LAYOUT: fixed the login screenArun Persaud3-70/+36
some html + css code cleanup Signed-off-by: Arun Persaud <arun@nubati.net>
2008-11-01CLEANUP: moved javascript to separate fileArun Persaud2-37/+46
doesn't need to be in every html page. better to have it in its own file, so that it can be cached by the server. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-11-01BUGFIX: fixed some small typo/layout issues in the "game over" emailArun Persaud2-7/+7
added a line break, made the score table look better Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-20BUGFIX: make user menu and personal notes appear againArun Persaud7-51/+65
had them only shown when player was logged in, but there is really no reason to not show them to players who are not logged in in an ongoing game (only the correct player should get to a page with an ongoing game) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18NEW FEATURE: show how often a hand has been played on the user pageArun Persaud1-2/+10
print a number instead of "F" to indicate how often a hand has been played. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18BUGFIX: fixed a syntax errorArun Persaud1-1/+1
forgot a ; Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18Bump version to RC 1 :)Arun Persaud1-1/+1
guess now it's mostly bugfixes for 1.0 ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18CELANUP: inform user who is registering that his email will be visibleArun Persaud1-1/+4
guess they should know ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18CLEANUP: reduced emails at the end of the gameArun Persaud1-12/+11
only sent out one email with links for everyone in it. This is now possible, since it's ok for other people to visit games from another player. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18NEW FEATURE: implement Lance's Schweinchen ruleArun Persaud3-8/+31
new rule that only allows Schweinchen in case one of the teammembers called re/contra. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-18NEW FEATURE: make it possible to view games where people played with the ↵Arun Persaud8-46/+96
same hand had to change a few things and check more often if people are logge in, so that for example personal notes only show up when you are logged in and not when someone else is looking at your cards Signed-off-by: Arun Persaud <arun@nubati.net>
2008-10-07LAYOUT: fixed overflow of comment area (issue #28)Arun Persaud2-1/+4
found by Sean during extensive testing ;) should behave better now. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-24BUGFIX: error in SQL syntax for querying ruleset idArun Persaud1-9/+9
named a column 'call' which seems to be a reserved word for mysql, so doing a "...AND call='...' " didn't work. Changed to Tabelname.call and everything seems to be ok. Also deleted trailing whitespaces. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-24BUGFIX: schweinchen wasn't accounted for in a wedding (issue #25)Arun Persaud1-1/+1
forgot to add wedding to list of games that need to be checked for schweinchen. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-24LAYOUT: wrap some text for status of sickness betterArun Persaud1-2/+2
make "still needs to decide" two lines:wq Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-17BUGFIX: solo statistics didn't include silent soloArun Persaud1-1/+1
include silent solo in the solo statistics (number of solo/game) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-14NEW FEATURE: statistics for contra/re calls, no90, etc.Arun Persaud1-8/+9
how often does the re/contra party call no 90, no 60, etc. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-13LAYOUT: removed some overlapping areasArun Persaud3-63/+64
the total points and the game points for re/contra now only show up on the "score" trick. This way they don't overlap with graphics when looking at older tricks. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-13BUGFIX: added missing icons for rulesArun Persaud14-3/+382
made some very simple icons for displaying the rules Signed-off-by: Arun Persaud <arun@nubati.net>
2008-09-11BUGFIX: new password needs to be at least 4 characters longArun Persaud1-1/+8
added a check for the length of the new password, so that empty passwords are not allowed. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-21CLEANUP: started cleaning up the CSS file a bitArun Persaud1-30/+39
lots of work still needs to be done to make this readable again. It's pretty messed up with lots of things out of order and also the naming convention is not consistent. I'm also sure that you can achieve the same effect with a lot less layout. Signed-off-by: Arun Persaud <apersaud@lbl.gov>
2008-08-19BUGFIX: error in scoring algorithm when two players on the contra team made ↵Arun Persaud1-1/+1
a call to figure out who made the lower call, you need to compare the two calls, but for some reason instead of comparing the two contra-calls, the contra call was compared to the re-call which could make the algorithm belief that the contra-call was higher than it was. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-19BUGFIX: db_format_game wasn't working any moreArun Persaud1-4/+3
mysql's TIMEDIFF seems to have changed... comparing <=0 didn't work correctly anymore. Changed it to convert to seconds and then compare those against <=0 and use that data to calculate game number Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-17CLEANUP: some more comments, also removed some debug messagesArun Persaud4-20/+25
Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-17BUGFIX: &amp; instead of & in email textArun Persaud1-1/+1
&amp; should only be used in HTML output. Changed this a while ago, but seems like I missed one. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-16BUGFIX: wrong DB query returned sometime less rows than expectedArun Persaud1-6/+9
this fixes a bug on the home page where, in case no game was in the pre-game phase, the ongoing games were listed as games being started and the completed games were listed as ongoing games. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-13BUGFIX: error in javascript, sickness didn't get clearedArun Persaud1-1/+1
forgot to run a loop, so that it includes the sickness trick (trick0) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-13NEW FEATURE: in poverty you can now see what cards have been handed overArun Persaud7-4/+155
cards exchanged during poverty show now up in the pre-game trick. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-11BUGFIX: added email-list name to invitation emailsArun Persaud1-13/+17
all emails subject should have the list header in them, forgot to add it to the ones that are sent out when starting a new game. Also renamed a variable for more consistency. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-11BUGFIX: fixed a small typoArun Persaud1-1/+1
Sean found this... Signed-off-by: Arun Persaud <arun@nubati.net>
2008-07-08LAYOUT: nice and shinyArun Persaud9-47/+119
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-06-29BUGFIX: the pre and next buttons are fixed, also fixed showing sickness ↵Arun Persaud1-235/+232
right away pre and next buttons were sometimes displayed in another line due to a missing end of a div and a li. Selecting a sick/healthy only showed up after reloading. Signed-off-by: Arun Persaud <arun@nubati.net>