Commit Graph

586 Commits

Author SHA1 Message Date
Glenn Maynard 77275c86a1 do radar in xml 2006-08-16 22:06:20 +00:00
Glenn Maynard a466718357 difficulty icons in xml 2006-08-16 21:39:31 +00:00
Glenn Maynard ae1e0c25b6 do MeterFrame in xml 2006-08-16 21:12:23 +00:00
Glenn Maynard 3003340331 difficulty frame in xml 2006-08-16 21:05:24 +00:00
Glenn Maynard 898ccd3c47 remove param 2006-08-16 20:35:17 +00:00
Glenn Maynard 7f88f072a0 do autogen icon in xml 2006-08-16 20:32:46 +00:00
Glenn Maynard 70e7740f71 split ScreenSelectMusic::TweenOnScreen 2006-08-16 20:10:37 +00:00
Glenn Maynard 3715e5b4c4 remove ShowCourseContents 2006-08-16 20:06:07 +00:00
Glenn Maynard 67b091454c remove no-op 2006-08-16 18:10:18 +00:00
Glenn Maynard 563b1c65b9 remove BPMDisplay 2006-08-16 07:04:56 +00:00
Glenn Maynard 7d2bea627a remove CourseHasMods; use xml 2006-08-16 06:18:34 +00:00
Glenn Maynard 44d9580626 Remove ArtistDisplay. Do this with XML. 2006-08-16 05:52:57 +00:00
Glenn Maynard 051b559437 dupe command 2006-08-14 22:52:26 +00:00
Glenn Maynard e46231aae3 remove unused m_MusicWheelUnder 2006-08-14 22:49:23 +00:00
Glenn Maynard 5f614f128d move the banner, frame and mask into the overlay
remove size metrics; crop it yourself
2006-08-14 22:46:48 +00:00
Glenn Maynard c50b1bddaf different metrics for banner and mask 2006-08-14 22:05:53 +00:00
Glenn Maynard 3003a426ae remove StopTweening 2006-08-14 20:03:54 +00:00
Glenn Maynard aef53c1225 simplify indent 2006-08-14 18:28:02 +00:00
Glenn Maynard 9a220de83a remove PaneDisplay 2006-08-10 21:28:13 +00:00
Glenn Maynard b25bff7edd cleanup 2006-08-10 20:45:44 +00:00
Glenn Maynard 652d8ab903 cleanup 2006-08-10 20:45:10 +00:00
Glenn Maynard a222a01508 simplify 2006-08-10 20:43:49 +00:00
Glenn Maynard bcae91dca4 bind DifficultyList. Remove it from SSM; do it in XML instead. 2006-08-10 17:44:11 +00:00
Glenn Maynard c82810b12b tween normally 2006-08-10 06:28:52 +00:00
Glenn Maynard caa29a14fa MusicWheel update 2006-08-10 04:29:48 +00:00
Steve Checkoway 29b9ca1187 Move to BeginScreen(). 2006-08-08 04:01:55 +00:00
Steve Checkoway 1919ef7cc9 Don't special case extra stage. 2006-08-08 03:45:56 +00:00
Steve Checkoway ca130e9cd3 Extra stage forces mods, don't allow ScreenPlayerOptions. 2006-08-07 01:18:42 +00:00
Steve Checkoway 387b1397c1 Move extra stage setting player options to SSMusic. 2006-08-06 23:34:33 +00:00
Steve Checkoway ba0d51cc7a Simplify. 2006-08-06 02:37:42 +00:00
Steve Checkoway f7d26415a4 Cleanup. 2006-08-06 02:01:27 +00:00
Steve Checkoway 0cb22fb806 Apparently VC doesn't like using (group).GroupType as a type (and frankly, I couldn't get g++ to accept it outside of StepMania, either) so use the macros with PO and SO prefixes for PlayerOptions and SongOptions, respectively. Also, pointers to data members can't point to elements of an array (no idea why gcc was allowing it before) so use Assign_n and pass the index separately. (Very annoying, typeof() should really be in the standard.) 2006-08-05 08:02:49 +00:00
Steve Checkoway 1802e603b3 Update to use the new ModsGroup api. 2006-08-05 04:47:01 +00:00
Chris Danford 7ac45c24e4 save Preferred, Stage, Song, and Current modifiers separately. This eliminates the fragile mods store/restore. 2006-08-05 02:38:05 +00:00
Chris Danford 691d852d68 fix DIFFICULTY_INVALID used as a valid value 2006-07-14 20:26:11 +00:00
Chris Danford af3e1c571c move Steps searching out of song into SongUtil so that it can be shared with CourseEntry 2006-06-13 01:10:37 +00:00
Glenn Maynard d0ec837806 Prefer the current steps/trail, when possible. 2006-04-05 01:16:45 +00:00
Glenn Maynard a6479cfc12 simplify 2006-04-05 01:07:53 +00:00
Glenn Maynard b4dd9bdedd style 2006-04-05 01:01:01 +00:00
Glenn Maynard 6ba2425d96 unused 2006-04-05 00:56:31 +00:00
Chris Danford e3bd1698d3 fix wheel item colors still look locked if Roulette then back out from SPlayerOptions 2006-04-04 21:39:03 +00:00
Glenn Maynard 0195ad338b fix merge 2006-03-29 08:37:54 +00:00
Glenn Maynard 31eb3ee344 Fix sample music doesn't always start. This depended on m_Out being
started first, which was brittle.
2006-03-29 08:14:29 +00:00
Glenn Maynard 32378f65ff fixup (oops) 2006-03-29 08:11:55 +00:00
Glenn Maynard 90b4af5947 cleanup 2006-03-29 08:11:07 +00:00
Chris Danford 64ea81fac1 Best -> Popular
populate SORT_PREFERRED from a txt file
2006-03-20 01:04:46 +00:00
Glenn Maynard 38dc0d4896 cleanup 2006-03-01 08:37:04 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Glenn Maynard a87993bcb1 finish ctor transition 2006-01-15 20:46:15 +00:00
Glenn Maynard 2b4c9e4516 Transition away from Screen(sName). 2006-01-15 19:49:02 +00:00