[Banner, FadingBanner] Various changes:

* Removed (now unused) All Music banner.
  * Fixed swapped ScrollRandom and ScrollRoulette metrics.
  * Added GetScrolling(), GetPercentScrolling() and SetScrolling(bool,float)
    Lua bindings.
This commit is contained in:
AJ Kelly
2010-12-26 20:30:06 -06:00
parent b8b20ec80b
commit a36059ecf6
5 changed files with 23 additions and 28 deletions
+5
View File
@@ -22,6 +22,11 @@ sm-ssc v1.2 | 201012xx
* Changed Steps picking logic in ScreenGameplaySyncMachine; now playable Steps
are chosen, instead of whatever NoteData happens to be first.
Also added pump-single data to ScreenGameplaySyncMachine music.sm. [freem]
* [Banner, FadingBanner] Various changes: [freem]
* Removed (now unused) All Music banner.
* Fixed swapped ScrollRandom and ScrollRoulette metrics.
* Added GetScrolling(), GetPercentScrolling() and SetScrolling(bool,float)
Lua bindings.
20101225
--------