AJ Kelly
5b0fca0953
more small changes
2011-02-23 13:27:08 -06:00
AJ Kelly
edc9592c31
future ideas...
2011-02-23 13:27:02 -06:00
AJ Kelly
aaf5c6afeb
forgot one thing for consistency
2011-02-23 13:17:51 -06:00
AJ Kelly
ef9dd5d271
whitespace/comment cleanup
2011-02-23 13:16:52 -06:00
AJ Kelly
ac745deeb9
update comment
2011-02-23 13:16:36 -06:00
AJ Kelly
098316a28d
update comment
2011-02-23 13:16:31 -06:00
AJ Kelly
308325b54c
still thinking about using the mousewheel to scroll the musicwheel
2011-02-23 12:47:05 -06:00
AJ Kelly
d21c96d054
small thing
2011-02-23 12:46:41 -06:00
AJ Kelly
ed3d0d561b
considering having mouse inputs be like menu inputs as far as Screens are concerned.
2011-02-23 05:16:41 -06:00
AJ Kelly
2681c669c2
these should be here for now.
2011-02-23 04:57:34 -06:00
AJ Kelly
d78b379464
alright, now mouse support is getting somewhere.
2011-02-23 04:33:55 -06:00
AJ Kelly
471236d29d
disable hack
2011-02-23 04:33:31 -06:00
AJ Kelly
245b03fc46
more mouse work... themers on windows can now get mouse x/y coords
2011-02-23 03:11:49 -06:00
AJ Kelly
48b9e6bb38
kill alternative input
2011-02-23 01:54:32 -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
2787054444
Allow custom format strings for the editor.
...
The number of notes have been formatted differently as an example.
2011-02-22 00:32:21 -05:00
Jason Felds
574da5c63b
Display the Routine Player in the editor.
...
Needless to say, this will only show up on Routine mode.
2011-02-22 00:08:28 -05:00
AJ Kelly
23cc4c0e45
[Common] Added OperatorMenuScreen metric.
2011-02-21 12:15:25 -06:00
AJ Kelly
59b186d72f
commenting and such... things coming up
2011-02-21 03:57:23 -06:00
AJ Kelly
b095069d7f
doxygen
2011-02-21 03:50:52 -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
6a253689fb
removing non-useful thing
2011-02-21 03:17:48 -06:00
AJ Kelly
d0459c3488
comment, cleanup
2011-02-21 03:11:39 -06:00
AJ Kelly
7b3923aca7
update comment
2011-02-21 02:53:57 -06:00
AJ Kelly
d83e08afa1
small doxy comment
2011-02-21 02:41:05 -06:00
AJ Kelly
00e71f9858
cleanup, some doxygening
2011-02-21 02:24:42 -06:00
Jason Felds
17b17297ec
Minor docs.
2011-02-20 23:07:38 -05:00
AJ Kelly
0c09fe3d84
small whitespace killing, but not the file I was looking for
2011-02-20 21:24:24 -06:00
AJ Kelly
31dcf430f4
update version number in windows resources
2011-02-20 21:21:25 -06:00
AJ Kelly
4e90cb5ffe
removed unused LABEL_ON_DELAY
2011-02-20 21:05:05 -06:00
Jason Felds
0ee65df4c9
More docs, this time in the StepsUtil namespace.
2011-02-20 16:06:37 -05:00
Jason Felds
69b03d84a8
SongAndSteps class documented.
...
More link formatting can come later.
2011-02-20 15:30:49 -05:00
Jason Felds
26dd13916d
So THAT'S how to @brief enums & their instances.
2011-02-20 15:24:17 -05:00
Jason Felds
1aca19d7fd
Guess those docs are late to the party.
2011-02-20 15:14:44 -05:00
Jason Felds
2ab81841da
Some more docs.
2011-02-20 15:14:28 -05:00
AJ Kelly
296815c56a
sm-ssc v1.2.2
2011-02-20 14:12:39 -06:00
Jason Felds
8e012fc0ae
Right, missed stuff.
2011-02-20 15:01:00 -05:00
Jason Felds
0c892823a9
Some docs for the ThemeMetrics.
2011-02-20 15:00:40 -05:00
AJ Kelly
035e0830d7
move message
2011-02-20 12:54:26 -06:00
AJ Kelly
6b60db25d6
small cleanup
2011-02-20 12:53:57 -06:00
Jason Felds
2182b44355
Add some docs to the metrics.
...
To be honest, I think these metrics should be placed
inside the Player class. It would make it more consistent
and easier to find in the docs. I may move them later.
2011-02-20 12:38:56 -05:00
Jason Felds
d60eedcad1
Case sensitive docs.
2011-02-20 12:26:17 -05:00
Jason Felds
24159cac39
Doc error.
2011-02-20 12:23:50 -05:00
AJ Kelly
19eb0cd8d8
cleanup/comment
2011-02-19 23:45:32 -06:00
AJ Kelly
9f6342ac7c
[ScreenOptions] Added Change message (params: RowIndex, ChangedToExit).
...
Added FocusedItemEndsScreen(PlayerNumber) and GetOptionRow(int) Lua bindings.
2011-02-19 23:45:00 -06:00
AJ Kelly
35624e094d
[OptionRow] Added FirstItemGoesDown(), GetChoiceInRowWithFocus(PlayerNumber), GetName(), GetNumChoices(), GetRowTitle(), HasFocus(PlayerNumber), and OneChoiceForAllPlayers() Lua bindings.
2011-02-19 23:42:16 -06:00
AJ Kelly
16b67c706b
added SelectType and LayoutType enums
2011-02-19 23:40:26 -06:00
AJ Kelly
58436d2579
added GetRowHasFocus(pn) function, moved GetRowTitle() to public for use with Lua, added RowType enum to Lua, and finally PushSelf
2011-02-19 23:39:54 -06:00
AJ Kelly
1ea45319f2
cleanup
2011-02-19 23:38:44 -06:00