Commit Graph

57 Commits

Author SHA1 Message Date
AJ Kelly e200734a6f another pedantic edit 2011-05-01 13:41:50 -05:00
AJ Kelly 6e6d541124 code cleanup 2011-05-01 13:30:53 -05:00
Jason Felds a9a98e6529 Line endings hate me now. 2011-04-29 15:03:05 -04:00
Marcio Barrientos c048e7598c Add a lua function to open the optionslist in ScreenSelectMusic
without the select button, OpenOptionsList(pn)
2011-04-28 18:40:02 -06:00
AJ Kelly dca2f976b2 [FadingBanner] Added BannerRoulette, BannerRandom, and Banner(Custom Item Name) commands. 2011-04-22 05:09:47 -05:00
AJ Kelly a14d760e0c [ScreenSelectMusic] Made score frame into an AutoActor, changed the filename from "score frame p1" to "ScoreFrame P1" for consistency with other elements. 2011-04-13 03:41:09 -05:00
AJ Kelly 6a458cc836 small comment changes 2011-04-03 16:00:46 -05:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
Jason Felds e9df4832f6 Bring shadowed variables back from the dark side.
Alright Colby, happy now?
2011-03-14 02:54:11 -04:00
AJ Kelly c28845a8dc Added custom MusicWheel items.
[ScreenSelectMusic] Add GetMusicWheel Lua binding.
2011-03-08 19:28:40 -06:00
AJ Kelly 7f31b13bb0 comment/cleanup 2011-03-02 21:17:40 -06:00
AJ Kelly 308325b54c still thinking about using the mousewheel to scroll the musicwheel 2011-02-23 12:47:05 -06: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 00257e7995 Consistent semicolon use.
This is C++, not Python!
2011-02-18 20:40:51 -05:00
AJ Kelly 072b7059ff eventually, I'd like the mousewheel to scroll the MusicWheel. 2011-02-15 23:25:30 -06:00
AJ Kelly 49a7b15eb1 Add RouletteTimerSeconds metric to ScreenSelectMusic 2011-02-09 13:11:22 -06:00
AJ Kelly 9bee942eef screenshot bug is long gone, allow profiles to get loaded on player join on SelMusic again 2011-02-09 12:14:36 -06:00
AJ Kelly 0ebd8b8c80 slight edit of no real significance 2011-02-08 18:20:43 -06:00
AJ Kelly 4b66853e38 small nitpick 2011-02-08 02:13:31 -06:00
AJ Kelly 0d4a450040 small tab change 2011-02-08 01:33:55 -06:00
AJ Kelly 036b23e9d3 add Banners for various SortOrders. (Group and Recent not included for various reasons) 2010-12-23 22:31:52 -06:00
AJ Kelly bcf16846b5 revert change that caused crashes 2010-12-17 01:19:06 -06:00
Alberto Ramos 902d2d4368 small barely notable changes 2010-12-14 17:41:29 -07:00
AJ Kelly 62e4cac758 Make Ctrl+[letter] work as expected in Artist sort. original code by midiman, simplified by AJ; fixes issue 172. 2010-08-26 17:48:00 -05:00
Alberto Ramos 6db282f98b Added missing broadcasts 2010-07-26 16:43:38 -06:00
Alberto Ramos 3653da83c6 Two part can be cancelled with menuup/down, todo: make it a metric 2010-07-26 13:09:56 -06:00
AJ Kelly 9613961813 fix typo 2010-07-26 13:26:49 -05:00
AJ Kelly 988a3e7bbc yup, more comment/cleanup 2010-07-25 19:42:09 -05:00
Alberto Ramos 23a1cc37d4 MusicWheel::JumpToNext/PrevGroup, functions tweaked (thanks juanelote)
Metric added, [MusicWheel]::HideSections, will restrict showing one group at time, it you want to see the other groups use the next/prev group code, defaulted to "false"
Also group changing is allowed via gamebuttons in case of those who wants to take advantage of the codedetector too, "false" as default
SongManager::GetSongGroupByIndex, gets groups by index (helpful in Jump to group functions, thanks to juanelote for this too).
2010-07-25 11:29:05 -06:00
AJ Kelly cb041b75d2 small cleanup 2010-07-19 11:14:43 -05:00
Alberto Ramos daa32fc3f8 Fixed the issue related to trigging holdheads before they reach the receptor, at least I think that, more tests to be done (issue 150) 2010-07-18 18:54:37 -06:00
Alberto Ramos 266c121859 HG: changed src/ScreenSelectMusic.h 2010-07-17 11:16:44 -06:00
AJ Kelly e42417df83 [ScreenSelectMusic] add a code for closing the current folder from any location (a la DDR X2)
[metric will be added with the next batch of theme commits]
2010-07-06 17:07:38 -05:00
AJ Kelly b40f144f1a small comment/cleanup 2010-07-03 18:07:17 -05:00
AJ Kelly b539c24260 revert "load profile on late join" behavior added to selmusic. 2010-06-26 20:07:54 -05:00
AJ Kelly cc470cad86 Implement the last remaining SampleMusicPreviewMode: StartToPreview. This one requires [ScreenSelectMusic] TwoPartConfirmsOnly=true in the metrics to work correctly. 2010-06-23 14:09:43 -05:00
AJ Kelly 92bf92f225 add Direction param to ChangeSteps message. 2010-05-27 18:05:53 -05:00
AJ Kelly 51d9de42fc Make the ScoreDisplay zero out if there's no selection. 2010-05-22 10:28:39 -05:00
AJ Kelly 08e2147e0a [ScreenSelectMusic] Make it so changing difficulty also cancels TwoPartSelection if TwoPartConfirmsOnly. 2010-05-06 10:42:52 -05:00
AJ Kelly 88f1da651c add SampleMusicPreviewMode_LastSong, now that it works.
There is a hack in there for playing the song associated with the Random option, based on Takuya's DDR Extreme theme having music for it. I am not sure if this is accurate behavior, though.
2010-04-19 00:09:21 -05:00
AJ Kelly 9a809545a0 Finally get rid of PLAYER_COLOR. ColorP1Command and ColorP2Command no longer exist. The last thing that was being diffused with player color in the code was something in the Oni score display. I have also removed the commented code in ScreenSelectMusic.cpp (the score is hidden in _fallback anyways). Since I'm sure you can diffuse ScoreDisplayOni Numbers, but I can't seem to find any references to them in the metrics. 2010-04-17 13:33:28 -05:00
AJ Kelly 7fe0ab784f silence a warning by reverting something i did 2010-04-14 22:15:34 -05:00
AJ Kelly 1867e92dee various changes from the ssc svn post-public beta 2 release.
* New Lua bindings SONGMAN:GetGroupNames() and SONGMAN:GetSongsInGroup(string)
* Add Lifts to PaneDisplay (StepMania 3.9+ added them)
* Fix an issue where course banners were able to trip off the uneven dimensions dialog
* NextSong/PrevSong now work when TwoPartSelection=true + TwoPartConfirmsOnly=true on ScreenSelectMusic. A new message ("TwoPartConfirmCanceled") was added to catch when this happens.
and there may have been some stray cleanup in here too
2010-04-14 21:43:32 -05:00
AJ Kelly cd2bb9df35 NextSong/PrevSong now work when TwoPartSelection=true + TwoPartConfirmsOnly=true on ScreenSelectMusic. A new message ("TwoPartConfirmCanceled") was added to catch when this happens. 2010-04-03 14:56:31 -05:00
AJ Kelly 642f4b107c the various changes that I forgot to commit (cleanup and so forth) into hg,
culminating in syncing with sm-ssc v1.0 public beta 2
2010-03-31 17:37:09 -05:00
AJ Kelly feb3d5104d add [ScreenSelectMusic] TwoPartTimerSeconds metric 2010-03-28 13:46:42 -05:00
AJ Kelly 4103c75e19 re-add b5129dd: Allow for 'confirmation only' double press mechanisms as a choice for two part selection on ScreenSelectMusic
(small cleanup on ScreenDimensions)
2010-03-01 17:46:41 -06:00
AJ Kelly 02c7037721 sm-ssc v1.0 Public Beta 1 code changes 2010-03-01 00:44:39 -06:00
AJ Kelly 01137a22f5 Two of the CodeDetector codes referenced Frieza's old MusicBannerWheel, which is not in use anymore. I have repurposed these to be Next/Previous group, a la Pump it Up. The metrics have been changed to reflect this. Also changed an assert message to be more useful in NoteField.cpp 2010-02-22 00:47:31 -06:00
AJ Kelly 5c5ef54a48 various changes from sm4 and sm-ssc (svn); see updated changelog for the full information 2010-02-18 23:17:24 -06:00