Fehler bei Vergabe von Bonuspunkte korrigiert.

Kommentare für Bonuspunkte werden jetzt als Kommentar beim Spieler hinterlassen, nicht als Kommentar in der Hanchan.
FIXED: 3_in_a_row counter wurde nicht zurückgesetzt wenn Bonuspunkte vergeben wurden.
FIXED: Durchschnittliche Platzierung während eines Events wurde nur als Ganzzahl berechnet. Wird nun als Fießkomma berechnet und gesichert.
This commit is contained in:
Christian Berg
2016-01-09 22:55:26 +01:00
parent 088efe2f39
commit b1586efbab
155 changed files with 2571 additions and 2835 deletions

View File

@@ -8,7 +8,7 @@ EXCLUDE_FILES="*.pyc"
# ./cleanup.sh
grunt
echo "Syncing projectfiles ..."
echo "Syncing project assets ..."
rsync -r --copy-links --delete $SYNC_ASSESTS $SSH_LOGIN:~/
echo "Installing dependecies"
@@ -22,5 +22,4 @@ rsync -r --copy-links --delete $SYNC_SOURCECODE $SSH_LOGIN:~/
echo "Rebuild and reload django..."
ssh $SSH_LOGIN "rm src/kasu/settings/development.*"
ssh $SSH_LOGIN "virtualenv/bin/python ~/src/manage.py collectstatic -l --noinput -v1"
# ssh $SSH_LOGIN "virtualenv/bin/python ~/src/manage.py collecttemplates --noinput -v1"
ssh $SSH_LOGIN "~/init/kasu restart"