Commit Graph

14203 Commits

Author SHA1 Message Date
Chris Danford e992442fe0 have ScreenWithMenuElements play and stop music (instead of ScreenOptions and ScreenSelect)
Add StopMusicOnBack metric
2005-03-13 04:25:43 +00:00
Ben Anderson cea5074135 Initial (INCOMPLETE!) X11 helper for the upcoming InputHandler_Xlib and LowLevelWindow_Xlib. I should finish this in the next week. 2005-03-13 04:02:37 +00:00
Chris Danford fbaaf61313 refresh icons per-row, per-player 2005-03-13 02:25:33 +00:00
Chris Danford 0ab7c031bc position underlines per-player 2005-03-13 02:15:38 +00:00
Chris Danford 3ee87782eb optimize UpdateDisqualified: only export options for the current row 2005-03-13 01:43:44 +00:00
Chris Danford e080e9f61b update disqualified only for the player that changed 2005-03-13 01:03:22 +00:00
Chris Danford 4b824bbe47 export and import separately for each player 2005-03-13 00:59:03 +00:00
Chris Danford 8415b4466d fix VC7 template error: move templated methods out of LuaManager 2005-03-13 00:01:05 +00:00
Glenn Maynard 50196e4a0f add generic success/failure screen messages for pushed screens 2005-03-12 23:41:26 +00:00
Glenn Maynard 3517499b05 remove hardcoded screen name 2005-03-12 23:27:48 +00:00
Glenn Maynard 90c2addaa4 add metric 2005-03-12 23:23:33 +00:00
Chris Danford 38bdfae22a remove bogus assert on element name 2005-03-12 23:21:46 +00:00
Ted Percival 17dbf884a7 fix build errors with gcc 2005-03-12 22:32:54 +00:00
Chris Danford 5d677e1a5a uniquify BGAnimation names 2005-03-12 22:13:08 +00:00
Chris Danford 686d9f297c uniquify directory names (partial matches now allowed) 2005-03-12 21:25:01 +00:00
Chris Danford ac5777b19b Allow BGAnimations to match .xml files.
Don't special-case BGAnimations to look for only exact matches.
2005-03-12 21:21:36 +00:00
Sean Burke b9c409cb58 Move the GradePercent tiers to theme metrics; this will allow for different games (e.g. beatmania) to have their own tiers, and is in the same vein as moving unlocks to themes 2005-03-12 10:49:41 +00:00
Sean Burke 3c4abc8b9d eol 2005-03-12 08:58:35 +00:00
Sean Burke 3e647b5b92 cleanup and compile fix 2005-03-12 08:15:36 +00:00
Sean Burke 879d60550c Now that unlocks are handled in the theme anyhow, there's no real point to having two separate implementations of unlocking within the theme 2005-03-12 08:11:31 +00:00
Charles Lohr 29a481a5f7 Fix? The lights didn't always trigger where they should have (it was occasionally forgetting to blink a light). This seems to fix it. 2005-03-12 07:47:14 +00:00
Charles Lohr 10027b1291 Fix: Updated preferred information based on song selected. 2005-03-12 07:37:39 +00:00
Glenn Maynard 69bbcb071b fix "give up" draw order 2005-03-12 07:27:48 +00:00
Glenn Maynard 93a1284731 put tutorial songs first when meter is tied 2005-03-12 07:24:47 +00:00
Sean Burke 9c682d30ff Fix a BMS-related warning 2005-03-12 06:28:30 +00:00
Sean Burke 15486d5963 Add check for beginner notechart 2005-03-12 06:24:41 +00:00
Glenn Maynard dd02f1bc10 eliminate extra fmodf for each rendered tap 2005-03-12 06:09:43 +00:00
Chris Danford 9877a12111 add scale 2005-03-12 06:04:41 +00:00
Chris Danford 1d2a5be213 cache Noteskins from scripted course mods at song load time, not in first update after load 2005-03-12 05:04:24 +00:00
Glenn Maynard 20ea0bece9 move unnecessary fmodf call 2005-03-12 05:02:22 +00:00
Glenn Maynard 0d7c61faae secondary sort popularity lists by full title 2005-03-12 03:18:11 +00:00
Glenn Maynard 88f29c9853 fix off-by-one (fixes issues with holds that start on stop segments) 2005-03-12 02:30:28 +00:00
Glenn Maynard fe513d047f fix hold-only mappings 2005-03-12 00:51:09 +00:00
Glenn Maynard 088b91b959 add AllowBack metric 2005-03-12 00:32:28 +00:00
Glenn Maynard 8708ea5f61 allow disabling MENU_BUTTON_BACK during ScreenStage 2005-03-12 00:31:25 +00:00
Glenn Maynard ad96700fcf themable give up text 2005-03-12 00:04:27 +00:00
Glenn Maynard b6401f145b fix error message 2005-03-11 23:09:36 +00:00
Charles Lohr 74c023a93b Slight restructure, it's best to make sure we know where all of the elements are and where they're going. 2005-03-11 22:59:57 +00:00
Sean Burke ec01120e29 Fix redir 2005-03-11 21:09:27 +00:00
Chris Danford a3e0bacbd8 Reset the round seed so that the players get new shuffle patterns if they Back out of gameplay and play again
RoundSeed -> StageSeed
2005-03-11 18:09:34 +00:00
Chris Danford 197e4a19cd Reset the round seed so that the players get new shuffle patterns if they Back out of gameplay and play again 2005-03-11 07:22:37 +00:00
Chris Danford fbd9c73df3 Collapse paths from .model files. 2005-03-11 06:10:52 +00:00
Chris Danford 2c0f0d1e06 add recursive redirect lookup 2005-03-11 06:09:56 +00:00
Chris Danford 155b380d2e style 2005-03-11 04:53:45 +00:00
Chris Danford 7f0a969ceb use the NoteSkin specified in DefaultModifiers and don't reset the NoteSkin back to "default" 2005-03-11 04:53:02 +00:00
Glenn Maynard df4a7e3c9d no pause in demo and once tweening out 2005-03-11 04:12:48 +00:00
Glenn Maynard f61cce45f5 don't process hold note logic while paused
SM_Pause can be sent from elsewhere to pause
START unpauses when paused
don't move on to another screen when paused
2005-03-11 03:54:40 +00:00
Glenn Maynard afe1f892eb cleanup
play "PauseCommand" and "UnpauseCommand"
2005-03-11 03:33:41 +00:00
Glenn Maynard f611daade9 fix start backing out instead of failing 2005-03-11 03:27:04 +00:00
Chris Danford 12d9378377 fix SuperShuffle sometimes moves taps inside of a hold 2005-03-11 03:15:54 +00:00