Commit Graph
901 Commits
Author SHA1 Message Date
Jason Felds 4e4d91aba7 Take care of one of AJ's TODOs. 2011-01-15 15:00:13 -05:00
Jason Felds c76a13f3b9 Add 2nd attack metric, rename 1st one. 2011-01-15 14:43:05 -05:00
Jason Felds aaf9c33dab Add attack run time metric for Player. 2011-01-15 14:25:35 -05:00
Jason Felds bec941520a Add metric for Combo Stopped message flexibility. 2011-01-15 14:17:52 -05:00
Jason Felds 0e8e48b1a9 Wave modifications possible. 2011-01-15 13:52:07 -05:00
Jason Felds a7c033a987 Add more flexible modifier modifications. 2011-01-15 13:28:56 -05:00
Jason Felds 2013fff457 Add metric for changing blink mod frequency.
Done as a partial request for WinDEU...
whether he realizes it or not. ;)
2011-01-15 13:00:00 -05:00
AJ Kelly bc793efd82 add missing Genre item 2011-01-10 01:10:51 -06:00
AJ Kelly 28084a1609 add stroke for frutiger alt 2011-01-09 17:44:56 -06:00
AJ Kelly 000a5ba452 Various metrics changes to RoomWheel: Desc is now Description, Width metrics are removed, and hardcoded commands (halign,0;shadowlength,0;maxwidth,[width metric]) are removed. 2011-01-09 16:53:29 -06:00
AJ Kelly 4e0e4a98eb add missing speed mod strings 2011-01-08 18:03:16 -06:00
Flameshadowxeroshin 6d01495ace fixed a typo 2011-01-07 22:22:28 -06:00
AJ Kelly f5d89976ea Make routine mode use ScreenGameplayShared instead of ScreenGameplay 2011-01-07 22:15:29 -06:00
Alberto Ramos ab3988af45 new routine noteskin (cmd p1 and p2) 2011-01-06 20:49:12 -07:00
AJ Kelly 91f735e537 comment this metric because I can 2011-01-01 14:05:37 -06:00
AJ Kelly 5cd6a32930 [Screen] add HandleBackButton (for people who know what they're doing ;) [people making multi-state menus using the MK2ULTRA method]) 2011-01-01 14:02:53 -06:00
Jason Felds 8a91e20dc7 Consistent naming of difficulties.
I may have missed this in default by mistake.
2010-12-31 00:20:42 -05:00
Flameshadowxeroshin c0b16b8f02 fixed a bug in bezier. 2010-12-30 20:18:42 -06:00
Jason Felds c4858faefb Add Routine instruction.
The help menu may need pruning now...
...either that, or this should REALLY
be moved to lua.
2010-12-29 19:19:08 -05:00
Jason Felds bbee5633a9 Move Routine noteskin selection to lua.
Only dance mode's skins are definite for now.
2010-12-29 19:03:37 -05:00
AJ Kelly fd1024db48 Chances -> Choices 2010-12-29 17:26:13 -06:00
AJ Kelly 6cc3421629 this is a function 2010-12-29 17:05:53 -06:00
Mark Cannon 5d3ecc6400 Added documentation for ThemePrefs and ThemePrefsRows, updated some code
and added sanity checks into ThemePrefsRows, added localization support for
error messages in ThemePrefs and ThemePrefsRows.
2010-12-28 05:15:47 -05:00
Mark Cannon efe31cfd63 fixed potential bug with Choices not being strings 2010-12-27 21:05:32 -05:00
AJ Kelly 114e28a1d3 [ScreenHowToPlay] Added CharacterName metric, which will force the Character that shows up. 2010-12-27 00:08:52 -06:00
AJ Kelly b8b20ec80b Changed Steps picking logic in ScreenGameplaySyncMachine; now playable Steps are chosen, instead of whatever NoteData happens to be first.
Also added pump-single data to ScreenGameplaySyncMachine music.sm.
2010-12-26 17:01:06 -06:00
AJ Kelly f68607d7a1 [ScreenNetSelectMusic] StepsDisplay changed to load from StepsDisplayNet.
[RoomWheel] Added OverPart (just like in MusicWheel).
2010-12-26 11:36:46 -06:00
AJ Kelly 83395b6e22 I get mad at this file not existing 2010-12-25 00:25:37 -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 5ed4916e1c some edit mode changes. 2010-12-23 19:47:16 -06:00
AJ Kelly af89c94d30 add solo, 3panel strings to edit mode StepsType 2010-12-22 14:44:38 -06:00
AJ Kelly 8a72f162ef fix ScreenGameplaySync Prev/NextScreen 2010-12-22 13:14:21 -06:00
AJ Kelly a6cb5fecc6 add Shift+Ctrl+F2 shortcut for reloading overlay screens (and metrics) 2010-12-22 12:36:19 -06:00
AJ Kelly a14ab84dc7 make options menus go back to the proper screen (e.g. UI Options goes back to "More Options" instead of ScreenOptionsService) 2010-12-21 16:58:36 -06:00
AJ Kelly 628afdd7d8 comment and stuff 2010-12-21 16:22:01 -06:00
Flameshadowxeroshin 8e742dce5a a few little changes 2010-12-20 11:43:27 -06:00
Flameshadowxeroshin 94c6b79ae8 re-merge 2010-12-20 10:23:27 -06:00
Flameshadowxeroshin 7fe0553c7a Add Actor:bezier. 2010-12-20 10:22:30 -06:00
AJ Kelly cc86955d23 fix typo 2010-12-20 03:12:38 -06:00
AJ Kelly ef46e6c088 [WheelNotifyIcon] add BlinkPlayersBest metric 2010-12-19 13:42:20 -06:00
AJ Kelly ac92794e43 [MusicWheel] add OverPart 2010-12-18 03:53:17 -06:00
AJ Kelly 06ad8cc4d1 add another missing metric 2010-12-15 19:54:49 -06:00
AJ Kelly 5798b521f8 add ScreenInstallOverlay metrics 2010-12-15 19:54:19 -06:00
Mark Cannon 4aa3110e25 Updated IniFile to match source's function calls, added initial version
of new ThemePrefs and ThemePrefsRows implementations and added a quick
example into the default theme code. Not fully functional yet, fyi.
2010-12-15 04:50:00 -05:00
AJ Kelly 2f1b8c2ece make the edits in ScreenNetBase instead 2010-12-13 18:13:40 -06:00
AJ Kelly 61931900a1 add some missing SMO metrics 2010-12-13 17:58:42 -06:00
AJ Kelly 9d264adfdf enable the EditMenu to be themed more extensively. 2010-12-13 02:28:01 -06:00
Mark Cannon edef0ce5fa Added 03 IniFile to start building new userprefs/themeprefs API 2010-12-12 20:15:32 -05:00
Flameshadowxeroshin 87cf842c28 Add math.round. 2010-12-12 15:34:47 -06:00
Mark Cannon 67e30f9858 very, very initial cleanup of ThemesAndGamePrefs 2010-12-12 15:24:02 -05:00