Commit Graph
12217 Commits
Author SHA1 Message Date
Glenn Maynard 080c78c0dc Handle adding a duplicate BPM segment in a well-defined way: overwrite
the old one, don't put duplicate segments in the BPM list.
2004-10-26 19:18:03 +00:00
Glenn Maynard 206ce1aa0b stop going to lengths to avoid copying sounds in the BGM; copying
needs to be fast, anyway
2004-10-26 19:10:57 +00:00
Glenn Maynard 55fc410ac1 simplify 2004-10-26 18:35:36 +00:00
Glenn Maynard 20a278fb92 optimize 2004-10-26 18:34:52 +00:00
Charles Lohr dc035dbe71 Fix: Don't let the selector continue flying around after the user selected. 2004-10-26 18:30:22 +00:00
Charles Lohr e77abc84ab Fix: Allow 2.00 sec wait period to be changed. 2004-10-26 18:18:53 +00:00
Charles Lohr 465c98dbab Fix for some linking errors since no one added the files to the VC6 project. 2004-10-26 18:13:32 +00:00
Ryan Dortmans 10ad2092f4 Set up network at startup. 2004-10-26 11:56:08 +00:00
Thad Ward e2aaf8db04 add RageSoundReader_Chain and RageSoundUtil 2004-10-25 22:35:56 +00:00
Ryan Dortmans 0e3fe5d6cc Allow keyboard input using Xbox pad 2004-10-25 12:40:05 +00:00
Ryan Dortmans 91bcfc4a9e Added new file references 2004-10-25 08:07:42 +00:00
Glenn Maynard b4de0cfc14 cleanup
support #nnn02 tags (temporary BPM divide)
2004-10-25 05:35:15 +00:00
Glenn Maynard e6dcf218b9 update 2004-10-25 03:48:00 +00:00
Glenn Maynard e88da4a8a1 bgm chain mixing 2004-10-25 03:47:22 +00:00
Steve Checkoway 9582577d84 Fix warnings. 2004-10-25 03:44:28 +00:00
Steve Checkoway de945128fa Add files. 2004-10-25 03:42:30 +00:00
Glenn Maynard b6091d6cd5 NoteData::EliminateAllButOneTap -> NoteDataUtil::RemoveAllButOneTap;
use accessors for NoteData::GetFirstRow, NoteData::GetLastRow
2004-10-25 03:36:42 +00:00
Glenn Maynard a99d7e0dc4 remove ReserveRows 2004-10-25 03:17:56 +00:00
Glenn Maynard f63c57b5f4 remove GetTapNoteX 2004-10-25 03:16:40 +00:00
Glenn Maynard c55dfd354f remove PadTapNotes 2004-10-25 03:12:11 +00:00
Glenn Maynard de21231034 debug 2004-10-25 02:17:58 +00:00
Glenn Maynard f00601e77b really update 2004-10-25 01:54:58 +00:00
Glenn Maynard d0817566f5 update 2004-10-25 01:53:55 +00:00
Glenn Maynard 36f788dcc7 split simple sound utils 2004-10-25 01:53:19 +00:00
Glenn Maynard a318050891 update 2004-10-25 01:42:27 +00:00
Sean Burke c30af64d37 Add files. 2004-10-25 01:40:03 +00:00
Glenn Maynard 731543b4ce SoundReader_Preload -> RageSoundReader_Preload, comments, not really correct mono fix 2004-10-25 01:39:11 +00:00
Glenn Maynard 15bfa19e4b always preload keys 2004-10-25 00:59:54 +00:00
Glenn Maynard 0d37465667 Add RageSoundReader_Chain. 2004-10-25 00:53:17 +00:00
Glenn Maynard bc8bd43b9e split ConvertMonoToStereoInPlace 2004-10-25 00:49:42 +00:00
Glenn Maynard fd813fe667 add Extend()
cleanup/comment
2004-10-25 00:48:16 +00:00
Glenn Maynard b364bb830b separate search for key to play 2004-10-25 00:46:08 +00:00
Glenn Maynard ef1a3fe1c4 simplify 2004-10-25 00:31:56 +00:00
Glenn Maynard 515b57c8d3 non-brute-force search for nearest grading note, add bAllowGraded (not
used yet)
2004-10-25 00:29:34 +00:00
Glenn Maynard 514f184fef NoteData::GetPrevTapNoteRowForTrack 2004-10-25 00:25:49 +00:00
Glenn Maynard dafce575db simplify (no logic change) 2004-10-24 23:49:33 +00:00
Glenn Maynard 2ad02a8332 Always play the key, even if it's already been hit. 2004-10-24 23:41:02 +00:00
Chris Danford 0a6acd94ae fix centering matrix + perspective projections 2004-10-24 22:59:10 +00:00
Sean Burke a374bda82f Fix capitalization of header. 2004-10-24 21:12:32 +00:00
Glenn Maynard c85de593f9 s/SoundReader_Preload/RageSoundReader_Preload/
split RageSoundReader_Preload::PreloadSound
split RageSound::LoadSoundReader
2004-10-24 19:25:21 +00:00
Glenn Maynard 6d8a38b6a5 vc7 compile fix 2004-10-24 19:21:44 +00:00
Thad Ward 0fd765f611 add AutoKeysounds 2004-10-24 17:48:53 +00:00
Chris Danford ce4780559f froundf -> Quantize 2004-10-24 17:44:51 +00:00
Chris Danford bb0da6a289 quantize rows when reading from BMSs so that we don't end up with 2MB cache files 2004-10-24 17:36:13 +00:00
Steve Checkoway fe3af94ea9 Add files. 2004-10-24 12:41:54 +00:00
Chris Danford eff1dc9695 play auto keysounds 2004-10-24 10:45:30 +00:00
Chris Danford 1b3c786213 cleanup: variable name and const 2004-10-24 10:20:24 +00:00
Thad Ward bcfa824a36 add RageSoundMixer 2004-10-24 08:43:00 +00:00
Glenn Maynard e08df2f165 RageSoundMixBuffer 2004-10-24 03:32:30 +00:00
Glenn Maynard 7f7999e098 update 2004-10-24 03:14:57 +00:00