Start updating changelog for STK 0.9.2. Prepare challenges/GPs for the new abyss track (replacing the old subsea)

This commit is contained in:
auria.mg 2016-04-21 20:50:01 -04:00
parent 9299eca758
commit 790cd807a3
4 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,16 @@
## SupertTuxKart 0.9.1
## SuperTuxKart 0.9.2
* Ghost replay races by Benau
* Battle mode AI by Benau
* Soccer mode AI by Benau
* New subsea track by samuncle
* TTF font rendering by Benau
* Kart properties refactor by Flakebi
* Scripting work under the hood
* Work on the track editor by mhp
* Tweak to challenges
* Bugfixes
## SuperTuxKart 0.9.1
* Many bug fixes
* Started to use scripting in tracks
* Significant audio performance improvements

Binary file not shown.

View File

@ -1,19 +1,19 @@
<?xml version="1.0"?>
<challenge version="2">
<track id="subsea" laps="2"/>
<track id="abyss" laps="3"/>
<mode major="single" minor="quickrace"/>
<requirements trophies="0"/>
<hard>
<karts number="5"/>
<requirements position="1" time="205"/>
<requirements position="1" time="160"/>
</hard>
<medium>
<karts number="4"/>
<requirements time="258"/>
<requirements time="185"/>
</medium>
<easy>
<karts number="4"/>
<requirements time="330"/>
<requirements time="270"/>
</easy>
</challenge>

View File

@ -4,7 +4,7 @@
<track id="sandtrack" laps="3" reverse="false" />
<track id="farm" laps="3" reverse="false" />
<track id="olivermath" laps="4" reverse="false" />
<track id="subsea" laps="2" reverse="false" />
<track id="abyss" laps="2" reverse="false" />
<track id="scotland" laps="3" reverse="false" />
</supertuxkart_grand_prix>