From ff9b35b0aaac71ee63f0116b2925f86597b09895 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 29 Apr 2016 08:40:24 +0100 Subject: [PATCH] Corrected trophy count --- dev/stats.sh | 2 +- stats.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/stats.sh b/dev/stats.sh index f33d535..3a5c133 100755 --- a/dev/stats.sh +++ b/dev/stats.sh @@ -14,7 +14,7 @@ SRC_LINES=`find src -name *.c | xargs wc -l | grep total | awk '{print $1}'` NUM_MISSIONS=`find data/missions -iname *.json | wc -l` NUM_CHALLENGES=`find data -name '*.json' -print0 | xargs -0 cat | grep "\"type\" : \"CHALLENGE_" | wc -l` -NUM_TROPHIES=`cat data/trophies/trophies.json | grep id | wc -l` +NUM_TROPHIES=`cat data/trophies/trophies.json | grep \"description\" | wc -l` NUM_CRAFT=`find data/craft/* | wc -l` NUM_FIGHTERS=`find data/fighters/* | wc -l` diff --git a/stats.md b/stats.md index a5c02c7..75d4689 100644 --- a/stats.md +++ b/stats.md @@ -1,8 +1,8 @@ # Statistics -* Lines of code: 17351 +* Lines of code: 17354 * Size of source: 535K -* Size of data: 489K +* Size of data: 490K * Size of graphics: 3.4M * Size of sound: 638K * Size of music: 53M @@ -10,8 +10,8 @@ * Number of missions: 59 * Number of challenges: 42 * Number of spacecraft: 47 -* Number of trophies: 49 +* Number of trophies: 41 -* Translatable strings: 643 +* Translatable strings: 644 -* Number of GIT revisions: 981 +* Number of GIT revisions: 987