Misc. updates.

This commit is contained in:
Steve 2016-05-01 11:33:36 +01:00
parent 2f31274225
commit 0baaeac246
5 changed files with 24 additions and 19 deletions

View File

@ -3,6 +3,7 @@ Changelog
0.7
* Added trophies
* New Campaign missions
0.6

View File

@ -9,6 +9,10 @@ You can support development of this game by purchasing one of the books in the t
Website: www.battleforthesolarsystem.com
Email: stephenjsweeney@battleforthesolarsystem.com
## SCREENSHOTS
Screenshots from various versions can be found here: https://github.com/stephenjsweeney/tbftss/tree/master/dev/screenshots
## CREDITS
### GRAPHICS

17
STATS.md Normal file
View File

@ -0,0 +1,17 @@
# Statistics
* Lines of code: 17364
* Size of source: 535K
* Size of data: 496K
* Size of graphics: 3.4M
* Size of sound: 638K
* Size of music: 53M
* Number of missions: 60 (inc. Sol)
* Number of challenges: 42
* Number of spacecraft: 47
* Number of trophies: 42
* Translatable strings: 681
* Number of GIT revisions: 1007

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
STATS_FILE="stats.md"
STATS_FILE="STATS.md"
cd ..
@ -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" >> $STATS_FILE
echo "* Number of missions: $NUM_MISSIONS (inc. Sol)" >> $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

View File

@ -1,17 +0,0 @@
# Statistics
* Lines of code: 17354
* Size of source: 535K
* Size of data: 490K
* Size of graphics: 3.4M
* Size of sound: 638K
* Size of music: 53M
* Number of missions: 59
* Number of challenges: 42
* Number of spacecraft: 47
* Number of trophies: 41
* Translatable strings: 644
* Number of GIT revisions: 987