Commit Graph
139 Commits
Author SHA1 Message Date
Chris Danford a0a018ebb6 add difficulty change with MenuLeft/Right 2007-03-06 03:16:42 +00:00
Chris Danford f243263089 Add TwoPartSelection metric for Pump-like selection
per-player Select Menu
remove m_soundSelectPressed and play sound in Lua instead
2007-03-06 01:51:55 +00:00
Chris Danford cf80f30e3b beginnings of late join 2007-03-04 08:52:06 +00:00
Chris Danford ee304290ec add experimental OptionsList 2007-03-01 07:57:04 +00:00
Glenn Maynard 11a09069c2 unused 2007-02-21 03:13:19 +00:00
Chris Danford e4a02afa18 spacing cleanup 2007-02-19 20:11:40 +00:00
Chris Danford 56ca4a5a18 add metrics for NextSong and PrevSong buttons 2007-01-16 07:47:00 +00:00
Chris Danford 0bfa90b5be add screen-specific start sound 2006-11-30 07:38:54 +00:00
Glenn Maynard ed81222b34 ActorCommands.h -> Actor.h or ActorUtil.h 2006-09-21 02:48:15 +00:00
Steve Checkoway 1fc4b23cfa Factor out code detection and simplify. The "Tricky" comment was out of date. 2006-09-15 03:09:23 +00:00
Steve Checkoway 944a913790 PlayerNumber -> IEP. 2006-09-15 01:47:24 +00:00
Glenn Maynard 3becbefc92 TotalTime in xml 2006-08-20 19:25:19 +00:00
Glenn Maynard b01353c720 (er, DifficultyDisplay) 2006-08-20 04:42:31 +00:00
Glenn Maynard 771691d112 NumSongs in XML 2006-08-19 05:09:18 +00:00
Glenn Maynard c3510d2ee7 remove m_MachineRank 2006-08-17 01:59:55 +00:00
Glenn Maynard deb04eb0ed merge AfterStepsChange and AfterTrailChange 2006-08-17 01:22:20 +00:00
Glenn Maynard ba7d8d2849 long/marathon in xml 2006-08-17 00:32:00 +00:00
Glenn Maynard 65f5517e2e difficulty meter in xml 2006-08-16 22:53:39 +00:00
Glenn Maynard d7d689f515 simplify 2006-08-16 22:17:58 +00:00
Glenn Maynard 4eca3c8d69 GenericTweenOn/GenericTweenOff 2006-08-16 22:09:29 +00:00
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 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 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 9a220de83a remove PaneDisplay 2006-08-10 21:28:13 +00:00
Glenn Maynard bcae91dca4 bind DifficultyList. Remove it from SSM; do it in XML instead. 2006-08-10 17:44:11 +00:00
Steve Checkoway 711adf2aea Unused. 2006-08-06 02:00:56 +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 958299c734 spacing 2006-02-14 11:10:03 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Glenn Maynard 2b4c9e4516 Transition away from Screen(sName). 2006-01-15 19:49:02 +00:00
Glenn Maynard f0dc808168 Remove LoadHelpText overload. Call settips() yourself via message
commands instead.
2006-01-14 02:35:08 +00:00
Glenn Maynard ad69594521 Simplify options message. Remove m_sprOptionsMessage; show this in an overlay.
Remove m_bgOptionsOut, m_bgNoOptionsOut; these were only used for delays, which
we can do by sleeping on the options message commands.  Remove SM_TweenOffOptionsMessage;
treat that as part of FadingOut.
2005-10-30 22:23:07 +00:00
Chris Danford bb10c7c21f pass around InputEventPlus in Screen::Input instead of multiple input structures 2005-09-05 02:26:50 +00:00
Glenn Maynard 267e913b4d cleanup 2005-09-03 06:13:30 +00:00
Glenn Maynard b4874c0646 do this in the overlay 2005-08-24 21:31:06 +00:00
Glenn Maynard 87016c7f55 don't let SWME mess with the music here; SSM does it itself 2005-07-29 05:07:01 +00:00
Glenn Maynard 0cf4fc957c ScreenSelectMusic::BeginScreen
fix TweenOffScreen run twice
2005-07-22 22:38:53 +00:00
Glenn Maynard 50a31993a6 TweenOursOnScreen/TweenOursOffScreen 2005-07-14 22:26:09 +00:00
Glenn Maynard 85535379c9 simplify like ScreenPlayerOptions 2005-07-12 05:52:52 +00:00
Glenn Maynard 5f8eab1022 remove textSongOptions. (this isn't how we should be broadcasting
messages for this, but we don't want to send on every change like
BroadcastOnChange (too fine grained), but this is better than these
special case actors
2005-07-09 09:07:59 +00:00