Commit Graph

272 Commits

Author SHA1 Message Date
Glenn Maynard 6cd9b429b7 abstract music completely 2003-01-21 02:16:40 +00:00
Glenn Maynard 43be2063b6 speed up score tween during sort change
fix it flying off screen when changing sorts more than once

add new tween mechanism for tweens that interrupt current tweens
but end up coming back to the same place when they're done
2003-01-16 05:09:13 +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 47f88599e7 minor fixes 2003-01-03 03:40:39 +00:00
Glenn Maynard f04d8d6f44 cleanup 2003-01-02 23:20:18 +00:00
Glenn Maynard bb8940adad Add and use accessors for most of Notes.
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard 6f91b6fa0a move stuff over 2003-01-02 08:13:34 +00:00
Glenn Maynard 24a3592741 get rid of MUSIC 2003-01-02 07:54:28 +00:00
Glenn Maynard db041c3900 change over music 2003-01-02 07:45:05 +00:00
Glenn Maynard 94216ccaa2 use PlayMusic 2003-01-02 07:39:58 +00:00
Glenn Maynard 18320299f0 use PlayMusic 2003-01-02 07:39:25 +00:00
Glenn Maynard b9c4b14002 use new musicwheel and fadingbanner code 2003-01-02 03:00:53 +00:00
Andrew Livy 9941c7c3bb BM Gametype (no keysounds yet, its just DDR with BM keys :D) + Metricable default scrolling direction support 2003-01-01 17:20:36 +00:00
Glenn Maynard ea528c863c fix sample music occasionally not starting 2002-12-19 03:57:33 +00:00
Chris Danford 628dea9da7 OpenGL checkin. Movie textures, texture stretch, texture dither, and 16 bit textures are broken. 2002-11-11 04:53:31 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard 7e9905995d some more s/GetSize/size/ and other minor STLisms 2002-10-31 03:16:02 +00:00
Chris Danford 73f7db6b15 Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code. 2002-10-28 05:30:45 +00:00
Glenn Maynard 5c841f287b s/RemoveAll/clear/g 2002-10-24 20:15:24 +00:00
Glenn Maynard 5bbbbdcf92 Remove multiple notetypes per style. Not used, just clutter now. 2002-10-14 00:28:27 +00:00
Chris Danford fcb66151b0 Fixed MusicSort icon not showing 2002-10-07 07:16:40 +00:00
Chris Danford 107a1521e6 Added separate icon for smaniac 2002-10-06 16:56:58 +00:00
Chris Danford aa933bcee7 fixed size of score font on select music 2002-10-05 21:28:47 +00:00
Chris Danford 29e7a8c19a Moving selection over roulette or section header doesn't stop previous sample music. 2002-10-02 16:56:09 +00:00
Chris Danford ad6c239858 ugh. Cleanup of ez2's menubganimations. 2002-09-29 05:06:18 +00:00
Chris Danford 899e226f38 Moved backgrounds into "Backgrounds" assets folder. Any BGAnimation may be used now.
Cleaned up many, many graphics.
2002-09-23 07:35:47 +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
Chris Danford 326b1d4df0 Missing a music file is no longer a fatal error. 2002-09-16 00:56:30 +00:00
Chris Danford 9ef03e7fea forgot to check in explanation font 2002-09-11 00:32:11 +00:00
Chris Danford 3ac10acfa2 Disabled codes during Extra Stages 2002-09-10 08:32:42 +00:00
Chris Danford 44a27f646f Fixed popping notes problem with V, Colors and more. Fixed background movie synch. 2002-09-10 08:21:55 +00:00
Chris Danford ccc43c8502 checking in SMMAX2 theme and small fixes to themes and smpackage 2002-09-09 05:22:02 +00:00
Glenn Maynard 6862fedc38 remove unused variables 2002-09-07 10:15:27 +00:00
Glenn Maynard d4f750d6b3 simplify 2002-09-07 09:37:27 +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 1ad9214a53 fixes for missing/incorrectly named theme elements 2002-09-03 22:59:53 +00:00
Chris Danford 7ab487072f option icons working, new font format, more theme metrics cleanup 2002-09-03 22:31:06 +00:00
Glenn Maynard 58223a239a FIx score tweening during sort change. This also fixes assertion
failures pressing left/right when changing tweens .
2002-09-03 21:12:02 +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
Glenn Maynard 6816c3b433 comments 2002-08-30 22:53:31 +00:00
Chris Danford 6e5ebcf30c Ez2 changes 2002-08-29 20:18:41 +00:00
Andrew Livy e6d02e9648 Adjusted Metrics So The SelectPlayer Screen looks as it should 2002-08-28 23:20:41 +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 941d9cb24d Moving more constants into theme metrics. 2002-08-27 16:53:25 +00:00
Chris Danford 142002091a Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff 2002-08-27 03:59:22 +00:00
Glenn Maynard 46a56d0ce4 Comment out message that's breaking song selection. 2002-08-23 00:28:13 +00:00