Commit Graph

306 Commits

Author SHA1 Message Date
Jason Felds 6b6b8ca3f8 [default -> sm130futures] Up to date again. 2011-04-05 19:49:03 -04:00
Jason Felds 291b5cb055 Blank commit...making sure things didn't break. 2011-04-05 15:11:08 -04:00
Jason Felds 82846084c8 Umm...we added this already. HG!!! 2011-04-05 15:10:00 -04:00
Jason Felds b4c76dae0f [default -> sm130futures] Bring up to date. 2011-04-05 14:31:41 -04:00
Jason Felds a8ce71fd81 [sm130labels] Prepare changelog. 2011-04-05 01:33:47 -04:00
Jason Felds 1e57ef5ba8 [sm130labels] Yes, I remembered the lua docs. 2011-04-04 23:27:09 -04:00
Jason Felds 3991f81101 [sm130labels] Add labels to the SSC format.
Also do cleanup on the Loader and Writer comments.

Editor hooks to follow soon.
2011-04-04 23:24:32 -04:00
Jonathan Payne 16f46584a3 3D Midi-note by Jousway. StreamHead fix, CourseFormat 2011-04-04 13:14:45 -07:00
AJ Kelly 348df5f561 Fix issue 247; a crash occurs when exiting Practice mode from dance-solo, dance-threepanel, and popn-nine (all of which can only have one player). Not sure if any other modes will cause this crash. 2011-04-02 00:32:30 -05:00
AJ Kelly 54415fa8fb [ScreenGameplay] Announcers say combo messages again. 2011-03-29 12:56:39 -05:00
AJ Kelly 91e6e1def8 changelog 2011-03-29 11:56:32 -05:00
AJ Kelly 322f8feafc fix version number to match the one in the source 2011-03-27 17:48:36 -05:00
AJ Kelly dc6174ad68 Fix Gameplay Footer not showing up over arrows 2011-03-27 17:41:13 -05:00
Thai Pangsakulyanont 42893d2dc2 name changes 2011-03-27 15:11:27 +07:00
Jason Felds 0f48de76bd Aiming for a release today! 2011-03-27 03:27:18 -04:00
Jason Felds 6637ba5f4d Mission accomplished: [warps] are in default.
Let the fun times roll!
2011-03-27 03:12:43 -04:00
Jason Felds 1671337612 [warps] Update changelogs. 2011-03-27 03:09:36 -04:00
Jason Felds b30f0ae437 Updated changelog with instructions.
Granted, I don't know who reads it...
2011-03-26 23:59:52 -04:00
Jason Felds 8b7435a50c [warps] Make our mark on #WARPS history. 2011-03-26 13:44:47 -04:00
AJ Kelly a1a1c11920 add WinDEU's Negative BPM/Stops tutorial for developers to use in determining the effects of Negative BPM/Stops 2011-03-25 19:54:23 -05:00
AJ Kelly 0f6d954066 changelog up 2011-03-25 15:42:39 -05:00
AJ Kelly 6afe4a496c update lua.xml 2011-03-25 01:45:19 -05:00
AJ Kelly 7d8e2c33bc [PlayerOptions] Tons of new Lua bindings. See the Lua documentation for all of them, there's too many to print here. 2011-03-20 21:25:49 -05:00
Jason Felds 8e892f4af2 Too many Wolfmen. I'm specifically "2000". 2011-03-20 14:11:25 -04:00
AJ Kelly 73550fadfb update credits; add theDtTvB to the sm-ssc team 2011-03-20 13:09:46 -05:00
AJ Kelly c7873d9199 [PlayerOptions] Added SetNoteSkin(string) Lua binding. 2011-03-20 13:03:16 -05:00
Thai Pangsakulyanont dc1be26231 Added my changes to the changelog. Put it on 20110316 because I pushed to sm-ssc on that day. 2011-03-18 22:32:00 +07:00
Jason Felds 3c3618f28d Fix Compress/Expand Steps bug. 2011-03-17 15:13:30 -04:00
Jason Felds 77e1b87cdd Resolve issue 76: add a new metric.
One can now define whether Ctrl+Up expands the selection
or shrinks it, and vice~versa with Ctrl+Down.
2011-03-17 14:41:26 -04:00
Jason Felds c1d077888e Fix a crash bug by preventing the situation. 2011-03-17 14:02:25 -04:00
Jason Felds 49b95ea52f We're sharing the glory here. 2011-03-17 13:34:28 -04:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
AJ Kelly 89c5a21e90 update changelog 2011-03-16 16:34:41 -05:00
Jason Felds 7c4044a2fc Force consistent line endings.
I'd suggest enabling the EolExtension:
this way we won't go back and forth here.
2011-03-16 15:51:54 -04:00
Jason Felds e27b454306 Changelog of recent events. 2011-03-16 15:18:28 -04:00
AJ Kelly 63c38701ee update lua docs 2011-03-15 02:33:44 -05:00
Jason Felds d59907e897 The future is now. sm124futures is brought in.
The changelog includes what was done.
2011-03-14 17:09:37 -04:00
AJ Kelly 66c8b06257 forgot to update the changelog after reverting. 2011-03-14 00:36:08 -05:00
Jason Felds d4972e1c86 Update sm124futures with defaults 1.2.3. 2011-03-13 23:55:13 -04:00
AJ Kelly bfc129a9e2 changelog 2011-03-13 22:51:40 -05:00
Jason Felds 297c1943bf sm124futures: changelog. 2011-03-13 22:57:38 -04:00
Jason Felds c661650956 sm124futures: changelog. 2011-03-13 19:37:41 -04:00
AJ Kelly 314d3b92e8 forgot changelog 2011-03-09 13:14:27 -06:00
AJ Kelly 56bb3e8445 sm5svn 0dc297b [Glenn Maynard]
"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."
2011-03-08 21:09:38 -06:00
AJ Kelly a71a6cc1be [MeterDisplay] Add Lua binding. "Allow setting and changing the width dynamically. Phase out the "StreamWidth" node property; set it with SetStreamWidth instead." [Glenn Maynard] 2011-03-08 20:21:08 -06:00
AJ Kelly c28845a8dc Added custom MusicWheel items.
[ScreenSelectMusic] Add GetMusicWheel Lua binding.
2011-03-08 19:28:40 -06:00
Jason Felds 34ccd09f5f Combos branch: changelog to wrap this up. 2011-03-05 02:02:56 -05:00
Jason Felds 69029816d1 Bring in updates to the combos branch. 2011-03-04 22:20:29 -05:00
Jonathan Payne 5bd21965d3 Fouter~'e` 2011-03-02 23:58:52 -08:00
Jason Felds 25ce852eed Get Loader and Writer set up for these segments. 2011-03-03 01:37:42 -05:00