Commit Graph

312 Commits

Author SHA1 Message Date
Chris Danford d4eaab5ad4 Split balloon commands into On, Off, Show, Hide 2004-05-29 05:35:13 +00:00
Chris Danford 6ad780417e "SetFromNotes" -> "SetFromSteps" 2004-05-29 04:50:47 +00:00
Chris Danford ff5ec77fec fix "unlocking a song doesn't automatically select it" 2004-05-26 05:50:22 +00:00
Chris Danford a9db266eb2 "for( p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 08:16:17 +00:00
Chris Danford b05d25ab24 "m_pCurNotes" -> "m_pCurSteps" 2004-05-24 06:12:17 +00:00
Chris Danford ba93ee8469 "for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 06:10:11 +00:00
Chris Danford 4bb777232d name cleanup: "pNotes" -> "pSteps" 2004-05-24 03:41:39 +00:00
Chris Danford abfc956e4f refactor Course: move some responsibilities to Trail 2004-05-23 00:53:20 +00:00
Glenn Maynard 6ac93f463a cleanup
allow overriding codes
2004-05-22 23:57:01 +00:00
Glenn Maynard db7732fa21 NumSongs, TotalTime 2004-05-22 22:56:58 +00:00
Glenn Maynard 51f4d707dd add sprExplanation 2004-05-22 02:51:56 +00:00
Glenn Maynard 56f23c2afa generalize 2004-05-22 02:24:40 +00:00
Glenn Maynard 65b72f3ee5 fix correct song not being selected after exiting the mode/sort menus, due
to m_pCurSong being set to NULL
2004-05-21 20:16:13 +00:00
Chris Danford e83bbc40da fix ActorFrame ZTest propogation 2004-05-15 18:35:03 +00:00
Chris Danford 762768e534 change DifficultyMeter when difficulty changes and on Roulette 2004-05-14 06:49:46 +00:00
Glenn Maynard 3c5e4c6af8 simplify 2004-05-08 06:19:14 +00:00
Glenn Maynard 7be6cddfe2 call base Screen::HandleScreenMessage at the end, not the
beginning
2004-05-08 05:55:28 +00:00
Chris Danford fec42c1a21 lock Difficulty/Steps for all players in Rave 2004-05-07 04:37:47 +00:00
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