Commit Graph
963 Commits
Author SHA1 Message Date
Charles Lohr 288f34a5bd Oops, wrong screen 2005-01-22 05:53:14 +00:00
Glenn Maynard ab06bc76d0 err ... 2005-01-22 05:41:03 +00:00
Charles Lohr 0d7787b9e7 Fix: ReportStyle was not working properly 2005-01-22 05:34:02 +00:00
Charles Lohr e3b09fd0b8 Change: Metrics for new ScreenNetSelectMusic 2005-01-22 05:32:55 +00:00
Glenn Maynard 6b2e1e6d13 more branch conversions 2005-01-20 18:29:20 +00:00
Glenn Maynard 75c7d7ec62 jump through fewer hoops with ScreenStage 2005-01-20 18:13:37 +00:00
Glenn Maynard a2e18e1f78 update 2005-01-20 03:12:02 +00:00
Glenn Maynard 5670caf20d update 2005-01-20 02:39:22 +00:00
Glenn Maynard ae1329802b SelectEvaluationScreen() 2005-01-20 00:38:25 +00:00
Glenn Maynard 6493010e49 Use a Lua script to select the evaluation screen, instead of a ScreenBranch.
This approach has several advantages.  It's more flexible; full conditionals
can be used.  It mixes with things like the "bGoingToPlayTheSameMusic"
logic in ScreenAttract much better; it gets the real real next screen, not
the branch.  It also mixes with screen preloading, such as used by ScreenStage.

(I don't know if grouping functions that are used like branches makes sense;
I'm not sure how Lua will be used in general, so this stuff might get reorganized
later.)
2005-01-20 00:37:33 +00:00
Chris Danford adab436231 consolidate ScreenStage overlays 2005-01-17 04:32:12 +00:00
Glenn Maynard 8c93684189 s/help/overlay/ 2005-01-15 04:02:30 +00:00
Glenn Maynard db72422cfd metrics 2005-01-15 03:57:56 +00:00
Chris Danford 4799c3414b don't show random/roulette in non-preferred sorts 2005-01-13 09:56:41 +00:00
Charles Lohr 05ecd23697 We can't get to ScreenNetEvaluation unless we're already loged in, and we should always go back to the select room. 2005-01-12 23:16:55 +00:00
Charles Lohr 65929a538c Update to utilize changed lua commands properly. 2005-01-12 18:11:24 +00:00
Charles Lohr a5a48483a0 Reorganization of branching screens so that it drops the user in the correct screen when done a game and after logging in. 2005-01-10 00:37:18 +00:00
Charles Lohr 6a3b32e4b5 oops... you can't start blindly playing. 2005-01-09 18:17:27 +00:00
Steven Towle 19ac29c9af added score display options 2005-01-09 07:47:38 +00:00
Josh Allen dcd0f01d16 Fix [ScreenProfileOptions] fallback 2005-01-08 21:18:17 +00:00
Chris Danford ea29e11fb7 cleanup 2005-01-08 21:11:00 +00:00
Glenn Maynard c040f6df9d Fix options menu.
(There's no screen class "ScreenOperatorMenu", and you can't have
multiple fallbacks--it's a simple chain, not a tree.)
2005-01-08 21:03:48 +00:00
Ben Anderson 34ae17ee17 Options menus no longer depend on hardcoded screen name 2005-01-08 20:46:32 +00:00
Glenn Maynard fac3d59da6 metric 2005-01-08 16:34:12 +00:00
Glenn Maynard ae3b4d0f19 fix title menu cursor not wrapping 2005-01-08 16:32:43 +00:00
Glenn Maynard 1fad7467df missing metrics 2005-01-08 16:24:47 +00:00
Chris Danford cc352d7f07 fix start sound 2005-01-08 09:47:44 +00:00
Chris Danford 475631213e fix ScreenTitle* help text
change screens to point to ScreenTitleBranch, not ScreenTitleMenu
fix premium/coin mode BGA
2005-01-07 23:05:10 +00:00
Charles Lohr ae1a4df374 Update: Fix most everything theme-wise with the SMOnline screens. 2005-01-07 21:56:03 +00:00
Charles Lohr cef3862dee Add: Final screen for SMOnline 2005-01-07 04:10:31 +00:00
Chris Danford 4405130fb0 use Scroller to space TitleMenu items 2005-01-06 02:00:49 +00:00
Chris Danford a04d415ac7 fix CoinMode toggling on ScreenTitleMenu
NumCodes->CodeNames
2005-01-05 04:40:39 +00:00
Glenn Maynard 52548afeec metrics 2005-01-05 02:55:17 +00:00
Glenn Maynard 1e12a17506 fix title menu back 2005-01-04 22:43:08 +00:00
Chris Danford 7285003f1e input of disabled players should be blocked 2005-01-04 11:51:53 +00:00
Chris Danford ef8f1da3ab change ScreenTitleMenu to derive from ScreenSelectMaster 2005-01-04 11:14:14 +00:00
Chris Danford b7729bfa4c change ScreenTitleMenu to derive from ScreenSelectMaster 2005-01-04 11:06:12 +00:00
Glenn Maynard 07aba0f89f add metric 2005-01-04 01:08:53 +00:00
Glenn Maynard 2aea454255 blank background for ScreenStage 2005-01-01 21:41:51 +00:00
Chris Danford cacd23de90 add TransferStatsToMachine menu option 2005-01-01 10:27:16 +00:00
Chris Danford 9b457eb241 add aspect ratio pref 2004-12-23 06:50:19 +00:00
Glenn Maynard 2f8deb615f fix ScreenCaution not continuing when menu timer is disabled 2004-12-21 01:29:41 +00:00
Charles Lohr c3b83e7639 Make exit warning go away. 2004-12-18 07:28:34 +00:00
Glenn Maynard 56231370fe fix warnings (format is "1:1")
no need to specify these; this is only really needed for menus that give
options in two dimensions, the defaults are usually fine
2004-12-11 21:55:13 +00:00
Glenn Maynard b25dfebb5b fix options menu selection 2004-12-11 21:49:55 +00:00
Steven Towle e7f1204f41 added random speed modifier (as an experiment for random variables in modifiers) 2004-12-11 11:06:41 +00:00
Chris Danford 08964e340b remove ScreenGameOver code, replace with ScreenAttract 2004-12-09 04:20:09 +00:00
Glenn Maynard 268dafa582 update option names that are now identical to their StepMania.ini name 2004-12-07 10:06:44 +00:00
Glenn Maynard 0745485124 remove DisableRadar 2004-12-06 06:44:09 +00:00
Glenn Maynard 18e70ed3c3 missing metric 2004-12-05 21:14:26 +00:00