Commit Graph

5673 Commits

Author SHA1 Message Date
Glenn Maynard eaa2fe11df use m_iSoundResampleQuality 2003-09-25 01:48:09 +00:00
Glenn Maynard c8a7ddf365 add m_iSoundResampleQuality 2003-09-25 01:37:56 +00:00
Glenn Maynard 601e561ec9 Cleanup, fix rare div/0 errors. 2003-09-25 01:21:01 +00:00
Glenn Maynard a079ab6831 fix output 2003-09-25 00:55:00 +00:00
Glenn Maynard acd42b6a87 cleanup 2003-09-25 00:46:51 +00:00
Glenn Maynard c9a265d5f8 MP3 GetLength is const now, so we can clean this up, too. 2003-09-25 00:43:10 +00:00
Glenn Maynard d692834d07 Make GetLength and GetLength_Fast really const 2003-09-25 00:34:01 +00:00
Glenn Maynard 9dc7d196af fix RageSoundReader_WAV::get_length_fmt_adpcm 2003-09-25 00:30:15 +00:00
Glenn Maynard acfe861e0d update 2003-09-25 00:13:05 +00:00
Glenn Maynard c78896dba4 libresample.a 2003-09-24 23:56:19 +00:00
Steve Checkoway 713bc89089 Use group relative paths 2003-09-24 22:57:32 +00:00
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