Fix editor persisting new beatmap even when user chooses not to
Update framework
Fix spinners crashing on unpause
Replace direct references to HitResult.Miss wherever applicable
Fix tests specifying steps in their constructors
See 5888ecd - the same fix is applied here, but in the miss case.
5888ecd
Only regenerate autoplay on editor state change
Allow rotation lock on Android to function properly
According to Google's documentation, fullSensor will ignore rotation locking preferences, while fullUser will obey them. Signed-off-by: tytydraco <tylernij@gmail.com>
Protect "use current time" button against crash when no timing point is selected
Fix spinners not transforming correctly
Avoid rapid triangle repositioning during editor slider placement
Add the ability to move a control point around in time
Fix control points not being removed from ControlPointInfo lists when group is removed
Update slider test scene sliders to fit better