Age | Commit message (Expand) | Author | Files | Lines |
2008-06-08 | BUGFIX: user menu didn't list all games where it is your turn | Arun Persaud | 1 | -1/+1 |
2008-06-08 | BUGIFX: notes are now available during every phase of the game | Arun Persaud | 2 | -19/+24 |
2008-06-08 | NEW FEATURE: added caching to stats.php | Arun Persaud | 2 | -180/+218 |
2008-06-07 | BUGFIX: fixed a typo in the scoretable | Arun Persaud | 1 | -1/+1 |
2008-06-07 | LAYOUT: fixed the layout of the userpage a bit | Arun Persaud | 2 | -11/+7 |
2008-06-06 | BUGFIX: fixed wrong use & in mails | Arun Persaud | 1 | -8/+8 |
2008-06-03 | BUGIFX: fixed a layout issue in IE6 | Arun Persaud | 1 | -1/+1 |
2008-06-01 | NEW FEATURE: statistics of most solos per game | Arun Persaud | 1 | -0/+14 |
2008-06-01 | LAYOUT: moved score table and rules to the top | Arun Persaud | 3 | -83/+127 |
2008-05-31 | BUGFIX: pre/next button was displayed incorrect because of wrong </li> statement | Arun Persaud | 1 | -5/+9 |
2008-05-31 | LAYOUT: make html standard conform in debug mode | Arun Persaud | 1 | -1/+1 |
2008-05-29 | CLEANUP: used tidy to clean up the HTML | Arun Persaud | 3 | -32/+29 |
2008-05-29 | BUGFIX: some text was outside a div. also fixed a html issue. | Arun Persaud | 1 | -5/+6 |
2008-05-29 | BUGIFX: wrong order in if-statement led to checking an (in some cases) uninit... | Arun Persaud | 1 | -1/+1 |
2008-05-29 | BUGFIX: forgot to close a <li> and a <div> on the first trick played | Arun Persaud | 1 | -1/+1 |
2008-05-29 | CLEANUP: fixed some invalid html | Arun Persaud | 1 | -18/+18 |
2008-05-26 | LAYOUT: floating tables on the statistics page | Arun Persaud | 2 | -43/+22 |
2008-05-26 | LAYOUT: more tables on the statistics page | Arun Persaud | 2 | -48/+52 |
2008-05-26 | LAYOUT: applied new table output to statistics page | Arun Persaud | 1 | -70/+67 |
2008-05-26 | LAYOUT: added a unified table layout for statistics, etc | Arun Persaud | 2 | -1/+54 |
2008-05-25 | NEW FEATURE: add two buttons to move forward and backwards through the tricks | Arun Persaud | 2 | -2/+15 |
2008-05-25 | BUGFIX: fixed a typo in the text for poverty | Arun Persaud | 1 | -2/+2 |
2008-05-24 | LAYOUT: only display user menu if it's your turn in some games | Arun Persaud | 1 | -2/+5 |
2008-05-24 | LAYOUT: rearranged the user menu to show up in the top right corner | Arun Persaud | 2 | -15/+18 |
2008-05-24 | NEW FEATURE: automatically accept new games | Arun Persaud | 3 | -11/+64 |
2008-05-24 | BUGIFX: game didn't get started in normal poverty games | Arun Persaud | 1 | -9/+32 |
2008-05-24 | CLEANUP: removed todo item for silent solo from code | Arun Persaud | 1 | -1/+1 |
2008-05-22 | BUGIFX: more accurate display of whos turn it is | Arun Persaud | 1 | -0/+3 |
2008-05-22 | LAYOUT: added user menu to newgame page also when you started a game | Arun Persaud | 1 | -28/+38 |
2008-05-19 | BUGFIX: setting the gametype gave away information in case someone wanted to ... | Arun Persaud | 1 | -1/+5 |
2008-05-18 | BUGFIX: forgot to set default values for some new variables | Arun Persaud | 1 | -5/+7 |
2008-05-18 | BUGFIX: forgot to initialize a variable | Arun Persaud | 1 | -0/+1 |
2008-05-18 | BUGFIX: show schweinchen has highest trump in your hand | Arun Persaud | 2 | -9/+47 |
2008-05-18 | BUGFIX: problem with Schweinchen during pre-game phase | Arun Persaud | 1 | -3/+12 |
2008-05-18 | BUGFIX: show comment for Schweinchen the moment it is played | Arun Persaud | 1 | -7/+10 |
2008-05-18 | LAYOUT: added a CSS reset | Arun Persaud | 1 | -1/+1 |
2008-05-17 | BUGFIX: diamond was added twice in defining the sorting order for the cards | Arun Persaud | 1 | -1/+1 |
2008-05-17 | CLEANUP: rewrote code for Schweinchen | Arun Persaud | 2 | -26/+48 |
2008-05-15 | BUGFIX: scoring of silent solo was wrong | Arun Persaud | 1 | -8/+37 |
2008-05-15 | BUGFIX: wrong messages for email notification in preferences | Arun Persaud | 1 | -4/+4 |
2008-05-13 | BUGIFX: during each reload of a game, the starplayer got reset and emails got... | Arun Persaud | 1 | -30/+36 |
2008-05-12 | BUGFIX: some variables where not defined after moving some code around | Arun Persaud | 1 | -0/+1 |
2008-05-11 | BUGFIX: rewrote poverty, should fix lots of bugs | Arun Persaud | 3 | -353/+428 |
2008-05-10 | NEW FEATURE: display if someone is sick during the init phase | Arun Persaud | 2 | -2/+25 |
2008-05-10 | LAYOUT: repaired the layout for starting a new game | Arun Persaud | 1 | -6/+5 |
2008-05-10 | NEW FEATURE: new settings page, user can now change timezone | Arun Persaud | 6 | -177/+283 |
2008-05-08 | CLEANUP: reorganized the 'init' phase of a game | Arun Persaud | 4 | -88/+59 |
2008-05-08 | BUGIFX: typo in a call to a database function | Arun Persaud | 1 | -1/+1 |
2008-05-06 | CLEANUP: moved html from output.php to welcome.php | Arun Persaud | 2 | -61/+56 |
2008-05-06 | CLEANUP: removed all calls to mysql functions and replaced them with calls to... | Arun Persaud | 10 | -569/+533 |