summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-01NEW FEATURE: statistics of most solos per gameArun Persaud1-0/+14
2008-06-01LAYOUT: moved score table and rules to the topArun Persaud4-96/+175
2008-05-31BUGFIX: pre/next button was displayed incorrect because of wrong </li> statementArun Persaud1-5/+9
2008-05-31LAYOUT: make html standard conform in debug modeArun Persaud1-1/+1
2008-05-29CLEANUP: used tidy to clean up the HTMLArun Persaud3-32/+29
2008-05-29BUGFIX: some text was outside a div. also fixed a html issue.Arun Persaud1-5/+6
2008-05-29BUGIFX: wrong order in if-statement led to checking an (in some cases) uninit...Arun Persaud1-1/+1
2008-05-29BUGFIX: forgot to close a <li> and a <div> on the first trick playedArun Persaud1-1/+1
2008-05-29CLEANUP: fixed some invalid htmlArun Persaud1-18/+18
2008-05-26LAYOUT: floating tables on the statistics pageArun Persaud3-43/+31
2008-05-26LAYOUT: more tables on the statistics pageArun Persaud2-48/+52
2008-05-26LAYOUT: applied new table output to statistics pageArun Persaud2-76/+73
2008-05-26LAYOUT: added a unified table layout for statistics, etcArun Persaud3-2/+72
2008-05-25NEW FEATURE: add two buttons to move forward and backwards through the tricksArun Persaud2-2/+15
2008-05-25BUGFIX: fixed a typo in the text for povertyArun Persaud1-2/+2
2008-05-24LAYOUT: only display user menu if it's your turn in some gamesArun Persaud1-2/+5
2008-05-24LAYOUT: rearranged the user menu to show up in the top right cornerArun Persaud2-15/+18
2008-05-24NEW FEATURE: automatically accept new gamesArun Persaud3-11/+64
2008-05-24BUGIFX: game didn't get started in normal poverty gamesArun Persaud1-9/+32
2008-05-24CLEANUP: removed todo item for silent solo from codeArun Persaud1-1/+1
2008-05-22BUGFIX: typo in create_databaseArun Persaud1-1/+1
2008-05-22BUGIFX: more accurate display of whos turn it isArun Persaud1-0/+3
2008-05-22LAYOUT: added user menu to newgame page also when you started a gameArun Persaud1-28/+38
2008-05-19BUGFIX: setting the gametype gave away information in case someone wanted to ...Arun Persaud1-1/+5
2008-05-18BUGFIX: forgot to set default values for some new variablesArun Persaud1-5/+7
2008-05-18BUGFIX: forgot to initialize a variableArun Persaud1-0/+1
2008-05-18BUGFIX: show schweinchen has highest trump in your handArun Persaud2-9/+47
2008-05-18BUGFIX: problem with Schweinchen during pre-game phaseArun Persaud1-3/+12
2008-05-18BUGFIX: show comment for Schweinchen the moment it is playedArun Persaud1-7/+10
2008-05-18LAYOUT: added a CSS resetArun Persaud2-10/+30
2008-05-17BUGFIX: diamond was added twice in defining the sorting order for the cardsArun Persaud1-1/+1
2008-05-17CLEANUP: rewrote code for SchweinchenArun Persaud2-26/+48
2008-05-15BUGFIX: scoring of silent solo was wrongArun Persaud1-8/+37
2008-05-15BUGFIX: wrong messages for email notification in preferencesArun Persaud1-4/+4
2008-05-13BUGIFX: during each reload of a game, the starplayer got reset and emails got...Arun Persaud1-30/+36
2008-05-12BUGFIX: some variables where not defined after moving some code aroundArun Persaud1-0/+1
2008-05-11BUGFIX: rewrote poverty, should fix lots of bugsArun Persaud4-365/+434
2008-05-10NEW FEATURE: display if someone is sick during the init phaseArun Persaud2-2/+25
2008-05-10LAYOUT: repaired the layout for starting a new gameArun Persaud1-6/+5
2008-05-10NEW FEATURE: new settings page, user can now change timezoneArun Persaud7-177/+286
2008-05-08CLEANUP: reorganized the 'init' phase of a gameArun Persaud4-88/+59
2008-05-08BUGIFX: typo in a call to a database functionArun Persaud1-1/+1
2008-05-06CLEANUP: moved html from output.php to welcome.phpArun Persaud2-61/+56
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls to...Arun Persaud10-569/+533
2008-05-06BUGFIX: typo in scoring algorithmArun Persaud1-17/+24
2008-05-04NEW FEATURES: show global statisticArun Persaud3-7/+73
2008-05-01CLEANUP: moved the statistics page into the include directoryArun Persaud5-305/+261
2008-04-27BUGFIX: couldn't restart a finished game; force reload of CSSArun Persaud3-12/+13
2008-04-26CLEANUP: moved register.php to the include directoryArun Persaud3-35/+21
2008-04-26CLEANUP: cleaned up index.php a bit more by introducing an 'action' variableArun Persaud11-254/+288