Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-17 | LAYOUT: better layout for mobile devices | Arun Persaud | 1 | -10/+19 | |
table and cards were too small | |||||
2014-03-08 | Only show new players from the last 45 days | Arun Persaud | 2 | -5/+10 | |
should be enough to get them playing in new games. | |||||
2014-03-08 | updated css/js libraries | Arun Persaud | 66 | -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-05 | updated copyright to 2014 | Arun Persaud | 24 | -25/+25 | |
2013-09-23 | BUGFIX: vorbehalte of all players were visible | Arun Persaud | 1 | -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-16 | BUGFIX: fixed selection of spade and heart solo | Arun Persaud | 2 | -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-24 | set time interval to 30s for update check | Arun Persaud | 1 | -1/+1 | |
2013-08-17 | update favicon if it's your turn. | Arun Persaud | 4 | -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-07 | BUGFIX: fixed typo gametyep ->gametype | Arun Persaud | 1 | -2/+2 | |
2013-05-05 | Make startup phase smoother: less reloading of pages and less text messages ↵ | Arun Persaud | 1 | -30/+14 | |
to the user | |||||
2013-05-02 | in some cases the user has to reload the page to get to the next pre-game ↵ | Arun Persaud | 1 | -7/+26 | |
phase. Skip some of these go automatically to the next pre-games phase, iff possible. | |||||
2013-05-02 | CLEANUP: GT,gametype,mygametype variable, make it translatable, some code ↵ | Arun Persaud | 3 | -129/+169 | |
cleanup | |||||
2013-03-31 | mention design of cards and project page for those cards on about page | Arun Persaud | 1 | -0/+5 | |
2013-03-31 | added a new set of LGPL licensed cards | Arun Persaud | 32 | -1/+83 | |
2013-03-29 | TRANSLATION: updated German translation | Arun Persaud | 3 | -222/+350 | |
2013-03-29 | TRANSLATION: marked more strings for translation | Arun Persaud | 2 | -22/+28 | |
2013-02-25 | fixed language selection for end-of-game summary email. | Arun Persaud | 1 | -21/+42 | |
was send out in the language of he palyer who finished. | |||||
2013-02-25 | mysql optimization: don't quote integers as strings in WHERE | Arun Persaud | 8 | -109/+111 | |
2013-02-25 | BUGFIX: mysql needs to return NULL when nothing was found | Arun Persaud | 1 | -1/+4 | |
2013-02-25 | better mysql-profiling output | Arun Persaud | 1 | -5/+13 | |
2013-02-25 | replaced two DB queries with one that is indexed. | Arun Persaud | 2 | -14/+8 | |
2013-02-09 | moved php from old mysql to myslqi to make things more future proof | Arun Persaud | 2 | -20/+16 | |
2013-01-20 | BUGFIX: fixed previous commit about sending mail in utf-8 | Arun Persaud | 1 | -3/+3 | |
2013-01-19 | TRANSLATION: updated German translation | Arun Persaud | 2 | -85/+175 | |
2013-01-19 | TRANSLATION: marked more strings for translation | Arun Persaud | 4 | -110/+200 | |
2013-01-19 | LAYOUT: improved layout of about page | Arun Persaud | 3 | -21/+9 | |
2013-01-19 | LAYOUT: fix footer | Arun Persaud | 3 | -117/+744 | |
2013-01-19 | BUGFIX: send emails in utf-8 | Arun Persaud | 1 | -6/+7 | |
2013-01-16 | remove Altenburger Spielkarten, their copyright notice, etc. since the ↵ | Arun Persaud | 30 | -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-16 | updated copyright in footer to 2013 | Arun Persaud | 1 | -1/+1 | |
2013-01-15 | BUGFIX: use english language as default in set_language | Arun Persaud | 1 | -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-14 | TRANSLATION: fixed some small issues | Arun Persaud | 3 | -154/+172 | |
2013-01-14 | BUGIFX: added some set_language functions, fixed some strings for ↵ | Arun Persaud | 5 | -14/+19 | |
translation, fixed typo | |||||
2013-01-13 | TRANSLATION: updated German translation | Arun Persaud | 2 | -20/+80 | |
2013-01-13 | TRANSLATION: marked more strings for translation | Arun Persaud | 3 | -31/+90 | |
2013-01-12 | BUGFIX: fixed wrong uid value in mymail function | Arun Persaud | 1 | -3/+3 | |
used the array instead of a value in the array | |||||
2013-01-12 | TRANSLATION: updated some strings | Arun Persaud | 2 | -3/+3 | |
2013-01-12 | TRANSLATION: updated german translation | Arun Persaud | 2 | -19/+40 | |
2013-01-12 | TRANSLATION: marked more messages for translation | Arun Persaud | 3 | -24/+46 | |
2013-01-12 | LAYOUT: move to compiled less to make things faster | Arun Persaud | 4 | -3/+943 | |
2013-01-12 | LAYOUT: some small CSS adjustments | Arun Persaud | 4 | -5/+8 | |
2013-01-12 | TRANSLATION: updated german translation | Arun Persaud | 2 | -235/+497 | |
2013-01-12 | TRANSLATION: updated setup for translation: use utf-8; updated pot file | Arun Persaud | 3 | -190/+402 | |
2013-01-12 | updated copyright for 2013 | Arun Persaud | 22 | -22/+22 | |
2013-01-12 | fixed more language settings in email; marked more strings for translation | Arun Persaud | 5 | -75/+114 | |
2012-12-31 | set languages can also be used by UID now; make mymail langauge sensitive | Arun Persaud | 4 | -87/+95 | |
mymail used to use the language of the person triggering the email. | |||||
2012-12-31 | improved language detection using browser information; set the language ↵ | Arun Persaud | 8 | -56/+55 | |
directly in more places previously one had to reload to get the language correct, now it should be correct right away. We also read out the browser request for a language now. | |||||
2012-12-09 | BUGFIX: fix link to wiki on login page | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | BUGFIX: fix disable of prev/next button in trick selector | Arun Persaud | 1 | -1/+1 | |
2012-12-09 | LAYOUT: use bootstrap to style gravatar images | Arun Persaud | 2 | -1/+2 | |