- Notifications
You must be signed in to change notification settings - Fork7
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Two bugs insimfile 2.1.0’s SSC implementation broke multi-value properties, causing them to be truncated or mangled past the first value. This release fixes these issues:
- When opening an SSC file, theDISPLAYBPM andATTACKS properties of both simfiles and charts no longer stop parsing at the first
:
. ForDISPLAYBPM, this meant a BPM range of120:240
would have been incorrectly parsed as a static BPM of120
.ATTACKS were completely broken as they use colon as a separator. - The aforementioned properties are now correctly serialized from
SSCChart
; previously, they would have been escaped with backslashes. This bug had the same effects described above, but only affected manual assignment of multi-value properties (e.g.chart.displaybpm = "120:240"
) since the first bug shadowed this bug during deserialization.
Assets2
Uh oh!
There was an error while loading.Please reload this page.