Commit Graph

14793 Commits

Author SHA1 Message Date
Glenn Maynard cab6da1d82 Pause the music on start if game paused during song switch. (Re #475) 2005-04-16 03:46:14 +00:00
Chris Danford 616776cff1 add Lua GetCourseSongIndex 2005-04-15 13:41:02 +00:00
Chris Danford 812943886b fix aborted attacks continue to show in the active attack list 2005-04-15 13:00:30 +00:00
Chris Danford 7578fed39a add SetMaxHeight 2005-04-15 12:25:59 +00:00
Chris Danford 2f29fef780 add Lua method Reset 2005-04-15 11:51:13 +00:00
Chris Danford 81b4a45445 fix bogus assert 2005-04-15 11:50:48 +00:00
Chris Danford 1469f8ffd7 add ClampOutputPercent for displays that can't display the full range of brightness 2005-04-15 11:03:04 +00:00
Chris Danford c8636e1728 add Lua method PlayerIsUsingModifier 2005-04-15 09:07:57 +00:00
Chris Danford 58419e902a use PercentageDisplay::FormatPercentScore in ScreenRanking 2005-04-15 08:10:33 +00:00
Chris Danford d67e3c618b use PercentageDisplay::FormatPercentScore in ScreenRanking 2005-04-15 08:05:29 +00:00
Glenn Maynard 215ce5ad21 StartTransitioningCommand 2005-04-15 08:05:10 +00:00
Glenn Maynard 4eae0713c7 cleanup 2005-04-15 07:40:30 +00:00
Chris Danford 228ca9f166 reload SSM help text on sort changed
clean up SortOrder names
2005-04-15 07:18:40 +00:00
Glenn Maynard 38bbd07fe0 add GetTopScreen 2005-04-15 07:00:21 +00:00
Glenn Maynard 07047a833a metric scheme update 2005-04-15 06:39:44 +00:00
Glenn Maynard c9e0d48774 make LengthSeconds more predictable: sets the minimum length of the
tween after "On"
2005-04-14 09:32:58 +00:00
Glenn Maynard 649d8de3d3 fix confusing error message 2005-04-14 07:23:35 +00:00
Glenn Maynard 8ae469b03a PositionUnderlines uses P1's selection in bOneChoiceForAllPlayers, so we need to set P1's selection in SetOneSharedSelection even if disabled. 2005-04-14 06:53:36 +00:00
Chris Danford 976e497de7 add EDIT_MODE_PRACTICE 2005-04-14 06:34:17 +00:00
Glenn Maynard 767a8b9296 add JudgmentOnCommand 2005-04-14 04:53:30 +00:00
Glenn Maynard 9d6b353fde run JudgmentOnCommand, so we can attach commands to the judgement 2005-04-14 04:50:20 +00:00
Glenn Maynard cd7af0a396 fix "empty" animations that just send messages never being run 2005-04-14 04:45:46 +00:00
Chris Danford d80e337309 fix wrong difficulty color used 2005-04-14 00:22:29 +00:00
Chris Danford b461884681 sort songs by title, not directory name 2005-04-14 00:22:01 +00:00
Glenn Maynard 5d0c30889f fix bHeld not set when PadStickSeconds is enabled 2005-04-13 22:30:56 +00:00
Chris Danford c013c78577 remove EditMenu's textMeter and use the one in DifficultyMeter instead 2005-04-13 11:22:34 +00:00
Chris Danford f9220d1b2b FeetPerDifficulty -> AutoColorFeet 2005-04-13 10:49:59 +00:00
Chris Danford 04715f4dd3 re-clamp the description when changing the difficulty 2005-04-13 08:45:00 +00:00
Chris Danford de2daa5410 fix GetPreferredSelectionForRandomOrPortal doesn't obey DifficultiesToRequire 2005-04-13 08:13:45 +00:00
Chris Danford da13d14d51 fix DifficultyList colors not updated when selecting Random 2005-04-13 08:07:09 +00:00
Chris Danford ce83ae6ef0 only clamp description for edits 2005-04-13 08:05:48 +00:00
Chris Danford d4df3a1431 fix successful jumps miscalculation: Player used "latest tap note score". Scoring used "min tap note score". 2005-04-13 04:08:51 +00:00
Chris Danford d312ea5bef add TNS_AVOIDED_MINE. Fixes unattempted mines counted as successful when ending early. 2005-04-13 01:11:44 +00:00
Chris Danford 4988744e12 show "overhead" - don't special case not showing it 2005-04-13 01:07:39 +00:00
Chris Danford 815f6c3f39 remove backward compatibility hack because it causes a confusing error message (wrong file name) 2005-04-13 01:02:54 +00:00
Chris Danford b26768eafe fix ActorScroller draws a longer distance than it used to. Clean this up later. 2005-04-12 12:39:39 +00:00
Chris Danford ad2db75e39 fix percent scores off by *100 2005-04-12 07:48:04 +00:00
Chris Danford bbeaa77027 use DifficultyMeter everywhere for consistent difficulty text 2005-04-11 15:43:16 +00:00
Chris Danford 04eb5056f3 use the Meter and Description text in DifficultyMeter instead of duplicating them in DifficultyList 2005-04-11 15:42:39 +00:00
Chris Danford 16dfd54522 show Stage text in course modes 2005-04-11 15:40:52 +00:00
Chris Danford a0865f7e2e look for "Class" before "Type". Class = the a C++ class. Type = a section in metrics.ini. 2005-04-11 15:39:44 +00:00
Chris Danford db7796392e fix remaining songs stats get double-counted after fail in Versus course modes 2005-04-11 07:59:27 +00:00
Chris Danford d7f4346cb7 use union in RadarValues for readability 2005-04-11 07:28:09 +00:00
Charles Lohr 064fc27c7c Fix: Groups in options shouldn't be themed. 2005-04-11 05:00:31 +00:00
Chris Danford ea31bb3f90 add AutosyncMachine (shift + F6) 2005-04-11 04:50:39 +00:00
Chris Danford 42dbfa3557 update to remove ListDisplay 2005-04-11 04:08:25 +00:00
Chris Danford ae8b2b704c fix weird wheel jumps when 2 players scrolling 2005-04-11 00:02:55 +00:00
Chris Danford 8e6637dd0d merge ListDisplay into ActorScroller 2005-04-10 23:42:47 +00:00
Steve Checkoway c9c9e5dbeb When I say to commit the changes, I really mean commit them. *grumble grumble* 2005-04-10 23:22:14 +00:00
Steve Checkoway e9867a80b4 Don't assume that all files are c++. Remove the unnecessary objective-c++. 2005-04-10 23:16:12 +00:00