Commit Graph

294 Commits

Author SHA1 Message Date
Chris Danford d18dd8f200 allow switching difficulties while on roulette, random, leap
tween off DifficultyList and CourseContents when in the sort and mode menus
2004-05-07 02:53:07 +00:00
Chris Danford 9d321a5bb7 fix assert when switching from rave to arcade 2004-05-02 22:18:07 +00:00
Chris Danford 58d63cb476 make draw order separate from Z value
add "PageType" graphic to ScreenEvaluation
2004-05-02 03:01:27 +00:00
Chris Danford 6590bd2d48 don't load multiple copies of "common start" or "common invalid" sound 2004-05-01 23:28:53 +00:00
Chris Danford df5cd5e813 move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism 2004-05-01 23:19:33 +00:00
Glenn Maynard 1d2d1927a6 remove old code 2004-05-01 21:54:09 +00:00
Chris Danford 4ac1e0ee45 move Random "don't lock after choose" logic to a separate wheel item, "LEAP" 2004-04-26 06:47:03 +00:00
Glenn Maynard bdbeb958e9 SOUND->PlayOnceFromAnnouncer 2004-04-20 04:58:34 +00:00
Glenn Maynard d2571cb252 on/off commands for overlay 2004-04-20 00:16:20 +00:00
Chris Danford 795e39f239 sort by Z 2004-04-18 20:37:48 +00:00
Chris Danford 3bc5943a9e don't throw away Song scores for Songs/Steps that aren't currently loaded on the machine 2004-04-18 18:42:42 +00:00
Chris Danford 1920634135 move Song/Steps sorting into Song/StepsUtil.h/cpp 2004-04-18 07:34:37 +00:00
Chris Danford ec0258a73b simplify branching metrics for ScreenSelectMusic 2004-04-18 03:45:25 +00:00
Chris Danford 8ecc6183f0 add sort and mode banners, metric for random and roulette scrolling 2004-04-13 09:46:04 +00:00
Glenn Maynard 29464ea185 simplify RageSounds using a qeue (this was actually in Windows a15, just
forgot to commit it)
allow disabling beat alignment
2004-04-06 04:10:41 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 10070b270a fix uninitialized sample settings when selecting a course 2004-04-02 04:27:42 +00:00
Glenn Maynard 047088289c don't pick random on timer if a course is selected 2004-04-02 01:12:25 +00:00
Chris Danford 7807b0c703 don't use PlayOnce in performance critical places 2004-03-23 23:56:38 +00:00
Chris Danford 0ca0f86d7e clean up lights 2004-03-23 06:11:10 +00:00
Chris Danford 2929bacb08 show per-diffculty award on Eval screen every time it's received (not just the first time)
clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
2004-03-20 02:59:08 +00:00
Chris Danford 370839215f add graphic for courses that have mods 2004-03-13 23:11:57 +00:00
Chris Danford 28f4764ed2 SongSortOrder -> SortOrder
save/restore last sort with Profile
clean up GameConstants
2004-03-12 08:31:40 +00:00
Glenn Maynard 3299263db9 options out transition 2004-02-19 03:56:50 +00:00
Glenn Maynard aca9ba5ceb DifficultyList tweening fixes 2004-02-18 23:58:33 +00:00
Glenn Maynard 7400645c28 Fix not delaying BACK on ScreenSelectMusic. 2004-02-15 01:52:28 +00:00
Chris Danford 10a4580c12 remove Actor::Fade*, remove unnessary virtuals in Actor 2004-02-14 03:38:34 +00:00
Glenn Maynard 5b2392f0b8 can't sort SSM by Z-order right now 2004-02-14 01:48:37 +00:00
Chris Danford 817976ff1f add SortByZ to many screens 2004-02-13 05:39:15 +00:00
Chris Danford 646f67a3d2 allow save screenshot on eval screen with MenuLeft-MenuRight-Start 2004-02-12 09:44:16 +00:00
Chris Danford d7f0e6c2bc move all high score data into Profile 2004-02-09 06:26:13 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Glenn Maynard 0c4d8a5b29 fix nonstop showing in menus when it shouldn't 2004-02-06 03:57:47 +00:00
Chris Danford 3ca8601390 add front face culling 2004-02-04 11:05:33 +00:00
Glenn Maynard 36230aff06 Ignore the SortMenu when in course mode 2004-01-23 04:56:39 +00:00
Glenn Maynard 9e9375bb5f fix compile 2004-01-22 07:15:08 +00:00
Andrew Livy 2b66e1590e Add on-screen graphics elements to represent non-joined players on music select screen 2004-01-22 04:31:31 +00:00
Glenn Maynard 6021c6e7da make the stage count work if the eval screen isn't shown at all 2004-01-22 03:11:40 +00:00
Glenn Maynard bb9932029a fix ignoring input on inactive players 2004-01-21 06:14:49 +00:00
Glenn Maynard 6c71f9103f allow per-player course difficulties (not well-tested yet, off by default) 2004-01-21 01:35:54 +00:00
Glenn Maynard 2dfe29c249 CshVS: ---------------------------------------------------------------------- 2004-01-20 01:11:47 +00:00
Chris Danford 01a417593e fix release input event triggering "go to options" 2004-01-18 20:15:02 +00:00
Chris Danford c53f175d14 clean up input logic, don't be performing music wheel actions if a song was already chosen 2004-01-18 04:45:59 +00:00
Chris Danford 1cb29a82b5 add CourseDifficulty, use it instead of a bDifficult flag 2004-01-14 06:11:28 +00:00
Chris Danford 9fdc707248 fix "hold Left, hold Right, press Start" code 2004-01-11 20:40:49 +00:00
Glenn Maynard 720e625b77 music start fixes 2004-01-11 10:38:38 +00:00
Chris Danford 4fd2111fda Fix music wheel weirdness:
tap Left + tap Right would sometimes jump 2 songs in one direction
wheel stuck spinning if button release while wheel is flying_off_before_sort or flying_off_after_sort
2004-01-11 09:42:37 +00:00
Chris Danford 5b08f9dae2 split SORT_MENU into SORT_SORT_MENU and SORT_MODE_MENU 2004-01-11 08:15:44 +00:00
Chris Danford 12e49744a1 add metric to disable roulette on menu timer 2004-01-11 07:18:51 +00:00
Chris Danford 6a499d0403 add separate easier, harder sounds 2004-01-10 21:35:39 +00:00