Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
forgot a ;
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>
|
|
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>
|
|
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>
|
|
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>
|
|
& 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>
|
|
cards exchanged during poverty show now up in the pre-game trick.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
Sean found this...
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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>
|
|
when you wrote a personal note on your turn, it got inserted into the database twice
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
used single quote instead of double quotes in lots of places
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>
|
|
check at the beginning if a call was made, so that the information
is up to date when the output for the table is generated.
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>
|
|
& should replace & only in html output not in emails.
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
|
|
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>
|
|
sometimes an extra </li></div> was issued which messed up the HTML.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
uninitialized variable
changed the order and now everything should be fine.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
messed up the html a bit, just a minor fix though
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
replaced & with & everywhere in game. and fixed a typo.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
makes navigation through the games easier
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
(reported by Lance)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
user can set this in the preferences now and won't be asked during a game setup
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
forgot to set the players who didn't get asked to take the trump to 'play' status.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
changed comments
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
forgot some breaks when looping over all players, so that the player was set to someone that needed to do something, but not to the player closest to the dealer, but furthest away from him.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
play solo.
setting the gametype to what was stored in the DB sorted the hands of everyone according to the gametype. This showed for example if someone wanted to play a solo, since then everybodys cards where ordered like that... changed it now, so that for the pre-game phase the cards are ordered for normal games.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
$GAME['schweinchen-who'] was not necessary defined
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
correctly shows both schweinchen as highest trump or just one depending on the rules. If only one don't allow to play it unless the first fox has been played.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
in case a player called solo, the gametype was set so that for other playes Schweinchen
wasn't calculated correctly anymore. This could result in trump being counted incorrectly
and therefore poverties not being discoverd.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the user had to reload before he could see the comment, now the automated comment shows up right away.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
should be easier to add some new features now.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
game type wasn't set to silent solo. Also needed to change some outputs and other special cases for silent solo
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
got send out
the routine that emails the startplayer and sets some other variables (e.g. whos turn it is) should only be called once. Was called everytime the game page was reloaded though.
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>
|
|
moved some code around, so that we test the result
of the init phase in the init case statement. Made things
a bit clearer and removed one page reload by doing this.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
to DB_xxx
should be very easy now to change to a different database. also made the code look nicer ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
The re-party got less points in case the contra-party made a call and lost
the game.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
problem was that everything on the page was in a form which is now
submitted to the game page, but for new games, we need to call the newgame.php
page. moved the button out of the side and into its own div structure now to fix it.
also renamed the css file to force a reload
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
no more if, but one nice switch statement in index.php
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
created an include dir and almost everything that was in index.php is now in separate
files and gets only included in index.php... makes index.php look a lot nicer ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|