Commit Graph

53 Commits

Author SHA1 Message Date
Chris Danford 4bb777232d name cleanup: "pNotes" -> "pSteps" 2004-05-24 03:41:39 +00:00
Glenn Maynard f07a2c47cf quiet old log 2004-05-19 04:09:08 +00:00
Glenn Maynard a1c40d7f7a don't put the difficulty in the description 2004-03-29 21:08:59 +00:00
Glenn Maynard 86304ee6d8 fix crash loading DWIs with invalid #FREEZE values 2004-03-26 22:56:17 +00:00
Chris Danford 6154c14f86 add calorie tracking
clean up time formatting functions
2004-02-22 19:51:46 +00:00
Glenn Maynard c1462d88f5 TimingData 2003-12-18 04:48:26 +00:00
Glenn Maynard 0ce98fb56a optimize 2003-12-11 04:53:16 +00:00
Glenn Maynard 60beca458d cleanup, const fix 2003-12-03 01:47:03 +00:00
Glenn Maynard 9902ad2847 simplify 2003-12-03 00:00:30 +00:00
Glenn Maynard 8de3ebe95f Use checkpoints for noisy logs, instead of traces, if the main purpose
is making it easier to track crashes.  That way, it'll show up in the crash
dump, but it won't clut logs.
2003-10-04 00:44:19 +00:00
Chris Danford 1a0d83cbc0 m_NotesType => m_StepsType
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard 3014693618 fix blacklist image filenames being case-sensitive 2003-07-29 23:20:33 +00:00
Glenn Maynard 00426e59b2 implement BlacklistedImages 2003-07-28 08:24:16 +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 1aaaf8f565 -log 2003-06-30 08:41:17 +00:00
Glenn Maynard 4ca86c5a28 allow iso-8859-1 in DWIs 2003-06-30 08:40:10 +00:00
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