Age | Commit message (Collapse) | Author | Files | Lines |
|
since there really is no dealer, this was more confusing than helpful.
|
|
|
|
|
|
his turn
the feed shows the same as the "It's your turn in these games" box.
|
|
also added some more comments
|
|
use icons at the table and on the user page (for last players logged in).
|
|
made it a bit more compact and ready for more rules
|
|
fixes issue #23
|
|
|
|
displayed it when the person with not enough trump gave trump to his partner, which is almost always the case.
|
|
|
|
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.
|
|
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.
|
|
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).
|
|
just a one liner
|
|
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.
|
|
rid of robots
make it harder for robots to register
|
|
|
|
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 clear what you can call in a silent solo.
Fixes issue #41.
|
|
the right margin was incorrect, fixed now.
|
|
seems stable enough :)
|
|
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>
|
|
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>
|
|
guess now it's mostly bugfixes for 1.0 ;)
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>
|
|
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>
|
|
forgot to run a loop, so that it includes the sickness trick (trick0)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
cards exchanged during poverty show now up in the pre-game trick.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
hopefully some improvements ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
added a login button to the top right, in case you were not logged in. output_status can now be called in only one place, ie index.php and all pages will get the menu...
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
you can now take notes also during the pre-game phase.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the size of the whole page is wider now and the middle column of the table is fixed to a certain width.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the tricks used the wrong parent for position:absolute. this might fix it.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
removed more of the side layout into the top session bar. removed the list of games in a session and have it now accessable via the score table
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
got rid of a lot of warning message, HTML should be nicer now ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
less text, captions are real captions not in paragraphs anymore, etc.
not sure about the floating arrangments, but still better than before
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
a table that can be styled via CSS is created from an array.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
makes navigation through the games easier
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
also limited the amount of games that show up in the user menu if it is your turn
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
hopefully makes IE pages look better ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
poverty should work now, even if the user doesn't do everything in one go.
Cleaned up the layout at the same time. The cards were sometime displayed below the main page, which led to a lot of empty space...
Indicating whos turns it is during the pre-game phase should now be ok.
Also cleaned up whitespaces.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
Now players can see if someone in front of them said they were sick or not.
This way people can decide to wait until people in front of them finished the init phase
to see what the other playes said... it's made so that you can also see if people behind
you already have decided or not, but the player won't see the result in that case...
Signed-off-by: Arun Persaud <arun@nubati.net>
|