simfile 2.1.1 #31
garcia
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Two bugs in simfile 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:
:
. For DISPLAYBPM, 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.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.This discussion was created from the release simfile 2.1.1.
Beta Was this translation helpful? Give feedback.
All reactions