Commit Graph

88 Commits

Author SHA1 Message Date
Chris Danford eab262e0bc fix separate music rates for each player showing 2003-08-28 07:38:09 +00:00
Andrew Wong 2412276eb0 fix options menu selection (used to move over by 2 per keypress) 2003-08-24 21:18:18 +00:00
Ben Anderson 805c9a2288 GCC was bitching again. 2003-08-24 18:35:48 +00:00
Chris Danford 540bdcbc66 Consolidate player option and song option screens. Are people ok with this? 2003-08-23 22:13:06 +00:00
Chris Danford 45858747a5 Consolidate player option and song option screens. Are people ok with this? 2003-08-23 22:04:57 +00:00
Sean Burke 890ad59681 Get rid of some extra eols 2003-08-20 18:26:23 +00:00
Glenn Maynard aea20c1893 fix potential % crash 2003-08-16 18:36:19 +00:00
Glenn Maynard fe489cd281 SOUNDMAN -> SOUND
RageSoundManager.h -> RageSounds.h
2003-07-26 23:05:16 +00:00
Glenn Maynard 21a5ecced6 metricable options menu count 2003-07-20 22:21:00 +00:00
Glenn Maynard 27d47bb813 fix INPUTMODE_BOTH on 2p side 2003-07-07 20:54:59 +00:00
Chris Danford 4149ac1ef2 wrap row movement on ScreenOptions
fix FDB compile error
2003-07-03 08:12:06 +00:00
Glenn Maynard 926a7346f2 diagnostics 2003-06-24 07:39:37 +00:00
Glenn Maynard 742a009692 tune 2003-06-18 04:11:33 +00:00
Glenn Maynard ec535ef246 tweak 2003-06-18 00:26:34 +00:00
Glenn Maynard c06ac1a83a fix 2003-06-17 05:49:11 +00:00
Ben Anderson 7335e3a51d GCC had a complaint re: ISO compliance, this shut it up 2003-06-16 23:23:03 +00:00
Glenn Maynard 4074327d40 fix up tweens 2003-06-16 20:01:18 +00:00
Glenn Maynard d5b1390afb fix strange tween-in
remove old metric defines
2003-06-16 17:34:20 +00:00
Glenn Maynard 21495c6a72 fix menus not being top-aligned 2003-06-16 03:58:16 +00:00
Glenn Maynard cf68ee8159 don't split when only one player is active 2003-06-16 03:42:48 +00:00
Glenn Maynard 66d46adfe6 Implement options splitting
There are several cosmetic problems with this; working on fixes ...
2003-06-16 03:29:59 +00:00
Chris Danford 170152a04a use a font with baked shadow on options screens 2003-06-15 17:45:26 +00:00
Glenn Maynard ac5a01499c reduce dependencies 2003-06-05 23:31:00 +00:00
Glenn Maynard 35aab38460 Clarify some code.
If we're in BOTH mode, center long options; splitting them up looks
strange.
2003-05-21 01:58:47 +00:00
Glenn Maynard 4e0faadce5 Remove unused dimming code and some old unused variables.
Make a bit of implementation private.
2003-05-21 01:10:13 +00:00
Glenn Maynard 48d6a50e39 simplify 2003-04-22 00:27:52 +00:00
Chris Danford e15dcc2ab5 Load AI difficulty data at runtime from AI.ini 2003-04-21 02:41:10 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford e148806d1b add name to Actor 2003-04-12 06:16:12 +00:00
Chris Danford 04145caf72 fix subtle bugs that caused inaccurate judgment totals with AI player 2003-04-10 05:46:31 +00:00
Chris Danford fb8ccf786d use alternate choice selection on ScreenOptions automatically if text runs off right edge of screen 2003-03-31 23:03:43 +00:00
Chris Danford b209836cee change UI for rows of options that go off the edge of the Screen 2003-03-31 14:02:39 +00:00
Glenn Maynard 5c9ae0b4b1 fix a crash 2003-03-30 21:42:10 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Chris Danford 1627422e09 fix ScreenEvaluationCourse glitches
Change ScreenManager message sending methods for more precise control:
 - SendMessageToTopScreen: handle the message immediately
 - PostMessageToTopScreen: post message to queue for processing next update
2003-03-25 21:17:29 +00:00
Glenn Maynard e39dc66c34 remove TransitionInvisible 2003-03-22 19:58:44 +00:00
Chris Danford ad34d417f6 Get rid of some global strings to (shrinks release exe size by 3.5MB) 2003-03-15 19:25:37 +00:00
Chris Danford 767894800b fix transitions in ScreenGameplay 2003-03-12 03:44:55 +00:00
Chris Danford 16df407e32 Cosmetic cleanups
Added "press START for more options" to ScreenPlayerOptions
2003-03-11 08:52:45 +00:00
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00
Chris Danford 0adf3d8590 cleanup of ScreenSelect 2003-03-03 10:03:02 +00:00
Chris Danford a696414cac Actor tween cleanup
Actor scipting with Command()
modularizing menu widgets into "ModeSelector"s
move animations into metrics
2003-03-02 01:43:33 +00:00
Chris Danford ac9e58f760 overhauling editor UI 2003-02-18 23:15:38 +00:00
Chris Danford 032bf447f3 per-player NoteSkin
NoteSkin selected on PlayerOptions screen
tweaked judgement appearance
marvelous judgement glow
ActorEffect cleanup
2003-02-17 12:19:42 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Glenn Maynard 1ee14d1a89 use memset 2003-02-14 06:46:19 +00:00
Glenn Maynard 5a27d51068 fix options menu when in arcade input style 2003-02-12 00:41:56 +00:00
Chris Danford 6f445f700f more options re-org 2003-02-01 01:11:00 +00:00
Chris Danford 9a104a7b2f working on ranking 2003-01-26 07:33:03 +00:00
Chris Danford ac391552fd Changed Notes difficulty/description in preparation for edit selection system 2003-01-21 22:23:01 +00:00