Commit Graph
54 Commits
Author SHA1 Message Date
Glenn Maynard 3299263db9 options out transition 2004-02-19 03:56:50 +00:00
Andrew Livy 2b66e1590e Add on-screen graphics elements to represent non-joined players on music select screen 2004-01-22 04:31:31 +00:00
Chris Danford 6a499d0403 add separate easier, harder sounds 2004-01-10 21:35:39 +00:00
Andrew Livy 2dfb994fe0 Added: TotalScore element on Evaluation Screen
Title, Artist and Current Character Icon's for the Stage Screen
2003-12-19 09:30:54 +00:00
Glenn Maynard 588836df07 generic beat sync 2003-12-18 08:53:38 +00:00
Andrew Livy 59cbb8a170 Character Icons for pop'n music support on music select screen (metric-command-hidden by default) 2003-11-21 04:35:06 +00:00
Glenn Maynard 90def101d9 add ScreenSelectMusic wheel under 2003-11-18 21:55:29 +00:00
Glenn Maynard 60576e4492 use PaneDisplay 2003-11-17 06:13:12 +00:00
Glenn Maynard 3253e066a4 add DifficultyList 2003-11-17 04:29:14 +00:00
Glenn Maynard 367076508b MachineRank 2003-11-17 04:12:20 +00:00
Glenn Maynard 74da60c75a add ArtistDisplay 2003-11-17 02:52:03 +00:00
Glenn Maynard e164b6d08b more consistent 2003-11-16 21:51:02 +00:00
Glenn Maynard 370fbba79f AutoActor for ScreenSelectMusic banner frame 2003-11-14 17:56:10 +00:00
Glenn Maynard c15e0cec49 Allow screen aliasing. 2003-09-27 22:30:51 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard 3967e4ca80 Adjust fail mode after player options, not before. 2003-07-24 03:54:34 +00:00
Glenn Maynard b485365e26 simplify 2003-07-21 22:45:18 +00:00
Glenn Maynard 530ef62c4a Clean up course lists. Allow showing courses in SSM (not currently available). 2003-07-20 05:13:45 +00:00
Glenn Maynard cfe1441b6d Retain the difficulty specified in extra1/extra2.crs.
This has a side-effect: with "pick extra stage" on, you're stuck with the
difficulty of the song specified, even if you pick a different stage.
2003-06-25 06:30:13 +00:00
Glenn Maynard 52f915d0f8 add DifficultyDisplay 2003-06-18 07:10:03 +00:00
Glenn Maynard 5a01a6977e Implement CDTitles using culling, so dimming always happens at the
right time.
2003-05-20 05:31:38 +00:00
Chris Danford 54bedc3eba clean up RageDisplay methods, add ability to mask song banner
The masking uses the Z-buffer under the assumption that some cards don't have a stencil.  Should we be using the stencil instead?  It doesn't really matter because we never need both the Z buffer and stencil buffer simultaneously.
2003-05-15 06:09:19 +00:00
Chris Danford e828fc3f5d working on GrooveGraph 2003-04-22 08:43:12 +00:00
Chris Danford 7e586c3c8b fix long/marathon balloons 2003-04-21 22:26:07 +00:00
Chris Danford 9082e86695 Fixed wrong score numbers on ScreenGameplay and ScreenEvaluation 2003-03-28 23:13:32 +00:00
Chris Danford 53dda2b1db Add roulette and random music on ScreenSelectMusic 2003-03-25 22:23:58 +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 080a92450c SelectGroup animations converted to commands
ScreenStage animations converted to TransitionBGAnimations
Changed all Stage BitmapTexts to Sprites
2003-03-10 00:16:49 +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 56d4d42ef8 Added Long ver, Marathon ver balloons on Select Music 2003-02-23 01:53:36 +00:00
Glenn Maynard 0206b83aa0 delay before accepting a held START for options menu
don't delay if it's actually re-pressed
2003-02-10 22:10:12 +00:00
Chris Danford 7a810c1378 Long Marathon and Marathon Ver logic and graphics (floating bubble still to come) 2003-02-10 05:30:12 +00:00
Glenn Maynard 7f59ed4ba5 turn off autofail by default for beginner/easy; turn off failure
completely for beginner first stage
2003-02-05 01:26:46 +00:00
Andrew Livy 78d66da3d3 BGAnimation Layer now has a -really poor- tweening mechanism.
It barely takes into account -time-.

Pump How To Play BGA Screen now kinda complete, and uses the mechanism
(this is a for a demonstration on the kinds of things we need to support in
BGALayer to make truly unique animations, it shouldn't be carved in stone
and used as THE BGA Tweening system as it is.)
2003-01-12 18:41:24 +00:00
Chris Danford 3ff91dffb0 NEW FEATURE: AutoSync status now shown during gameplay with icon
NEW FEATURE:  added autogen icon to select music
NEW FEATURE:  toggle for easter eggs in Machine Options
NEW FEATURE:  marvelous step timing togglable in Machine Options
NEW FEATURE:  Grade AAAA (all marvelous)
CHANGE:  Only show ScreenHowToPlay if at least one player chose easy
2003-01-11 08:55:21 +00:00
Glenn Maynard 55e92e771d s/CArray<x,y>/vector<x>/g 2003-01-03 05:56:28 +00:00
Glenn Maynard 6f91b6fa0a move stuff over 2003-01-02 08:13:34 +00:00
Glenn Maynard 2b6201b066 get rid of RandomStream 2003-01-02 07:10:18 +00:00
Glenn Maynard b9c4b14002 use new musicwheel and fadingbanner code 2003-01-02 03:00:53 +00:00
Chris Danford 107a1521e6 Added separate icon for smaniac 2002-10-06 16:56:58 +00:00
Chris Danford bce306dcdc Move Numbers graphics into separate Number asset folder
Added precise timing window adjustment for each judge grade
Changed "hold START for options" to a Sprite
2002-09-22 18:18:50 +00:00
Glenn Maynard 13d6d5f116 Couples stuff. Not complete, but functional; more coming and this
stuff needs testing.
2002-09-06 08:56:28 +00:00
Chris Danford 1c90b8236f added MAX-style options navigation and moved more constants into theme metrics 2002-09-04 03:49:08 +00:00
Chris Danford 40277568d0 option icons are almost working... 2002-09-03 06:33:08 +00:00
Chris Danford 7d4cf73000 half-finished codes, options icons, and two new modifiers. 2002-09-02 21:59:58 +00:00
Chris Danford a8a99fe828 Moved more constants into theme metrics 2002-08-28 22:42:40 +00:00
Chris Danford 7922f5bbc7 Updated AnnoucerManager::GetPathTo to act like ThemeManager. More theme and Ez2 cleanup. 2002-08-27 23:31:41 +00:00
Chris Danford 7766338beb more bug fixes 2002-08-20 21:00:56 +00:00
Chris Danford 7c1bfb3a0d big checkin - new noteskin format and XY positioning. I probably broke a lot of things. 2002-08-13 23:26:46 +00:00
Chris Danford 4c12a0921b Fixes to Extra Stage 2002-08-01 13:42:56 +00:00