Age | Commit message (Collapse) | Author | Files | Lines |
|
add a few lines to show the total amount of game points for this game in the email
that gets send out
|
|
Game base, but all Games where added up
fixed now
|
|
the linebreak for displaying the tricks should be gone now.
Fixed also quite a few other small things at the same time.
|
|
created a link from the user menu to the stats.php page
|
|
display each of the points re and contra made during the game.
At the moment only the names from the database are used.
|
|
now all games are scored. Rules can be looked up in the wiki.
|
|
when a game gets cancled new games use that game_id in the DB which can mess up the ordering of sessions. fixed now.
|
|
check online
all emails saying: it's your turn can be turned off now by a user preference
|
|
added a few statistics to an extra page, still not completely done, but already working
|
|
INSTALL files
|
|
a table will be shown now for score keeping.
fox, karlchen and dokos are accounted for
normal win, calling something and winning should be accounted for
still missing:
both parties call or one party calls and doesn't acchieve it's goal
|
|
moved some css from inline to the style sheet, some linebreaks, etc.
|
|
no the prog checks and sends the player back to the questionary, before it wasn't clear to the user which vorbehalt would be used (e.g. wedding or poverty)
|
|
several people could start a followup game (or one person hitting reload) and several games were started. Now the prog checks if there is already an active game.
|
|
there was still a lot of text that wasn't aligned yet. Still not perfect, but much better than before ;)
|
|
they second fox always became the highest trump, even if the two
foxes where not on the same hand.
Also: every fox led to a comment:"schweinchen".
Both fixed now.
|
|
centered now in x, but not in y, therefore scaling doesn't work nicely yet
|
|
added some newlines and spaces
|
|
centered table, moved menus to correct place (this also fixed
a bug that still showed that it was your turn in a game after
you moved) and some other small changes.
|
|
if a player hasn't moved for a week a reminder email can be send out.
only one per day is possible, tracking in the db
|
|
right menu
the re/contra, etc. box showed up after a user finished the setup, changed it so that
it now only shows up after the game has started.
The input form for comments after a game has finished was still in the card area, moved
it to the right game menu.
|
|
mixed finished games, started games and games in progress into one table
|
|
a bit more html on the user page and the session are displayed differently now.
Also fixed a few small html errors, moved the link for new games into the menu
and probably some small things I don't remember right now ;)
|
|
games are now ordered by sessions, also fixed a typo
|
|
game setup
fixed last commit.
for new games, the table is now shown and one can select the place people are sitting
better.
|
|
don't use gameid, but use session.gamenumber instead. needs this for tournaments later.
new games will get a session number now by default.
|
|
added another trick as trick13 that displays the final score. Also moved the
played card to show up as a normal card and not in the middle of the table anymore.
|
|
table is also shown during setup of the game
user menu on the left, game menu on the right
user menu shows games in which you have to move
|
|
the ini_set method didn't seem to work for some reason.
Setting the From in the header does work though
|
|
started cleanup on index.php. trying to move as much out of index.php
as possible to make it easier to read.
|
|
moved error checking into a function and made working on the database a config.php
option
|
|
updated footer to point to the new git repository
|
|
old numbers got reused, but more than once for the same people
should be fixed now.
|
|
to change your password you needed your old password, the recovery
password didn't work, which made it hard to change it, in case you
forgot your old password... fixed
|
|
you can call re/contra, etc. now even if it is not your turn.
Also fixed rule where you can say 90 with 9 cards, etc. so that
you need to say 120 to say 90, 90 to say 60, etc.
|
|
used php session, so that people can actually log in and out
and linking from one page to another can be done easily without
using form to send the password as a hidden parameter over the
net all the time
|
|
people complained about too many solos ;) so I changed
from the standard php random generator to a better one.
Not sure if that solves the problem though ;)
|
|
the session and the trick menu didn't use the full width of the screen,
because they were cut off by the floating divs on the left
|
|
forgot to check in an if-clause if the player was still playing or if the game was already over
|
|
you can now also comment, if it is not your turn,
and up to 7 days after the game finished.
doubled size of comments too
|
|
had a wrong GROUP BY SQL statement in the code.
|
|
just a few small things
|
|
if a user hits reload during the questions for the vorbehalt, the server
printed an error message and the game could not continue. Now this is detected
and the user is send back to the right page during the setup and can continue normally.
|
|
howto redeal
|
|
new icons for trump solo and spade solo
|
|
DB querry was missing a column
|
|
use the database now to add up points, cleaned up the code a bit (counting
points was done in different places), don't use score table for points from cards any more
|
|
$call wasn't added everywhere where a new ruleset was defined;
|
|
email and name can be defined in config.php. Errors are send to that email address.
|
|
the server should now correctly dispaly who need to do a move
during the setup.
|