Commit Graph

166 Commits

Author SHA1 Message Date
AJ Kelly ccd2b4ae6d various theme changes, mostly from midi
removes duplicate round() function in productivityhelpers
2010-08-14 19:22:44 -05:00
AJ Kelly 1fdb204eb2 [ScreenNetEvaluation]
* Replace hardcoded rainbow effect with UserTier02OrBetterCommand.
 * Added Difficulty and Steps param to UpdateNetEvalStats message. The
   beginning of custom-themable online stuff begins.

[ScreenNetSelectMusic]
 * Started to port SampleMusicPreviewMode from ScreenSelectMusic.
 * Changed MusicWheel metrics to read from OnlineMusicWheel instead.
 * Added section, roulette, and random music (not used yet).
 * Stop the music when reaching a section.

[others]
* some theme file additions
2010-08-10 23:36:04 -05:00
AJ Kelly 98fb951798 scoreboard stuff from midi 2010-08-09 19:53:11 -05:00
AJ Kelly a3015c467c forgot this one 2010-08-09 18:28:53 -05:00
AJ Kelly 23efdff79f more online fixes 2010-08-09 18:09:56 -05:00
AJ Kelly 69f4f10428 online eval user selection/deselection 2010-08-09 18:02:22 -05:00
Alberto Ramos ab1206e073 fix 2010-08-08 18:09:39 -06:00
Alberto Ramos e8e5987a0a . 2010-08-08 18:08:19 -06:00
AJ Kelly d29e0052bb [ScreenDebugOverlay] force sm-ssc to read ButtonText, FunctionText, and PageText OnCommands. 2010-08-08 17:24:46 -05:00
AJ Kelly 6eb8ff4b91 fix typo/duplicates 2010-08-08 11:16:31 -05:00
Alberto Ramos e6e9941d17 I did something really stupid... 2010-08-07 20:41:22 -06:00
AJ Kelly e4fc513c7e table sum, average, and standard deviation functions from shakesoda. (I also try to attempt to alias table.slice to tableslice and table.shuffle to tableshuffle) 2010-08-05 23:23:47 -05:00
AJ Kelly 8a0919872a various theme changes from midi 2010-08-05 18:13:34 -05:00
AJ Kelly 7c52f7b3f2 [ScreenDebugOverlay] add PageStartX and PageSpacingX metrics. (The Y value is still hardcoded to SCREEN_TOP+20 for now, though.) 2010-08-04 11:14:05 -05:00
AJ Kelly 5337914b8b fallback changes from midi; default next 2010-08-03 18:07:54 -05:00
AJ Kelly b5a7c11b4f various theme changes from midi; shortens the main options menu a bit 2010-08-02 01:18:32 -05:00
AJ Kelly 02825ee7a4 add missing string 2010-07-28 23:11:37 -05:00
AJ Kelly efa2135050 metrics update from midi 2010-07-27 15:40:05 -05:00
Alberto Ramos c0b9a55892 metrics again (one char typo hurr) 2010-07-26 13:20:18 -06:00
Alberto Ramos 124c8ae904 metrics 2010-07-26 13:13:47 -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 d246bfd3df theme updates from midi 2010-07-26 12:38:07 -05:00
Alberto Ramos 213f58ae0a metrics added 2010-07-25 11:44:15 -06: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 c0599e2afb add 1.25xmusic, judgment color changes [Midiman] 2010-07-25 12:14:16 -05:00
AJ Kelly f329cc7a0d fix up practice mode somewhat 2010-07-24 01:05:50 -05:00
AJ Kelly 986a1ec791 theme updates from midi; adds protiming 2010-07-23 18:57:48 -05:00
AJ Kelly c12b073a37 CustomDifficulty stuff for _fallback 2010-07-23 16:11:04 -05:00
AJ Kelly 83fdf54e80 starting to declutter the service options; many more commits to come 2010-07-22 17:16:57 -05:00
Alberto Ramos eb1eccac46 added edit menu arrows and fixed/added missing metrics 2010-07-22 13:12:01 -06:00
Alberto Ramos f621aa160a Important changes in fonts...
HG: changed Themes/_fallback/Fonts/frutiger 24px.ini
2010-07-22 11:19:39 -06:00
AJ Kelly f8b017b99a various changes [Midiman] 2010-07-21 22:39:11 -05:00
AJ Kelly ca5a13a71b various theme changes from midi 2010-07-19 20:36:37 -05:00
AJ Kelly c06fffb766 okay now here's fallback 2010-07-19 11:24:26 -05:00
AJ Kelly cec320d923 slight change; UnpauseOnStart -> UnpauseWithStart to match internal metric name 2010-07-19 11:19:01 -05:00
Alberto Ramos 02a469f287 Allow unpause metric was too wordy, shortened to 'UnpauseOnStart' 2010-07-18 19:10:31 -06: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
AJ Kelly 0af3a0248c merging and all that jazz 2010-07-17 12:33:36 -05:00
Alberto Ramos 266c121859 HG: changed src/ScreenSelectMusic.h 2010-07-17 11:16:44 -06:00
AJ Kelly 784405ee98 jukebox metrics 2010-07-17 02:48:33 -05:00
AJ Kelly 819aa85984 add missing scoreboard metrics when P2 is only active player 2010-07-14 16:52:14 -05:00
AJ Kelly 6cce615285 remove mismatched FormatPercentScore metric name 2010-07-14 14:48:46 -05:00
AJ Kelly 5469c498f4 194936e: more general: stretch 4:3, not just 640x480 [Glenn Maynard] 2010-07-14 14:48:07 -05:00
AJ Kelly e81936d693 fix PrevScreen in ScreenHowToInstallSongs 2010-07-12 15:00:38 -05:00
AJ Kelly a82ee268e0 add round() function from http://lua-users.org/wiki/FormattingNumbers 2010-07-11 00:28:39 -05:00
AJ Kelly 2949579644 fallback changes from midi 2010-07-06 17:09:40 -05:00
AJ Kelly dd760b83cd [Player] add RequireStepOnMines metric. This allows DDR's Shock Arrows to be emulated. [FSX] 2010-07-05 14:16:18 -05:00
AJ Kelly 00b2c53057 theme changes from midi; fixes percent position in selmusic + new color setup (interesting to themers only, really) 2010-07-05 02:01:25 -05:00
AJ Kelly b0ddb50a43 update fallback; add softshuffle mod and some other things 2010-07-04 15:04:17 -05:00
AJ Kelly 0bb90cb380 remove unused 2010-07-03 21:59:49 -05:00