From 66c8b0625714f7675b255b45eea042c692c8dfc4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 14 Mar 2011 00:36:08 -0500 Subject: [PATCH] forgot to update the changelog after reverting. --- Docs/Changelog_sm-ssc.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Docs/Changelog_sm-ssc.txt b/Docs/Changelog_sm-ssc.txt index 1026dd5286..88fbc31966 100644 --- a/Docs/Changelog_sm-ssc.txt +++ b/Docs/Changelog_sm-ssc.txt @@ -25,20 +25,6 @@ sm-ssc v1.2.3 | 20110323 * [MeterDisplay] Add Lua binding. "Allow setting and changing the width dynamically. Phase out the "StreamWidth" node property; set it with SetStreamWidth instead." [Glenn Maynard] -* sm5svn r28280: "Previously, we didn't create MusicWheel sorts when the screen - loads; it was delayed until the screen begins. This allowed preloading before - the style is set. However, it caused a major skip when the screen starts, - because creating the sorts is fairly expensive. - - Refactor this. Load the sorts when the screen is loaded, and then go through - them and quickly filter out unplayable data and handle other initialization - on begin. This is much faster, so we can more easily transition seamlessly - from the previous menu. - - One known limitation: the sorts are created before we know the style, so we - have to guess. This means if you're in a style like dance-solo or - pump-halfdouble, sorts will still be based on regular mode. This affects the - difficulty, top grade and roulette sorts." [Glenn Maynard] 20110305 --------