Commit Graph
346 Commits
Author SHA1 Message Date
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 fd43aec354 assert 2004-06-03 20:28:09 +00:00
Chris Danford 63e47ab251 fix wrong defalt player name shown 2004-05-26 07:16:22 +00:00
Chris Danford f4beffa87e fix wrong defalt player name shown 2004-05-26 06:59:38 +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 abfc956e4f refactor Course: move some responsibilities to Trail 2004-05-23 00:53:20 +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 7b4a86dee7 oops 2004-03-31 07:22:04 +00:00
Glenn Maynard 2ada267834 fix music rate display not changing in song options menu 2004-03-31 00:00:08 +00:00
Glenn Maynard e2a4d21679 sanity check
fix m_sprMore in doubles
2004-03-20 17:46:25 +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 66b0a47e7d naming cleanup 2004-03-14 18:53:19 +00:00
Chris Danford 4727e5e923 fix "together" row flag 2004-03-14 18:51:03 +00:00
Chris Danford df72631f6c add "disqualify" graphic to options screen for options that make a song easier 2004-03-08 07:49:01 +00:00
Chris Danford 81606a2fd7 fix "PrevRow" sound 2004-03-08 06:12:03 +00:00
Glenn Maynard dda7c95e78 fix warnings 2004-03-06 02:17:18 +00:00
Chris Danford 2926d41a60 add course speed range to options screen 2004-03-04 04:37:44 +00:00
Chris Danford 9ea7b68128 fix GCC compile error 2004-02-26 06:31:47 +00:00
Glenn Maynard 572a914f9f tolerate no default selection 2004-02-25 23:56:33 +00:00
Chris Danford 699dcc36a1 on SPO, ignore MenuStart repeats until we get one FirstPressed 2004-02-23 08:33:54 +00:00
Glenn Maynard f616eb6582 debug 2004-01-18 07:17:34 +00:00
Chris Danford 0a34c30419 draw row lightlight underneath cursors 2004-01-18 04:45:10 +00:00
Glenn Maynard da0635c76b more consistent behavior on NAV_FIRST_CHOICE_GOES_DOWN 2004-01-15 05:50:45 +00:00
Glenn Maynard 98ea0d4fc7 fix "long row" crashes when only P2 is active 2004-01-15 05:43:58 +00:00
Glenn Maynard 9ac289a476 simplify
ExitSelectedP1, etc. fix
2004-01-14 22:45:04 +00:00
Glenn Maynard d516f94332 thank VC 2004-01-14 22:15:57 +00:00
Steve Checkoway 1cac9d7b6f Fix warnings. 2004-01-14 21:11:23 +00:00
Chris Danford c237bf2364 FirstChoiceGoesDown fixes 2004-01-14 09:03:35 +00:00
Chris Danford 773aa57b41 remove bogus assert 2004-01-14 08:17:17 +00:00
Chris Danford 6279ec9b49 cleanup 2004-01-14 08:06:17 +00:00
Chris Danford 9551afea38 add new nav type NAV_FIRST_CHOICE_GOES_DOWN
ScreenOptionsMaster::ExportOption is broken when using NAV_FIRST_CHOICE_GOES_DOWN.  Fix coming soon.
2004-01-14 04:59:07 +00:00
Glenn Maynard fa4f761112 cleanup 2004-01-13 08:35:15 +00:00
Glenn Maynard 3eb63e2f67 cleanup 2004-01-12 10:29:12 +00:00
Glenn Maynard 4b1e4ebe74 remove old code (it didn't actually do anything; if start is pressed, left
and right should have already been pressed)
require both left and right to move back, not just one
2004-01-12 09:53:09 +00:00
Chris Danford 987db137cc move focus back to first choice when moving up from multiselect 2004-01-12 08:53:39 +00:00
Chris Danford b1e06653a8 go down if on first choice of a multiselect row 2004-01-12 08:00:57 +00:00
Glenn Maynard cf3a001d6b "more" fix 2004-01-12 02:48:56 +00:00
Glenn Maynard f7491cb268 vector<bool> x; bool &b = x[0]; is illegal: vector<bool> is optimized
to a bitset (packed), and you can't have a pointer to a packed bit
(stupid optimization; if I want a bitset, I'll use a bitset!)
2004-01-12 01:59:34 +00:00
Glenn Maynard 4e629f2e24 warnings 2004-01-11 08:39:00 +00:00
Glenn Maynard 898f394ae8 fix some warnings 2004-01-11 05:47:23 +00:00
Chris Danford dc863c8f31 fix multiselect + options icon crash 2004-01-11 02:28:10 +00:00
Chris Danford ba9959205d add multiselect toggle sounds 2004-01-10 21:34:18 +00:00
Chris Danford 234b574970 fix crash on long rows 2004-01-10 21:07:12 +00:00
Chris Danford b6fc0d194e fix "arcade options navigation goes to next screen on Start" 2004-01-10 21:01:47 +00:00
Chris Danford 57819b0e80 more work on multiselect 2004-01-10 08:57:08 +00:00
Chris Danford 2cd7370442 ScreenOptions: row data structure allows multiple selections per row 2004-01-10 08:05:20 +00:00
Steve Checkoway 4f62f34ad9 fix signed/unsigned comparisons. Unless I'm mistaken, size() returns a size_t which is an unsigned int. 2004-01-10 07:30:08 +00:00
Chris Danford 51ee73d0a1 ScreenOptions: per-choice underlines 2004-01-10 06:57:05 +00:00