Age | Commit message (Collapse) | Author | Files | Lines |
|
The number of foxes caught/lost was displayed in absolut numbers, which didn't
look good for people who played a lot of games. So now it's on a per game basis.
Signed-off-by: Arun Persaud <arun@nubati.net>
|
|
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.
|
|
the wrong time was shown for the minimum game
|
|
title says it all ;)
|
|
also name players a bit more often.
|
|
Game base, but all Games where added up
fixed now
|
|
added a few statistics to an extra page, still not completely done, but already working
|