summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24BUGFIX: fix reusing randomnumbers in new gamesArun Persaud1-4/+4
need to look at randomnumbers not gameids, otherwise we always return the same randomnumbers of the first game non-of the new players was in.
2016-01-24clean up js a bitArun Persaud1-4/+3
2015-11-29reuse random number: test select distinctArun Persaud1-1/+1
2015-11-29BUGFIX: check for 2nd 10 of hearts in wedding and poverty gamesArun Persaud1-0/+3
2015-10-04BUGFIX: fix mysql insert statements (null values for timestamps didn't work ↵Arun Persaud4-26/+26
anymore) a dreamhost update to a newer sql version changed the default behavior for null inserts for timestamps. They don't insert the current timestamp anymore when a config option for mysql is set (which seems to be the case). solution: instead of inserting null always insert current_timestamp
2014-03-18FEATURE: make edoko brand name and avatar logo link to the user's home pageArun Persaud1-3/+4
2014-03-17FEATURE: allow swiping to look through tricks on mobile devicesArun Persaud1-1/+32
2014-03-17LAYOUT: better layout for mobile devicesArun Persaud1-10/+19
table and cards were too small
2014-03-08Only show new players from the last 45 daysArun Persaud2-5/+10
should be enough to get them playing in new games.
2014-03-08updated css/js librariesArun Persaud66-5189/+6316
* bootstrap 3.1.1 * jquery 2.1.0 * less 1.7.0 mostly bootstrap had to be adjusted, e.g. different names like hero-unit->jumbotron, etc.
2014-01-05updated copyright to 2014Arun Persaud24-25/+25
2013-09-23BUGFIX: vorbehalte of all players were visibleArun Persaud1-1/+6
a player shouldn't know the vorbehalte of players behind him until he finished his setup. * fixed change of internal variable mystatus from init to check * fixed who can see vorbehalte depending on mystatus
2013-09-16BUGFIX: fixed selection of spade and heart soloArun Persaud2-2/+13
two typos messed up the solo selction, e.g. the gametype was not the same as the one given in the enum in the database. Also added an additional check before we set them in the database, so that people can mess things up when playing with the url directly.
2013-08-24set time interval to 30s for update checkArun Persaud1-1/+1
2013-08-17update favicon if it's your turn.Arun Persaud4-1/+87
Added a simple php script that returns via json if it's your turn and then check this every 10s using javascript.
2013-05-07BUGFIX: fixed typo gametyep ->gametypeArun Persaud1-2/+2
2013-05-05Make startup phase smoother: less reloading of pages and less text messages ↵Arun Persaud1-30/+14
to the user
2013-05-02in some cases the user has to reload the page to get to the next pre-game ↵Arun Persaud1-7/+26
phase. Skip some of these go automatically to the next pre-games phase, iff possible.
2013-05-02CLEANUP: GT,gametype,mygametype variable, make it translatable, some code ↵Arun Persaud3-129/+169
cleanup
2013-03-31mention design of cards and project page for those cards on about pageArun Persaud1-0/+5
2013-03-31added a new set of LGPL licensed cardsArun Persaud32-1/+83
2013-03-29TRANSLATION: updated German translationArun Persaud3-222/+350
2013-03-29TRANSLATION: marked more strings for translationArun Persaud2-22/+28
2013-02-25fixed language selection for end-of-game summary email.Arun Persaud1-21/+42
was send out in the language of he palyer who finished.
2013-02-25mysql optimization: don't quote integers as strings in WHEREArun Persaud8-109/+111
2013-02-25BUGFIX: mysql needs to return NULL when nothing was foundArun Persaud1-1/+4
2013-02-25better mysql-profiling outputArun Persaud1-5/+13
2013-02-25replaced two DB queries with one that is indexed.Arun Persaud2-14/+8
2013-02-09moved php from old mysql to myslqi to make things more future proofArun Persaud2-20/+16
2013-01-20BUGFIX: fixed previous commit about sending mail in utf-8Arun Persaud1-3/+3
2013-01-19TRANSLATION: updated German translationArun Persaud2-85/+175
2013-01-19TRANSLATION: marked more strings for translationArun Persaud4-110/+200
2013-01-19LAYOUT: improved layout of about pageArun Persaud3-21/+9
2013-01-19LAYOUT: fix footerArun Persaud3-117/+744
2013-01-19BUGFIX: send emails in utf-8Arun Persaud1-6/+7
2013-01-16remove Altenburger Spielkarten, their copyright notice, etc. since the ↵Arun Persaud30-33/+3
licence expired They changed their company police and won't give out a free licence agreement anymore, so might as well remove it completely.
2013-01-16updated copyright in footer to 2013Arun Persaud1-1/+1
2013-01-15BUGFIX: use english language as default in set_languageArun Persaud1-6/+9
before the previous language was kept which could have been e.g. German, even if the person didn't choose German.
2013-01-14TRANSLATION: fixed some small issuesArun Persaud3-154/+172
2013-01-14BUGIFX: added some set_language functions, fixed some strings for ↵Arun Persaud5-14/+19
translation, fixed typo
2013-01-13TRANSLATION: updated German translationArun Persaud2-20/+80
2013-01-13TRANSLATION: marked more strings for translationArun Persaud3-31/+90
2013-01-12BUGFIX: fixed wrong uid value in mymail functionArun Persaud1-3/+3
used the array instead of a value in the array
2013-01-12TRANSLATION: updated some stringsArun Persaud2-3/+3
2013-01-12TRANSLATION: updated german translationArun Persaud2-19/+40
2013-01-12TRANSLATION: marked more messages for translationArun Persaud3-24/+46
2013-01-12LAYOUT: move to compiled less to make things fasterArun Persaud4-3/+943
2013-01-12LAYOUT: some small CSS adjustmentsArun Persaud4-5/+8
2013-01-12TRANSLATION: updated german translationArun Persaud2-235/+497
2013-01-12TRANSLATION: updated setup for translation: use utf-8; updated pot fileArun Persaud3-190/+402