Commit Graph

477 Commits

Author SHA1 Message Date
Chris Danford 51366df8cc name cleanup: PLAY_MODE_ARCADE -> PLAY_MODE_REGULAR 2004-06-11 06:05:35 +00:00
Chris Danford 1300566d36 fix OffCommand played instead of HideCommand 2004-06-09 04:55:53 +00:00
Glenn Maynard ee87baa6cf fix scores not appearing (post-alpha 20 regression) 2004-06-08 08:03:49 +00:00
Chris Danford 501b417f0f add separate Hide/Show commands for CourseHasMods 2004-06-08 07:50:28 +00:00
Glenn Maynard e4d124dd91 license update 2004-06-08 05:22:33 +00:00
Glenn Maynard af9a619044 seed and course change in GameState::FinishStage 2004-06-04 06:34:52 +00:00
Glenn Maynard b93d1bfd5e first pass at merging CourseDifficulty into Difficulty
CourseDifficulty names still exist, since it's useful to distinguish them
in command names
2004-06-04 02:05:56 +00:00
Glenn Maynard 76a190e5f3 SwitchToPreferredSongDifficulty -> SwitchToPreferredDifficulty; handle
course difficulty
don't re-tween course list after changing course difficulty
2004-06-03 21:41:54 +00:00
Chris Danford 61581479d8 track the current Trail in GameState 2004-06-03 08:22:02 +00:00
Glenn Maynard 0f5c3f0fec simplify cdtitle; spin, dim, etc. are themable 2004-06-03 02:55:47 +00:00
Glenn Maynard 5fb15586f7 simplify m_sprCDTitleBack 2004-06-03 02:35:27 +00:00
Chris Danford 64636015c8 fix assert when choosing TYPE_PORTAL 2004-06-02 07:22:55 +00:00
Chris Danford 2d269ebe06 remove Leap, add Portal 2004-06-02 05:12:45 +00:00
Glenn Maynard cab74820c4 SwitchToPreferredDifficulty -> SwitchToPreferredSongDifficulty 2004-06-01 19:19:35 +00:00
Chris Danford 3cadf4c5d5 have Numbers fall back to Fonts (in perparation for removing the Numbers dir altogether) 2004-05-30 23:23:39 +00:00
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