Glenn Maynard
16ca3937d9
Remove old code.
2003-07-20 20:10:54 +00:00
Glenn Maynard
5cb0b4f7cd
Split up the course sort into four sorts: all courses, and one ofr each
...
course mode.
Fix score not tweening when switching sorts via the menu.
Rename SORT_SORT to SORT_MODE. Add metrics to define what
sorts are listed. This can also change modes, but this has only been
tested for changing the play mode, not the play style.
2003-07-20 08:54:31 +00:00
Glenn Maynard
683f2fc28e
simplify and optimize section sort
...
fix two "OTHER" groups
2003-06-19 06:24:41 +00:00
Chris Danford
32fd0062a9
use sections in SORT_BPM
...
choose sort from list in MusicWheel
2003-06-16 17:28:58 +00:00
Chris Danford
ee47352dd0
working on perspective stuff for tilted menu items
2003-04-23 05:54:56 +00:00
Chris Danford
1b38fe101c
Show banners while MusicWheel is moving fast.
...
Broke SORT_GROUP into SORT_PREFERRED/SORT_GROUP (like DDREX)
2003-04-19 18:51:13 +00:00
Glenn Maynard
4e8eb0a96f
add missing header
2003-04-11 15:53:32 +00:00
Chris Danford
5797abc611
Added Use3D metric to MusicWheel
...
Added GrooveGraph class
2003-04-02 04:41:49 +00:00
Chris Danford
e9f44f14a7
WheelItemDisplay -> MusicWheelItem
...
clean up header dependencies in MusicWheel classes
2003-03-31 23:06:15 +00:00
Chris Danford
b5e749885a
graphics cleanup in default theme, SMMAX2
2003-03-31 03:11:31 +00:00
Chris Danford
7e1f393413
Split CachedThemeMetric into separate types (CString, int, float) to prevent ambiguous types when casting
2003-03-26 19:15:38 +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
Glenn Maynard
82cf574af6
cleanup and quiet gcc compile
2003-02-17 20:38:57 +00:00
Glenn Maynard
0ff6f863ee
s/Song.h/song.h/
...
I'd prefer "Song.h", but it's not worth losing history for, and SF will
choke on that rename anyway.
2003-02-16 04:28:17 +00:00
Glenn Maynard
bcf4d2f604
Rename title accessors in Song.
...
Add a preference to prefer transliterations. Press F9 in the music
select screen to toggle it ("what's that kanji again?"); appearance
options entry forthcoming.
Hopefully fix wheel sections; we were assuming that sections were
always sorted the same as the songs in them, but this isn't true
with "OTHER".
2003-02-11 23:52:18 +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
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
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
55e92e771d
s/CArray<x,y>/vector<x>/g
2003-01-03 05:56:28 +00:00
Glenn Maynard
fa0e0a387a
add random
2003-01-03 03:24:00 +00:00
Glenn Maynard
6f91b6fa0a
move stuff over
2003-01-02 08:13:34 +00:00
Glenn Maynard
c274e0b8eb
wheel handles its own fast scrolling
2003-01-02 02:59:25 +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
5830d4cc97
old comment
2002-12-22 08:10:51 +00:00
Glenn Maynard
24cc7a3c04
Get rid of all other #pragma once's, except the one in StdAfx.h.
...
(three cheers for perl)
2002-11-16 08:07:38 +00:00
Glenn Maynard
8f4e1a1675
unneeded header
2002-11-10 23:07:38 +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
Chris Danford
29e7a8c19a
Moving selection over roulette or section header doesn't stop previous sample music.
2002-10-02 16:56:09 +00:00
Jared Roberts
9d22cf3b80
Split transliterations into title, subtitle and artist
...
Add naming submenu for the edit screen wherein title, subtitle, artist and their
transliterations can be changed
Remove the top-level keys for same actions
Make edit screen submenus shortcut-key friendly
2002-09-26 06:05:32 +00:00
Jared Roberts
a6e74da707
Added #TRANSLITERATION tag, and made it preferred over
...
the full title when sorting.
Also noticed that a lot of string copying is done during the ABC sort
(and it's call to GetFullTitle)-- optimizing this away may make in-between
songs go much faster...
2002-09-16 05:49:46 +00:00
Chris Danford
142002091a
Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff
2002-08-27 03:59:22 +00:00
Chris Danford
7766338beb
more bug fixes
2002-08-20 21:00:56 +00:00
Chris Danford
0e5f97143e
optimizations
2002-08-19 20:02:30 +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
Bruno Figueiredo
0214345076
added extra stage course support (.crs file with #EXTRA tag)
...
and some bugs fixed...
2002-07-31 04:06:34 +00:00
Chris Danford
936fabbe85
more fixes to Oni and courses
2002-07-27 19:29:51 +00:00
Chris Danford
317c352a9b
Various bug fixes. See changelog.
2002-07-23 01:41:40 +00:00
Chris Danford
f8118fea49
no message
2002-06-30 23:19:33 +00:00
Chris Danford
a44b557d1b
no message
2002-06-29 11:59:09 +00:00
Chris Danford
c2d9b195cc
no message
2002-06-24 22:04:31 +00:00
Andrew Livy
f1e3334757
Ez2 Checkin. (No song select yet)
2002-06-23 11:43:53 +00:00
Chris Danford
1500459bb1
no message
2002-06-23 02:50:33 +00:00
Chris Danford
0bc6e1ec7e
weekend checkin
2002-06-14 22:25:22 +00:00
Chris Danford
bfc327df13
no message
2002-05-29 09:47:24 +00:00
Chris Danford
f3c360a7d6
chugging away at 3.0
2002-05-28 20:01:22 +00:00
Chris Danford
2f80235590
no message
2002-05-19 01:59:48 +00:00
Chris Danford
6f1c1e4619
no message
2002-05-01 19:14:55 +00:00