Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
guess now it's mostly bugfixes for 1.0 ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
guess they should know ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
new rule that only allows Schweinchen in case one of the teammembers called re/contra.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
found by Sean during extensive testing ;) should behave better now.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
forgot to add wedding to list of games that need to be checked for schweinchen.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
make "still needs to decide" two lines:wq
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
include silent solo in the solo statistics (number of solo/game)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
how often does the re/contra party call no 90, no 60, etc.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
made some very simple icons for displaying the rules
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|