Glenn Maynard
e10065b64e
fix
2003-01-31 02:49:34 +00:00
Chris Danford
3ddadbe82f
New ScreenEditMenu
2003-01-30 07:18:33 +00:00
Laurence Hartje
bac5d7ca31
Cosmetic Fix: When the music wheel appears for the first time, have the cursor on the first selectable song (based on wheel data), not based on array order (which appeared to be alphabetical).
...
TODO: Should an error be displayed when there are no selectable songs (right now only roulette and random appear when no songs are selectable)
2003-01-27 07:25:29 +00:00
Chris Danford
66e468213f
fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names.
2003-01-26 22:48:26 +00:00
Chris Danford
93c1166402
more on high score work
2003-01-22 05:29:27 +00:00
Glenn Maynard
b7abc4b9f8
stop the wheel when selected
2003-01-22 01:30:07 +00:00
Chris Danford
a6864d3ef2
Changed Notes difficulty/description in preparation for edit selection system
2003-01-21 22:35:14 +00:00
Glenn Maynard
00793032b2
add m_iMusicWheelSwitchSpeed
2003-01-21 07:04:53 +00:00
Chris Danford
1583a44506
added DDREX Nonstop mode, added beginnings of high score tracking
2003-01-21 05:14:59 +00:00
Glenn Maynard
d04dba1f89
precache wheel switches
2003-01-21 02:45:35 +00:00
Glenn Maynard
8377d8260c
Clapm the fast-moving wheel sound effects; bumps speed from 80fps
...
to 130fps for me. (I think it was starting over a hundred at a time ...)
The "random" effect was experimental. I liked the bounce, but the
effect of pulling in random songs as it spun was hacky and not too
important (and a little buggy).
Random is now like roulette, except 1: it's shuffled, 2: it moves in reverse,
and 3: it stops with a bounce instead of shifts, and 4: it spins twice as
fast. Currently, the bounce is a little bumpy; that's loading the sample
music, I think.
2003-01-19 00:47:06 +00:00
Glenn Maynard
b40f81146c
add ItemCurveX
2003-01-17 01:13:53 +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
Chris Danford
7d1c2ea22e
removed dependency on plib, updated installer, fixed warnings
2003-01-08 04:16:39 +00:00
Glenn Maynard
15bce504c9
deal with odd first characters (such as unicode)
2003-01-06 04:55:39 +00:00
Glenn Maynard
55e92e771d
s/CArray<x,y>/vector<x>/g
2003-01-03 05:56:28 +00:00
Glenn Maynard
f4dbed8221
stl-ize some stuff
2003-01-03 05:29:45 +00:00
Glenn Maynard
fa0e0a387a
add random
2003-01-03 03:24:00 +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
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
c274e0b8eb
wheel handles its own fast scrolling
2003-01-02 02:59:25 +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
3d815f5ce9
err
2002-12-30 22:40:52 +00:00
Glenn Maynard
2d7a944f61
pull out common code
2002-12-30 22:40:34 +00:00
Glenn Maynard
4cee9ed975
move this function out of the header
2002-12-30 21:57:54 +00:00
Glenn Maynard
76af3c3436
add an option to disable song sections
2002-12-30 21:42:14 +00:00
Glenn Maynard
551f5adb16
and more of the same
2002-11-16 08:55:46 +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
2b16872bd5
some more s/GetSize/size/ and other minor STLisms
2002-10-31 02:46:42 +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
7e08ea8408
get rid of some SetSize calls
2002-10-24 20:16:46 +00:00
Glenn Maynard
d5b1f36775
some MFCisms to STLisms (both currently work on CArray)
2002-10-24 19:53:13 +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
5e9a6a4df6
Added fade between movies and touched up some graphics
2002-10-10 04:11:30 +00:00
Chris Danford
6bc7b349fb
Songs not in same group as extra stage can now be used as an extra stage
2002-10-09 06:57:37 +00:00
Chris Danford
fcb66151b0
Fixed MusicSort icon not showing
2002-10-07 07:16:40 +00:00
Chris Danford
f4ef92ab81
Fixed Grade display on MusicWheel not corresponding to top score
2002-10-07 05:45:59 +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
Glenn Maynard
661d55c972
simplify
2002-09-10 02:37:17 +00:00
Glenn Maynard
4f8d20d90d
... and associated cast changes.
2002-09-09 02:59:48 +00:00
Glenn Maynard
6862fedc38
remove unused variables
2002-09-07 10:15:27 +00:00
Glenn Maynard
c024ac408a
/* */
2002-09-07 09:35:59 +00:00
Glenn Maynard
2aaf1373d6
remove slightly confusing comment
2002-09-06 21:25:07 +00:00
Glenn Maynard
d0ac7e9068
trivial
2002-09-06 10:13:46 +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
Glenn Maynard
1e6faf12a6
Instead of choosing random songs in Endless, pre-shuffle them to
...
avoid repetition.
2002-09-04 03:29:42 +00:00
Chris Danford
7ab487072f
option icons working, new font format, more theme metrics cleanup
2002-09-03 22:31:06 +00:00