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
AJ Kelly
2a12c21daa
apply Tatsh's patch from http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=218
2011-03-02 16:57:34 -06:00
AJ Kelly
402000e6e0
[ScreenHowToPlay] Allow themers to use either .ssc or .sm files.
...
(update comment on ScreenGameplaySyncMachine)
2011-03-02 01:33:29 -06:00
AJ Kelly
182bb0590c
this time, really allow themers to use either .ssc or .sm simfiles for ScreenGameplaySyncMachine.
2011-03-02 01:29:58 -06:00
Jason Felds
a67b971820
Restore default branch showing. Noop commit really.
2011-03-01 18:02:15 -05:00
Jason Felds
f3fbb07c80
Prepare for Steps to have Attacks.
...
At this time, this tag is whitespace.
Thus, the cache is not invalidated for now.
2011-03-01 15:55:02 -05:00
Jason Felds
fcc42c0e4d
Allow TickcountSegments to have a value of 0.
...
This allows for more accuracy with simfiles.
2011-03-01 09:30:47 -05:00
Jason Felds
ccf92c7c1c
Add No Lifts and No Fakes transform mods.
2011-02-28 10:02:23 -05:00
Jason Felds
5375887c14
Allow for displaying the chart artist separately.
...
This defaults to false/off right now. It needs testing.
2011-02-28 01:04:24 -05:00
Jason Felds
0587aeced5
Allow for dizzy hold heads.
2011-02-28 00:41:04 -05:00
Jason Felds
54682549c8
Update the docs.
2011-02-28 00:29:29 -05:00
AJ Kelly
18f7dea5f9
[PlayerState] The old GetPlayerOptions() binding is now GetPlayerOptionsString(). There is a new GetPlayerOptions() binding that gets the PlayerOptions object, which has a GetNoteSkin() binding (and hopefully more in the future).
2011-02-27 18:36:05 -06:00
AJ Kelly
30f9215aef
change how ScreenOptionsToggleSongs works.
...
Now the main page (ScreenOptionsToggleSongs) has the groups, and a sub-page (ScreenOptionsToggleSongsSubPage) holds all the songs in a specific group.
2011-02-26 15:11:41 -06:00
Jason Felds
6f69fc60ef
Add lifts and fakes to all Pump noteskins.
2011-02-25 02:34:16 -05:00
AJ Kelly
b73a2bb153
[NotesLoaderSSC] Allowed reading of #NOTES2 again.
2011-02-24 00:55:19 -06:00
AJ Kelly
6b54fa5e4e
[Steps] Added GetChartStyle() Lua binding.
2011-02-23 14:32:20 -06:00
AJ Kelly
4e9598190d
update changelog
2011-02-22 19:44:35 -06:00
AJ Kelly
68300c1d53
[ScreenGameplaySyncMachine] Allow themes to use either .ssc or .sm files.
2011-02-22 19:35:06 -06:00
Jason Felds
26aebfa7fa
Don't forget the Changelog.
2011-02-22 00:33:59 -05:00
AJ Kelly
23cc4c0e45
[Common] Added OperatorMenuScreen metric.
2011-02-21 12:15:25 -06:00
AJ Kelly
f6a0e25d86
Fix .sm-style edits not being loaded.
2011-02-21 03:38:44 -06:00
AJ Kelly
d7caea9f0a
[OptionRow] Added GetLayoutType() and GetSelectType() Lua bindings.
2011-02-21 03:18:37 -06:00
AJ Kelly
0930e3e747
change'm log
2011-02-21 02:47:18 -06:00