Commit Graph
29264 Commits
Author SHA1 Message Date
AJ Kelly d83e08afa1 small doxy comment 2011-02-21 02:41:05 -06:00
AJ Kelly f544db1852 fix missing file error 2011-02-21 02:39:06 -06:00
AJ Kelly 00e71f9858 cleanup, some doxygening 2011-02-21 02:24:42 -06:00
AJ Kelly 3324d20305 tap mine redirs for retrobar splithand white/blue 2011-02-21 02:08:56 -06:00
AJ Kelly adc594be11 doc update 2011-02-21 02:08:24 -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
Jason Felds 19e945eece These were missing for some reason. 2011-02-20 22:18:43 -05:00
AJ Kelly 4e90cb5ffe removed unused LABEL_ON_DELAY 2011-02-20 21:05:05 -06:00
Flameshadowxeroshin ce5ec128c7 standardized AdjustSpeed behavior between default and fallback 2011-02-20 16:05:01 -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 00d137362f update luadoc 2011-02-20 12:58:38 -06: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 8a597d7c40 changelog to go with all that 2011-02-19 23:45:42 -06: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
AJ Kelly 30ec5bc855 ScreenPlayerOptions now derives from ScreenOptions, allowing it to get the new ScreenOptions bindings. 2011-02-19 23:38:12 -06:00
Jason Felds 05ce6c7773 More doc updates. 2011-02-19 17:22:53 -05:00
Jason Felds e9449cb50e More doxy, more recompiling all. 2011-02-19 17:00:32 -05:00
Jason Felds 9d13036e08 Add @briefs to the Luna classes.
Yeah...there was a lot. */
2011-02-19 12:26:18 -05:00
Jason Felds 1a1ff7d701 Give @briefs to all namespaces.
This will force recompilation of all files.
2011-02-19 12:09:03 -05:00
Jason Felds ffebd5010f More doxygen.
Learning how to manually link to other classes.
We may have to take advantage of this to keep
proper english.
2011-02-19 11:35:15 -05:00
AJ Kelly 7666a68151 shut up noisy logging for now 2011-02-19 05:59:18 -06:00
AJ Kelly 02a7f3d12c remove lua bindings to fix compile 2011-02-19 05:51:08 -06:00
AJ Kelly 610871b50d [GrooveRadar] Removed non-working PreDelayOnCommand, PostDelayOnCommand. (Themers: Use Label#OnCommand and Label#OffCommand instead.) 2011-02-19 04:43:54 -06:00
AJ Kelly 1331097d96 actually remove TweenOffScreen. 2011-02-19 04:28:29 -06:00
AJ Kelly 8cedfa2a67 [GrooveRadar] Removed RadarFrameTweenOnScreen and RadarFrameTweenOffScreen metrics. (Themers: Use RadarFrameOnCommand and RadarFrameOffCommand instead) 2011-02-19 04:27:38 -06:00
AJ Kelly 38656091ca [GrooveRadar] Fixed RadarFrame from not running commands on RadarFrame base. 2011-02-19 04:24:50 -06:00
AJ Kelly d2b903f39c [GrooveRadar] Changed "Label#OffsetX/Y" metrics to "Label#X/Y". 2011-02-19 04:12:13 -06:00
AJ Kelly c3e3cf3361 [BPMDisplay] Added FormatString metric. 2011-02-19 03:34:58 -06:00
Jason Felds 1fd81cfe9c Quick doxygens. 2011-02-19 02:10:45 -05:00
AJ Kelly ffc466bec7 add comment 2011-02-19 00:54:28 -06:00
Jason Felds 8ba27c0d9f Ignore DiffMerge temporary files. 2011-02-19 01:40:29 -05:00
Jason Felds 038a9fda8c Simplify thanks to TaroNuke. 2011-02-19 01:39:45 -05:00