summaryrefslogtreecommitdiffstats
path: root/include/game.php
AgeCommit message (Expand)AuthorFilesLines
2008-06-01LAYOUT: moved score table and rules to the topArun Persaud1-51/+20
2008-05-31BUGFIX: pre/next button was displayed incorrect because of wrong </li> statementArun Persaud1-5/+9
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-25NEW FEATURE: add two buttons to move forward and backwards through the tricksArun Persaud1-2/+2
2008-05-25BUGFIX: fixed a typo in the text for povertyArun Persaud1-2/+2
2008-05-24NEW FEATURE: automatically accept new gamesArun Persaud1-2/+6
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-22BUGIFX: more accurate display of whos turn it isArun Persaud1-0/+3
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 Persaud1-3/+8
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-17CLEANUP: rewrote code for SchweinchenArun Persaud1-23/+45
2008-05-15BUGFIX: scoring of silent solo was wrongArun Persaud1-8/+37
2008-05-13BUGIFX: during each reload of a game, the starplayer got reset and emails got...Arun Persaud1-30/+36
2008-05-11BUGFIX: rewrote poverty, should fix lots of bugsArun Persaud1-344/+415
2008-05-10NEW FEATURE: display if someone is sick during the init phaseArun Persaud1-1/+24
2008-05-08CLEANUP: reorganized the 'init' phase of a gameArun Persaud1-83/+43
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls to...Arun Persaud1-125/+120
2008-05-06BUGFIX: typo in scoring algorithmArun Persaud1-17/+24
2008-04-27BUGFIX: couldn't restart a finished game; force reload of CSSArun Persaud1-10/+9
2008-04-26CLEANUP: cleaned up index.php a bit more by introducing an 'action' variableArun Persaud1-16/+24
2008-04-26CLEANUP: make index.php very short and move everything in separate filesArun Persaud1-0/+1763