Thanks. I'd rather have new posts so as to have distinct change notes for distinct releases, but it'll do.Hylis wrote:It's more complicated to track in hotfix time, but I will try to list some things
Edit: It's "fixed" in the first post. Maybe I forgot some topics, but it's difficult right now to sort it all out. In addition, we have work on things for next week release of the demo.
Unfortunately that doesn't appear to be the case. Just drove a track on the latest dedicated and saved the replay from the latest client too.Hylis wrote:fixed: one lap bug \o/ (it was fixed but broken again, and now it should be good once and for all)
The GetValidationReplay method returns:
The client saved:<header type="replay" exever="3.3.0" exebuild="2014-07-04_20_00" title="TMCanyon">
<map uid="bwr3AYd8zMHDRBq0TtgrXm9s_Sj" name="$fffSpirit of $ff0Canyon" author="andi1996" authorzone="World|Germany|Bayern|München"/>
<desc envir="Canyon" mood="" maptype="TrackMania\Race" mapstyle="" displaycost="0" mod="" />
<playermodel id="CanyonCar"/>
<times best="59923" respawns="0" stuntscore="0" validable="1"/>
<checkpoints cur="7" onelap="1"/></header>
Both 'cur' and 'onelap' should be '7', or so it was (at least for GetValidationReplay-produced replays) before this tenacious bug was introduced.<header type="replay" exever="3.3.0" exebuild="2014-07-04_18_16" title="TMCanyon">
<map uid="bwr3AYd8zMHDRBq0TtgrXm9s_Sj" name="$fffSpirit of $ff0Canyon" author="andi1996" authorzone="World|Germany|Bayern|München"/>
<desc envir="Canyon" mood="Day" maptype="TrackMania\Race" mapstyle="" displaycost="4064" mod="" />
<playermodel id="CanyonCar"/>
<times best="7110" respawns="-1" stuntscore="0" validable="0"/>
<checkpoints cur="0" onelap="7"/>
</header>

Edit: retested in RC3, still not correct.