Age | Commit message (Collapse) | Author | Files | Lines |
|
using gettext to add support for localization
|
|
|
|
|
|
also added some more comments
|
|
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>
|
|
rewrote the settings page, timezone can now be changed, the user menu
shows up on the left on the pref page. Added a link to the pref-page in the left menu.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
added action=stats and moved the stats.php page to the include directory. Now we
have a nice small index.php. Also moved the session_start in front of the includes,
since it gave me an error on the mac otherwise?!
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
new users are now also automatically logged in.
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>
|
|
radio buttons for calling "no 120", "no 90", etc. had all different names and
therefore clicking a second one, didn't unclick the first one.
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
|
|
instead of having a different function for each possible way to query
for example the full name of a player, there is now only one function
with a switch statement that handles the different cases. Still not
100% perfect, but I think nicer to read than before.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
schweinchen
fixed the comment issue and also added trump solo to games where schweinchen will count
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
this made sense in some solos, e.g. trumpless, but not in some other solos, e.g. normal trump solo.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
fixed a small typo
Signed-off-by: Arun Persaud <apersaud@lbl.gov>
|
|
managed to comment the code a bit more ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
In case a player is involed in too many games it can get quite confusing with
whom your playing, etc. so now the player can add notes on the side that only
show up on his/her screen.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
had two str_replace functions in the wrong order, should be fixed now.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
instead of showing all registered players, just display the above.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the last 4 lines of the score table are now added to the email that is being send out at the end of a game.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
if there was no player set for a new game, the user page didn't show that is was your turn in that game
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
display time in hours together with total points.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
up to now anyone could start a new game, now you need to be logged in and also be a player in the game
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the whole process is not very easy to read... you could get from start to init, but then
the error check for the start phase was done during the init phase and if something went
wrong init sent you back to the start-phase... now all error-checking for the start-phase
is done during the start phase. should be a bit easier to read ;)
Still need to fix the other sections
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
in db.game the next player is set with his user.id, but I used the
position at the table in some places. fixed now
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
Vorbehalte are now shown in the same list as tricks and the score, so that players
can go back and have a look at who said what
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
the login information was displayed twice, also formatted the output a bit nicer in html
|
|
just typos nothing more...
|
|
before I used a lot of http:// requests although the files were in the
same domain, now local links with absolute paths are used.
|
|
in a previous commit I moved those tings to the output_header function.
Turns out you can't do that, so here is the fix.
|
|
Got rid of a few db-queries for getting the right timezone. The timezone was also set after the timefunction was called and therefore the timezone didn't have any effect.
|
|
add a few lines to show the total amount of game points for this game in the email
that gets send out
|
|
the linebreak for displaying the tricks should be gone now.
Fixed also quite a few other small things at the same time.
|
|
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.
|
|
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
|
|
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.
|
|
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
|