Glenn Maynard
a68b8a117e
somewhat fix snapping
...
hold notes are still a little odd
2003-06-17 20:08:17 +00:00
Glenn Maynard
e6ce3c8e5c
whoops
2003-06-17 20:00:30 +00:00
Glenn Maynard
ae61c0d7be
add missing quantize types
2003-06-17 19:56:29 +00:00
Thad Ward
ae028273a5
Fixed an output dir in the VC6 project file, left over from having 4 targets
2003-06-17 19:55:57 +00:00
Glenn Maynard
8623f4dfad
fix course selection
2003-06-17 19:26:56 +00:00
Glenn Maynard
121fa91c67
fix expand
2003-06-17 19:26:16 +00:00
Glenn Maynard
6d384b4ee6
alt- for finer bpm adjustment
2003-06-17 06:24:13 +00:00
Glenn Maynard
e96cb79c5f
support more axes
2003-06-17 06:05:10 +00:00
Glenn Maynard
c06ac1a83a
fix
2003-06-17 05:49:11 +00:00
Glenn Maynard
16bbc4703a
update
2003-06-17 05:24:24 +00:00
Glenn Maynard
c81cffa743
use our DI code, not SDL's
2003-06-17 05:20:58 +00:00
Glenn Maynard
88995a73c6
implement native DirectInput code
2003-06-17 05:01:49 +00:00
Ben Anderson
7335e3a51d
GCC had a complaint re: ISO compliance, this shut it up
2003-06-16 23:23:03 +00:00
Ben Anderson
a0eb0316da
Whoops, we don't have ScreenPlayerOptions2 anymore
2003-06-16 22:02:03 +00:00
Chris Danford
a3e4ebca3f
fix incorrect window title and lost alpha in window icon
2003-06-16 20:54:10 +00:00
Chris Danford
6edf835853
add sort by Artist, Top Grade
2003-06-16 20:23:07 +00:00
Glenn Maynard
4074327d40
fix up tweens
2003-06-16 20:01:18 +00:00
Glenn Maynard
ad580a760d
add SetGlobalDiffuseColor, SetGlobalX, SetDiffuseAlpha
2003-06-16 20:00:10 +00:00
Glenn Maynard
5e1cde48fb
detect square (diagonal) banners, and give a small margin of error
2003-06-16 18:26:24 +00:00
Glenn Maynard
568e27849e
Oops. If we were loading a banner where it was already loaded, we'd
...
see that it was loaded, and then load it--over a sprite that already had
it loaded, which caused it to get unloaded, lose refcount and get purged
and reloaded from scratch.
Just don't do that; always fade through the low-quality banner.
2003-06-16 18:25:14 +00:00
Glenn Maynard
d5b1390afb
fix strange tween-in
...
remove old metric defines
2003-06-16 17:34:20 +00:00
Glenn Maynard
cdb5c0291d
add FinishTweening
2003-06-16 17:33:28 +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
96c29c6566
remove ScreenPlayerOptions2
2003-06-16 17:24:53 +00:00
Glenn Maynard
15ab5fcc5e
detect oversize banners
2003-06-16 08:03:20 +00:00
Glenn Maynard
81626a981d
fix crash on songs with no banner
2003-06-16 07:54:17 +00:00
Glenn Maynard
21495c6a72
fix menus not being top-aligned
2003-06-16 03:58:16 +00:00
Glenn Maynard
0e976b3ad2
Move options back to the first page. (Havn't removed the other one yet.)
2003-06-16 03:44:15 +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
Ben Anderson
963ad8e4b4
Added ScreenPlayerOptions2 to the build
2003-06-15 17:53:58 +00:00
Ben Anderson
bb56cc6f80
course.h and Course.h are NOT the same thing on Linux, sorry about that
2003-06-15 17:45:57 +00:00
Chris Danford
170152a04a
use a font with baked shadow on options screens
2003-06-15 17:45:26 +00:00
Chris Danford
08d60ad58b
update VC7 project
2003-06-15 17:07:16 +00:00
Chris Danford
c743e97f6e
break PlayerOptions selection into two screens (is there any other solution?)
...
add lines for Step selection and Character selection
2003-06-15 17:05:51 +00:00
Chris Danford
4dd5f4cc09
Don't stretch font textures
2003-06-15 06:48:32 +00:00
Glenn Maynard
12f058664f
fix spurious warnings
2003-06-15 02:19:58 +00:00
Glenn Maynard
65c51af8a4
banner cache for course banners
2003-06-15 02:07:31 +00:00
Glenn Maynard
375c2df8ff
comments, cleanup
2003-06-15 01:56:27 +00:00
Glenn Maynard
0573864206
banner cache for group banners
2003-06-15 01:53:51 +00:00
Glenn Maynard
4cf2fc91e3
Disable these warnings; I have so many partial courses I can't find
...
the *real* warnings.
2003-06-15 01:24:12 +00:00
Glenn Maynard
de4bf7288b
put the group sort back to group and title
2003-06-15 01:06:40 +00:00
Glenn Maynard
d34f92f535
oops.
2003-06-15 00:58:59 +00:00
Glenn Maynard
42a2098c51
not needed anymore
2003-06-15 00:58:46 +00:00
Glenn Maynard
06af315dfd
Refactor:
...
It seems to be no big deal to have a lot of small files; I think it's the
actual scan of the song tree that's expensive. Simplify with this in
mind.
Load song banners when the song is loaded, so we don't load banners
for songs that aren't there.
Avoid touching the original banner when we're simply loading.
2003-06-15 00:57:05 +00:00
Glenn Maynard
17f2a9c906
cleanup
2003-06-14 23:44:24 +00:00
Glenn Maynard
026903bbd1
add UncacheSongBanner
2003-06-14 23:30:21 +00:00
Glenn Maynard
cdd3714a6c
Don't warn for missing banner cache files.
...
Fix const.
2003-06-14 23:21:47 +00:00
Glenn Maynard
f76757667e
m_iImage* is the size of the image within the texture
2003-06-14 23:02:44 +00:00
Glenn Maynard
b94872cf4e
fix assist tick turning off between songs in a course
2003-06-14 22:58:21 +00:00