Steve Checkoway
61ae8c3c1b
NotesLoader is just a namespace. If you want to load a particular directory, there's no need to create a specialized loader, just call NotesLoader::LoadFromDir().
2007-02-14 12:26:36 +00:00
Steve Checkoway
11eec4b0f8
Merge these.
2007-02-14 10:26:30 +00:00
Steve Checkoway
68cc42acc8
Move closer to being stateless. (It still uses its superclass's data.)
2007-02-14 10:22:55 +00:00
Steve Checkoway
5f851a47ca
Make GetApplicableFiles() static and don't create a loader unless it can load from that directory.
2006-11-01 10:09:13 +00:00
Steve Checkoway
a9e04a845a
Unused.
2006-11-01 09:42:44 +00:00
Steve Checkoway
0276292b9f
Revert. The encoding concerns brought up on the mailing have not been addressed.
2006-11-01 08:45:29 +00:00
Jason Felds
4dc82ae097
Fix up the #SMxxx tag output (thanks xbskid).
2006-10-30 01:52:20 +00:00
Jason Felds
56ceb126a0
Hack. Add direct translit support for DWI.
2006-10-22 06:36:05 +00:00
Chris Danford
cb5bf9720d
const RString & for easier debug stepping
2006-02-02 23:52:28 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Glenn Maynard
39b07e55b3
cleanup (prefer size() over GetLength)
2005-12-21 07:50:14 +00:00
Chris Danford
37f82b43f7
remove CStringArray #define
2005-12-09 21:36:22 +00:00
Glenn Maynard
8da3651c13
cleanup, simplify
2004-05-31 22:07:09 +00:00
Glenn Maynard
7dfd611587
license updates
2004-05-31 21:55:14 +00:00
Glenn Maynard
60beca458d
cleanup, const fix
2003-12-03 01:47:03 +00:00
Chris Danford
bf02bfddf4
rename Notes to Steps
2003-08-03 00:13:55 +00:00
Glenn Maynard
3ecdae154b
Add filename to error reporting
2003-07-15 19:55:06 +00:00
Glenn Maynard
28f2fcd75d
Implement `192nds', <46> jumps, and <4!46!6> hold jumps. <4006>
...
containing 0s are still treated as 192nds, for compatibility.
Needs better testing.
2003-07-02 01:52:06 +00:00
Glenn Maynard
ec2d476420
cleanup
2003-06-30 04:29:53 +00:00
Glenn Maynard
0ff6f863ee
s/Song.h/song.h/
...
I'd prefer "Song.h", but it's not worth losing history for, and SF will
choke on that rename anyway.
2003-02-16 04:28:17 +00:00
Glenn Maynard
4f1455d30e
fix up MsdFile; get rid of arbitrary limits
2003-01-14 22:44:30 +00:00
Glenn Maynard
7c8b88e186
handle sample timings in ms
2002-12-27 21:39:25 +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
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