Ben Anderson
b103519bd7
Added DifficultyDisplay to the build
2003-06-18 15:52:34 +00:00
Steve Checkoway
77cfa7b87a
Use local-endian screenshots. (This didn't just switch it for everybody screwing up little-endian machines did it?)
2003-06-18 09:56:46 +00:00
Steve Checkoway
426c8736b7
OS X only -
...
1. Change the quit key press from alt-F4 to CMD-Q.
2. Change the screenshot key from SysReq (which macs don't have) to keypad '*'.
All -
When taking screenshots it was using a 4 digit number but the counter was only going from 0000 to 0999. Fixed.
2003-06-18 09:33:22 +00:00
Steve Checkoway
04a324f96d
Added the two new files.
2003-06-18 08:05:32 +00:00
Steve Checkoway
7054e7ab7b
Fix the samplerate constant. Stupid mistake. I wondered why everything played too fast.
2003-06-18 08:04:05 +00:00
Glenn Maynard
b7253384ca
update
2003-06-18 07:14:11 +00:00
Glenn Maynard
52f915d0f8
add DifficultyDisplay
2003-06-18 07:10:03 +00:00
Glenn Maynard
3a434fa123
(stop that, VC)
2003-06-18 07:09:43 +00:00
Glenn Maynard
53f66debdc
fix
2003-06-18 07:08:26 +00:00
Glenn Maynard
321adf57e0
add DifficultyDisplay
2003-06-18 07:03:51 +00:00
Glenn Maynard
c3eda88045
add DifficultyDisplay metrics (disabled at the moment)
2003-06-18 07:01:22 +00:00
Glenn Maynard
81fbead16b
split this up
...
Fix losing keyboard input when changing graphics settings (this happened
with the old code, too).
2003-06-18 05:43:12 +00:00
Glenn Maynard
4b1a6c4e1a
This doesn't use anything from DifficultyIcon; it's really just a Sprite.
2003-06-18 05:02:50 +00:00
Glenn Maynard
a76f972dba
(why was this commented out?)
2003-06-18 04:25:49 +00:00
Glenn Maynard
8b4c104f44
fix rounding error (patch from Steve Towle)
2003-06-18 04:24:12 +00:00
Glenn Maynard
742a009692
tune
2003-06-18 04:11:33 +00:00
Glenn Maynard
ad344a891a
update
2003-06-18 03:26:40 +00:00
Glenn Maynard
ec535ef246
tweak
2003-06-18 00:26:34 +00:00
Glenn Maynard
352dc15d49
GroupList tweening
2003-06-18 00:10:52 +00:00
Glenn Maynard
2d64af7a93
fix PO_STEP
2003-06-18 00:07:56 +00:00
Glenn Maynard
bcd4121686
handle group banners in the parent dir
2003-06-17 21:34:43 +00:00
Glenn Maynard
6e6963d5c7
try to fix snapping with hold notes
...
before, we were setting spurious TAP_HOLD_HEADs, and we
weren't checking hold tails, which would cause taps to be moved inside
the tail end of holds
2003-06-17 20:28:32 +00:00
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
708ab35de9
use sections in SORT_BPM
...
choose sort from list in MusicWheel
2003-06-16 17:26:01 +00:00
Chris Danford
96c29c6566
remove ScreenPlayerOptions2
2003-06-16 17:24:53 +00:00
Glenn Maynard
d89b8418ad
some TM4, etc
2003-06-16 08:32:29 +00:00
Glenn Maynard
4ca477eede
add some TM4 characters
2003-06-16 08:31:42 +00:00
Glenn Maynard
ad6792ce65
add Yoko Kanno and the Seatbelts
2003-06-16 08:08:02 +00:00