summaryrefslogtreecommitdiffstats
path: root/update_db.php
AgeCommit message (Collapse)AuthorFilesLines
2012-02-04fixed showing re/contra call at beginning of game; allowed pre-game ↵Arun Persaud1-1/+7
comments; DB upgrade the problem with re/contra at the beginning of a game was that no playid was set yet, so we couldn't record when the call was made. Added two special playid (-1 and -2), for pre-game comments and re/contra calls before the first card is played. For this we need to record the gameid in the comment table => DB update
2010-03-13NEW FEATURE: having only low trump (fox and below) can now be a VorbehaltArun Persaud1-2/+14
The low trump can either be treated as poverty or similar to 5 nines, that is the game is canceled unless someone plays a solo. Also minor code cleanup.
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-06-23added option for email digestArun Persaud1-0/+42
you can now select to get emails only every N hours. They are saved in the database and a cron script will send them out.