Age | Commit message (Collapse) | Author | Files | Lines |
|
some email functions didn't use myemail, but used sendmail directly. This is now fixed and all emails should have the same header and footer.
|
|
|
|
Users can add and delete OpenIDs on the settings page and then log in
user those OpenIds.
They can also use their OpenIDs to register.
|
|
|
|
used to test for 'pre' or 'play' games by doing a ...!='gameover', this doesn't work
anymore with canceled games being another option for the game status.
|
|
add option to only log querries that take a long time
|
|
games are not deleted from the DB anymore, so we don't need this function.
|
|
The validator should be happy again ;) and the clocks should look a bit better.
|
|
deleting the games could result in the same people getting the same hand redealt over and over again.
By just keeping track of the hands in the game table, this problem should be gone.
Fixed issue #50.
|
|
and therefore had no class set, so they showed up somewhere on the page and messed
up the layout
|
|
added a timer to db_query for debugging/optimizatin
|
|
included the name of the person in the email
|
|
the vacation is set to the empty string in case nothing is entered, need to check for this.
|
|
provide a standard header and footer. Also prepare for emails to be send to the database for later delivery.
|
|
gets rid of a bit of text and should leave more time for other buttons
|
|
jquery
using jquery to add table sorting, might also use it for other things later.
Also optimized some DB-queries and cleaned up some code.
|
|
for the first game in a session there is no score to display yet, need
to check if the score variable is empty or not before I loop over it.
|
|
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn).
|
|
should be better aligned html now
|
|
just a one liner
|
|
just a small cleanup.
|
|
the table
used the same function to count the number of trump cards as was used to determine poverty status.
Therefore, foxes were not accounted for. Fixed now.
|
|
now you can see the cards that are exchanged during the pre-game setup.
Also added a "trump back" message in case trump has been given back.
|
|
same hand got dealt twice due to an error in the new routine. Fixed it, but slowed it down
again to roughly 2s per request.
|
|
just need to switch them... should be ok now.
|
|
started adding hints for newbies (to edoko not doko) on how to use the program
|
|
rid of robots
make it harder for robots to register
|
|
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.
|
|
show the current score as the link to the score table
|
|
makes it easier to navigate through one session
|
|
moved some DB queries out of loops
|
|
if a session has more than 12 games, add the names of the players also at the end of the score table.
|
|
|
|
|
|
Players who set their preference on this setting to 'no' are not considered as players in a new game.
|
|
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.
|
|
makes it easier to figure out what they mean.
Solves issue #27.
|
|
makes it clear what you can call in a silent solo.
Fixes issue #41.
|
|
old code used a long time to figure out if cards from another game could be reused. The new version should be much faster.
|
|
the right margin was incorrect, fixed now.
|
|
seems stable enough :)
|
|
only uses the difference of timesstamps when you don't play the first card of a trick
|
|
you can now sort your hand "low to high" and change your default using the setting dialog
|
|
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>
|
|
some html + css code cleanup
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
added a line break, made the score table look better
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
print a number instead of "F" to indicate how often a hand has been played.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
forgot a ;
Signed-off-by: Arun Persaud <arun@nubati.net>
|