Steve Checkoway
b0750b3373
Add libresample.a target. General update.
2003-09-24 22:52:08 +00:00
Glenn Maynard
38b1b2dbe5
update
2003-09-24 22:36:55 +00:00
Glenn Maynard
02d35818aa
use RageSoundReader_Resample::MakeResampler
2003-09-24 22:33:00 +00:00
Glenn Maynard
6954e0facf
Move the linear resampler to RageSoundReader_Resample_Fast.
...
Add RageSoundReader_Resample_Good, using libresample.
2003-09-24 22:31:34 +00:00
Glenn Maynard
83c58f3b3a
Add libresample, to improve resample quality.
2003-09-24 22:18:13 +00:00
Glenn Maynard
3fa1cd504e
remove for real this time
2003-09-24 20:33:58 +00:00
Steve Checkoway
db9c9be50d
update
2003-09-24 11:43:27 +00:00
Steve Checkoway
b23fb8efff
Move ErrorDialog to ArchHooks
2003-09-24 09:50:07 +00:00
Steve Checkoway
e4b14cc302
Move ErrorDialog into ArchHooks. Simplify ArchHooks_darwin.
2003-09-24 09:46:52 +00:00
Steve Checkoway
c83d60ab5e
Fix warning
2003-09-24 09:39:09 +00:00
Sean Burke
25c6a97c3b
Makefile fix.
2003-09-24 06:10:05 +00:00
Glenn Maynard
cd195398ea
#define O_BINARY
2003-09-24 06:02:27 +00:00
Glenn Maynard
8994cf8cb7
fix play alignment in the editor
2003-09-24 02:27:47 +00:00
Glenn Maynard
49900b445e
Fix assert.
...
Always open() files with O_BINARY, so Windows doesn't mess with
data. We can handle newlines on our own.
2003-09-24 02:00:13 +00:00
Glenn Maynard
a12b841a4f
cleanup
...
add GetUndisplayedBeats
2003-09-23 23:56:15 +00:00
Glenn Maynard
03a778d642
different fNoteFieldLastBeatToDraw per-player
2003-09-23 23:23:09 +00:00
Glenn Maynard
47ff0c20c9
Fix input map problems.
2003-09-23 21:44:09 +00:00
Glenn Maynard
4ce1564d8a
Simplify.
...
Fix danger animation throwing off background sync.
2003-09-23 19:26:36 +00:00
Sean Burke
2bd4dbd600
A few minor updates to the Makefile.
2003-09-23 09:01:17 +00:00
Chris Danford
4087097cf4
better redir error checking
2003-09-23 05:39:47 +00:00
Chris Danford
cda57e7c5d
fix Model bugs exposed by use in NoteDisplay
2003-09-23 05:39:24 +00:00
Glenn Maynard
31e4d6757d
fix comment
2003-09-23 05:14:41 +00:00
Glenn Maynard
e6f31a6345
remove ErrorDialog
2003-09-23 05:12:05 +00:00
Glenn Maynard
6f82722250
Move ErrorDialog into ArchHooks.
2003-09-23 05:06:13 +00:00
Glenn Maynard
24b9c2f4c0
Simplify ErrorDialog.
2003-09-23 04:57:23 +00:00
Glenn Maynard
07e7a0633e
fix possible overrun
2003-09-23 04:47:16 +00:00
Glenn Maynard
0d48725961
no need to nul termiante this buffer
2003-09-23 04:46:01 +00:00
Glenn Maynard
286d20b818
minor optimization
2003-09-23 04:38:24 +00:00
Glenn Maynard
4029f242ea
remove old comment
2003-09-23 04:26:29 +00:00
Glenn Maynard
79d8228f7f
simplify
2003-09-23 04:15:44 +00:00
Glenn Maynard
103c3f83da
Simplify and clarify.
2003-09-23 04:15:04 +00:00
Glenn Maynard
7df218167b
Remove numSidesJoinedToPlay.
2003-09-23 04:00:03 +00:00
Glenn Maynard
21b4ee8c23
Cleanup. Use StyleDef::NumSidesJoinedToPlay.
2003-09-23 03:59:31 +00:00
Glenn Maynard
a513f1f683
add StyleDef::NumSidesJoinedToPlay
2003-09-23 03:55:18 +00:00
Glenn Maynard
ba28f7f57f
cleanup
2003-09-23 03:41:48 +00:00
Glenn Maynard
ee6d4f3f00
fix leak
2003-09-23 01:24:20 +00:00
Christopher Pitman
3116c6493a
This is a fix for: [ 806799 ] Number of songs to be played is displayed incorrectly.
...
The ScreenSelectStyle Info graphics are modified to omit the "Max Stage 3" text on the info graphics, since it cannot change when people change their system settings. Beyond that, it isn't true for Nonstop and Endless.
(This is my first time revising anything, if I am steeping on anyones toes I'd like to know how to work with this better)
-Chris Pitman
2003-09-23 00:40:43 +00:00
Glenn Maynard
18a45487ab
Cache mtimes.
2003-09-23 00:09:10 +00:00
Glenn Maynard
adafc1114f
maybe fix case issues
2003-09-23 00:07:11 +00:00
Steve Checkoway
efc65a20d8
Add virtual dtor to RageDisplay.
2003-09-22 23:37:33 +00:00
Glenn Maynard
d268e3bb16
Round, don't truncate.
2003-09-22 22:26:45 +00:00
Glenn Maynard
bc31b9ec65
Fix Perfects having a base score of 10 instead of 9 when Marvelous is always on (not set to "course only").
...
Fix OK being worth 3 DP instead of 2 DP when Marvelous is set to "course only" and we're not playing a course.
Add an assert. Remove old code.
2003-09-22 22:11:18 +00:00
Glenn Maynard
787cebdda7
dur
2003-09-22 21:44:28 +00:00
Glenn Maynard
bc3d722afe
This is needed for now; put it back until I find a better way to discard
...
old data.
2003-09-22 21:39:27 +00:00
Glenn Maynard
a71be72a18
Don't read this before writing (discard obsolete and empty values)
2003-09-22 20:28:46 +00:00
Steve Checkoway
86889431fb
Add files for vsync
2003-09-22 11:19:34 +00:00
Steve Checkoway
445c593b2a
Add vsync for OS X.
2003-09-22 11:14:31 +00:00
Steve Checkoway
9f5c43d8a6
Fix warnings. No seriously, do it this time.
2003-09-22 11:08:13 +00:00
Steve Checkoway
8ae984d8f6
Fix warnings. Where did %D come from???
2003-09-22 10:48:05 +00:00
Steve Checkoway
a906e9d37a
I trust that this was what was intended.
2003-09-22 10:04:43 +00:00