mirror of https://github.com/ppy/osu
Reconvert all legacy scores
This commit is contained in:
parent
eb072a1d24
commit
c3c1752a5a
|
@ -34,9 +34,10 @@ public class LegacyScoreEncoder
|
|||
/// <item><description>30000005: Introduce combo exponent in the osu! gamemode. Reconvert all scores.</description></item>
|
||||
/// <item><description>30000006: Fix edge cases in conversion after combo exponent introduction that lead to NaNs. Reconvert all scores.</description></item>
|
||||
/// <item><description>30000007: Adjust osu!mania combo and accuracy portions and judgement scoring values. Reconvert all scores.</description></item>
|
||||
/// <item><description>30000008: Add accuracy conversion. Reconvert all scores.</description></item>
|
||||
/// </list>
|
||||
/// </remarks>
|
||||
public const int LATEST_VERSION = 30000007;
|
||||
public const int LATEST_VERSION = 30000008;
|
||||
|
||||
/// <summary>
|
||||
/// The first stable-compatible YYYYMMDD format version given to lazer usage of replays.
|
||||
|
|
Loading…
Reference in New Issue