Chris Danford
32fd0062a9
use sections in SORT_BPM
...
choose sort from list in MusicWheel
2003-06-16 17:28:58 +00:00
Glenn Maynard
a41998c22c
Fix #DISPLAYBPM in DWIs for real.
2003-06-13 23:15:09 +00:00
Glenn Maynard
26de0ae0a4
fix reading #DISPLAYBPM from DWIs
2003-06-12 20:14:40 +00:00
William Reading
985dfb3e9d
Patches submitted by Tobias Diedrich in this e-mail: https://sourceforge.net/mailarchive/forum.php\?thread_id=2533169\&forum_id=2749
2003-06-07 14:12:47 +00:00
Chris Danford
6ee884aed2
Add support for #DISPLAYBPM in DWI and SM files
2003-05-23 01:14:43 +00:00
Glenn Maynard
fe33dec385
Partial s/GetString/c_str/.
...
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard
42cfd6f98c
stdafx -> global
2003-02-16 04:01:45 +00:00
Chris Danford
f4e8c4fb24
clean up NoteData
2003-02-01 05:16:38 +00:00
Glenn Maynard
8870fa3044
fix harmless warnings when dwi files contain tabs
2003-01-27 01:58:24 +00:00
Chris Danford
ac391552fd
Changed Notes difficulty/description in preparation for edit selection system
2003-01-21 22:23:01 +00:00
Glenn Maynard
4f1455d30e
fix up MsdFile; get rid of arbitrary limits
2003-01-14 22:44:30 +00:00
Glenn Maynard
e4f9a339af
add an accessor
2003-01-14 22:10:04 +00:00
Glenn Maynard
bb8940adad
Add and use accessors for most of Notes.
...
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard
7c8b88e186
handle sample timings in ms
2002-12-27 21:39:25 +00:00
Glenn Maynard
33c1fb46f7
s/throw RageException/RageException::Throw/
2002-12-21 18:36:10 +00:00
Glenn Maynard
bccaf3560b
s/Add/push_back/
2002-10-31 04:23:39 +00:00
Glenn Maynard
32bf482480
clean up some sign mismatches
2002-10-31 03:25:35 +00:00
Glenn Maynard
7e9905995d
some more s/GetSize/size/ and other minor STLisms
2002-10-31 03:16:02 +00:00
Chris Danford
ec202633e9
Added .GetString() to all CStrings passed in vargs
2002-10-29 07:58:44 +00:00
Glenn Maynard
725fc98248
use Get/SetTapNote
2002-10-25 04:59:26 +00:00
Chris Danford
1b5dd73855
Now reads fractional index values from DWI for #FREEZE and #BPMCHANGE
2002-10-08 07:55:14 +00:00
Chris Danford
8ca696c739
Fixed parsing of DWI #samplestart
2002-10-02 07:57:10 +00:00
Chris Danford
ad6c239858
ugh. Cleanup of ez2's menubganimations.
2002-09-29 05:06:18 +00:00
Chris Danford
23df7ec564
Yet more theme cleanup. This should be the job of the artists!
2002-09-24 02:55:32 +00:00
Chris Danford
326b1d4df0
Missing a music file is no longer a fatal error.
2002-09-16 00:56:30 +00:00
Chris Danford
fdb09fc810
fixed crash in MsdFile. Also, updated ez2 and SMMAX2 themes to new element names.
2002-09-15 07:03:32 +00:00
Glenn Maynard
c2f2f99650
move GetMainAndSubTitlesFromFullTitle to NotesLoader (only
...
used by them)
2002-09-13 18:17:53 +00:00
Glenn Maynard
bd78e3499a
Remove separation of Dance couples.
2002-09-12 08:37:12 +00:00
Glenn Maynard
db53dc9923
add notesloader base class
2002-09-11 05:15:46 +00:00
Glenn Maynard
76e1a946c7
add sanity check
2002-09-08 22:02:01 +00:00
Glenn Maynard
8bbcb59e49
add missing includes
2002-09-07 11:43:36 +00:00
Glenn Maynard
c87bda1d98
Remove another CMap.
2002-09-07 07:49:15 +00:00
Glenn Maynard
33a0e450e4
Switch to separate note patterns for couples. Add loader support.
...
This will break saving couples to DWI and probably the editor, too.
Getting to that.
2002-09-07 05:04:04 +00:00
Glenn Maynard
3bbfa5baf0
Move loaders into their own classes.
...
(These should have a common base class, but that can be done later;
I'm doing this to make it a bit more manageable so I can add the
new couples format to these.)
2002-09-06 23:24:40 +00:00