Stats updates.

This commit is contained in:
Steve 2016-05-16 12:52:20 +01:00
parent 4f95374380
commit 106bfd6e42
2 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
# Statistics
* Lines of code: 17876
* Size of source: 548K
* Size of data: 622K
* Lines of code: 18037
* Size of source: 553K
* Size of data: 638K
* Size of graphics: 3.6M
* Size of sound: 638K
* Size of music: 51M
* Number of missions: 65 (inc. Sol)
* Number of missions: 67 (inc. optional)
* Number of challenges: 66
* Number of spacecraft: 49
* Number of trophies: 39
* Number of trophies: 40
* Translatable strings: 770
* Number of GIT revisions: 1133
* Number of GIT revisions: 1162

View File

@ -37,7 +37,7 @@ echo "* Size of sound: $SND_SIZE" >> $STATS_FILE
echo "* Size of music: $MUSIC_SIZE" >> $STATS_FILE
echo "" >> $STATS_FILE
echo "* Number of missions: $NUM_MISSIONS (inc. Sol)" >> $STATS_FILE
echo "* Number of missions: $NUM_MISSIONS (inc. optional)" >> $STATS_FILE
echo "* Number of challenges: $NUM_CHALLENGES" >> $STATS_FILE
echo "* Number of spacecraft: $TOTAL_CRAFT" >> $STATS_FILE
echo "* Number of trophies: $NUM_TROPHIES" >> $STATS_FILE