Commit Graph

27 Commits

Author SHA1 Message Date
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 17dd460a20 strip BMSs 2003-02-16 05:12:37 +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 55e92e771d s/CArray<x,y>/vector<x>/g 2003-01-03 05:56:28 +00:00
Glenn Maynard f4dbed8221 stl-ize some stuff 2003-01-03 05:29:45 +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 33c1fb46f7 s/throw RageException/RageException::Throw/ 2002-12-21 18:36:10 +00:00
Glenn Maynard 2b19012e40 use GetSongDir 2002-12-13 23:41:11 +00:00
Glenn Maynard 23254cdd4a more cleanups (lint lint lint) 2002-11-16 09:12:55 +00:00
Glenn Maynard 2e3b122c68 use MoveTapNoteTrack 2002-11-02 21:04:16 +00:00
Glenn Maynard c20d5b67dc s/CRECT/RectI/ 2002-10-31 05:52:12 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard 7d46004e54 get rid of CStdioFile 2002-10-31 03:54:50 +00:00
Glenn Maynard 945a39a247 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:54:49 +00:00
Chris Danford ec202633e9 Added .GetString() to all CStrings passed in vargs 2002-10-29 07:58:44 +00:00
Glenn Maynard 546519e7ec Make m_TapNotes a vector. (Hmm. Not ideal, but better.) Still not
completely abstracted (NotesLoaderBMS).
2002-10-25 23:32:50 +00:00
Glenn Maynard dbb06ce6ac use Get/SetTapNote 2002-10-25 04:37:00 +00:00
Glenn Maynard d5b1f36775 some MFCisms to STLisms (both currently work on CArray) 2002-10-24 19:53:13 +00:00
Glenn Maynard ca652a6486 don't copy the same data hundreds of times for no particular reason 2002-10-11 20:47:28 +00:00
Chris Danford 326b1d4df0 Missing a music file is no longer a fatal error. 2002-09-16 00:56:30 +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 810b5f6e29 Remove unused variables, unreachable returns. 2002-09-07 10:31:07 +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