summaryrefslogtreecommitdiffstats
path: root/include/game.php
AgeCommit message (Expand)AuthorFilesLines
2009-02-23CLEANUP: make emails more uniformArun Persaud1-32/+32
2009-02-03BUGFIX: for loop over a possible undefined variableArun Persaud1-4/+15
2009-01-24NEW FEATURE: show exchanged cards in poverty pre-game phaseArun Persaud1-88/+21
2009-01-17NEW FEATURE: show when a call was madeArun Persaud1-6/+41
2009-01-16NEW FEATURE: always show current score on main pageArun Persaud1-1/+14
2009-01-16NEW FEATURE: add a link to the previous and next game in the sessionArun Persaud1-1/+18
2009-01-15NEW FEATURE: only show re or contra for callsArun Persaud1-2/+4
2008-11-01CLEANUP: cleaned up CSS a bitArun Persaud1-13/+13
2008-11-01BUGFIX: fixed some small typo/layout issues in the "game over" emailArun Persaud1-1/+1
2008-10-20BUGFIX: make user menu and personal notes appear againArun Persaud1-4/+26
2008-10-18BUGFIX: fixed a syntax errorArun Persaud1-1/+1
2008-10-18CLEANUP: reduced emails at the end of the gameArun Persaud1-12/+11
2008-10-18NEW FEATURE: implement Lance's Schweinchen ruleArun Persaud1-3/+13
2008-10-18NEW FEATURE: make it possible to view games where people played with the same...Arun Persaud1-4/+23
2008-09-24BUGFIX: schweinchen wasn't accounted for in a wedding (issue #25)Arun Persaud1-1/+1
2008-09-24LAYOUT: wrap some text for status of sickness betterArun Persaud1-2/+2
2008-09-13LAYOUT: removed some overlapping areasArun Persaud1-39/+36
2008-09-13BUGFIX: added missing icons for rulesArun Persaud1-2/+35
2008-08-19BUGFIX: error in scoring algorithm when two players on the contra team made a...Arun Persaud1-1/+1
2008-08-17BUGFIX: & instead of & in email textArun Persaud1-1/+1
2008-07-13NEW FEATURE: in poverty you can now see what cards have been handed overArun Persaud1-1/+80
2008-07-11BUGFIX: fixed a small typoArun Persaud1-1/+1
2008-06-29BUGFIX: the pre and next buttons are fixed, also fixed showing sickness right...Arun Persaud1-235/+232
2008-06-29BUGFIX: got rid of double insert of notes.Arun Persaud1-8/+0
2008-06-29CLEANUP: cleaned up stringsArun Persaud1-153/+153
2008-06-16NEW FEATURE: login buttonArun Persaud1-20/+4
2008-06-15BUGFIX: if a call is made the icon will show up right awayArun Persaud1-12/+12
2008-06-08BUGIFX: notes are now available during every phase of the gameArun Persaud1-19/+10
2008-06-06BUGFIX: fixed wrong use & in mailsArun Persaud1-8/+8
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