Sort code files too according to name, fix some spaces before !

This commit is contained in:
Benau 2018-08-21 13:34:27 +08:00
parent 70e393c93a
commit c67290a262
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
<spacer width="25" height="25"/> <spacer width="25" height="25"/>
<bubble proportion="2" height="100%" word_wrap="true" <bubble proportion="2" height="100%" word_wrap="true"
I18N="In the help menu" I18N="In the help menu"
text="The 'skidding' key allows you to skid. Short skids help to take sharp turns. If you skid long enough, you will get a boost. You can't stop turning while skidding, so orient your kart carefully before !"/> text="The 'skidding' key allows you to skid. Short skids help to take sharp turns. If you skid long enough, you will get a boost. You can't stop turning while skidding, so orient your kart carefully before!"/>
</div> </div>
<spacer height="3%" width="10"/> <spacer height="3%" width="10"/>

View File

@ -40,7 +40,7 @@
<div width="100%" proportion="1" layout="horizontal-row"> <div width="100%" proportion="1" layout="horizontal-row">
<icon align="center" width="64" height="64" icon="models/zipper_collect.png"/> <icon align="center" width="64" height="64" icon="models/zipper_collect.png"/>
<spacer width="25" height="25"/> <spacer width="25" height="25"/>
<bubble proportion="1" height="100%" text="Zipper - will give you a strong speed boost. But beware of not losing control of your kart !"/> <bubble proportion="1" height="100%" text="Zipper - will give you a strong speed boost. But beware of not losing control of your kart!"/>
</div> </div>
<div width="100%" proportion="1" layout="horizontal-row"> <div width="100%" proportion="1" layout="horizontal-row">

View File

@ -6,7 +6,7 @@ CPP_FILE_LIST="`find ./src \
-name '*.cpp' -or \ -name '*.cpp' -or \
-name '*.c' -or \ -name '*.c' -or \
-name '*.hpp' -or \ -name '*.hpp' -or \
-name "*.h" \ -name "*.h" | sort -n \
`" `"
XML_FILE_LIST="`find ./data ../stk-assets/tracks ../stk-assets/karts \ XML_FILE_LIST="`find ./data ../stk-assets/tracks ../stk-assets/karts \
-name 'achievements.xml' -or \ -name 'achievements.xml' -or \