Commit Graph

60 Commits

Author SHA1 Message Date
Glenn Maynard 2046ab5261 nah 2004-10-30 07:42:03 +00:00
Glenn Maynard 0fc2b8b5fa fix no notes 2004-10-30 07:40:31 +00:00
Glenn Maynard 69914bcbbf fix memory usage regression 2004-10-30 07:18:28 +00:00
Chris Danford 3ac1dba044 simplify TapAttack storage:
store attack info in TapNote
  in the SMNoteData string, store the attack params inline (like with keysounds)
play keysounds when hit
  still doesn't play keysounds on a miss
  still doesn't play autoKeysounds
2004-10-23 23:41:49 +00:00
Chris Danford 09193d9e4b cleanup:
use references when passing NoteData
  Have player own a NoteDataWithScoring, not derive from it
2004-10-23 17:43:49 +00:00
Steve Checkoway cf099800c9 Fix warning 2004-08-29 11:04:13 +00:00
Chris Danford 237705ea57 cap length of Steps m_sDescription to a reasonable value 2004-08-29 05:01:46 +00:00
Chris Danford 873c148f0e fix crash on exiting editor
clean up invalidation of Song and Courses
2004-08-12 04:49:15 +00:00
Glenn Maynard bd7eaf3f6c save memory by loading SMData from cache on demand 2004-07-22 21:02:07 +00:00
Glenn Maynard 4311e89072 cleanup 2004-07-22 20:16:18 +00:00
Glenn Maynard b7799ccd0a move autogen into NoteDataUtil 2004-07-17 05:10:11 +00:00
Chris Danford d412ab055d name cleanup: NotesType -> StepsType 2004-07-12 02:19:24 +00:00
Chris Danford 96ca652c94 move RadarValues into a separate file
clean up usage of RadarValues
2004-07-11 07:21:33 +00:00
Glenn Maynard 549cd7c83f license updates 2004-05-31 21:35:31 +00:00
Glenn Maynard 854da28681 cleanup
handle lights via autogen as originally suggested
2004-05-20 19:05:37 +00:00
Chris Danford 83fb83d1b4 store hash value in Steps for finding equivalent edits 2004-04-23 00:53:29 +00:00
Chris Danford 1920634135 move Song/Steps sorting into Song/StepsUtil.h/cpp 2004-04-18 07:34:37 +00:00
Glenn Maynard b3e627f968 cleanup
add SetLoadedFromProfile()
2004-04-16 23:47:24 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Chris Danford 1a0c040f43 add courses to "total game DP" count
move RadarValues into a struct
2004-03-12 05:24:32 +00:00
Chris Danford 6754c850df Profile HTML fixes 2004-02-16 05:35:06 +00:00
Glenn Maynard cc6c799f27 add assert 2004-02-13 23:50:21 +00:00
Glenn Maynard 6137e5066d const fixes 2004-02-10 10:05:44 +00:00
Chris Danford 4f439be739 split HighScore to separate file
move score data from ProfileManager to Profile
store score data in XML for easier forward/backward compatibility
2004-02-10 09:42:01 +00:00
Chris Danford d7f0e6c2bc move all high score data into Profile 2004-02-09 06:26:13 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Chris Danford 36ffb71851 add edit flag 2004-02-07 05:57:19 +00:00
Glenn Maynard 5c26ef5753 const fix 2003-12-29 22:50:54 +00:00
David Wilson d418ea5c79 bug fixes 2003-12-22 18:26:17 +00:00
Glenn Maynard eaa3a68259 fix warning 2003-12-19 07:28:32 +00:00
Glenn Maynard 9643bb5c92 cleanup 2003-12-19 04:11:11 +00:00
David Wilson 810844e856 Various Fixes 2003-12-19 03:35:23 +00:00
David Wilson d7e7cb53e4 Implementing Glenn's Suggestion 2003-12-19 03:18:52 +00:00
Glenn Maynard 276889e6a4 const fix 2003-12-18 21:24:30 +00:00
Glenn Maynard 35f4c7cf55 cleanup 2003-12-18 21:23:52 +00:00
David Wilson 61f64cfdb4 Moved Foot Ranking model to Steps.cpp 2003-12-18 20:35:46 +00:00
Chris Danford ea8c87c46f fix category feats show wrong score on ScreenNameEntryTraditional
store both iScore and fPercentDP for courses and categories
2003-12-10 11:35:34 +00:00
Chris Danford d4397d4644 add popularity lists to stats.html 2003-12-09 07:12:28 +00:00
Chris Danford bf98d8248a overhauling stats: move all stats from SongManager to ProfileManager 2003-12-07 07:09:13 +00:00
Glenn Maynard df334955c5 cleanup, fix warning 2003-12-03 00:28:17 +00:00
Chris Danford 3b8718c1e1 fix saving and copying of tap attack notes 2003-11-17 03:38:24 +00:00
Chris Danford ec7bfc6fca remove debugging code 2003-11-10 01:13:10 +00:00
Chris Danford bda3de91f7 don't add personal records if not using a profile 2003-11-09 22:16:59 +00:00
Chris Danford 6366d979ce clear ranking "name to fill in" markers on save 2003-11-09 21:40:20 +00:00
Glenn Maynard 636a7512e2 Add NoteData::LoadOverlapped. Simplify. 2003-11-01 19:59:50 +00:00
Glenn Maynard b63574b726 Remove extra copies on regular autogen. Cleanup.
Don't sign and date code--CVS does that for us.
2003-11-01 19:40:18 +00:00
Matt Denham acec32cc8b Autogen fixes, stage 1 - tracks are combined semi-correctly (double->single will combine both pads to one) 2003-10-29 23:17:00 +00:00
Chris Danford 25d2b954a7 more high score cleanup 2003-10-20 01:06:26 +00:00
Chris Danford 420988148d fixing high score bugs 2003-10-19 21:38:11 +00:00
Glenn Maynard 233d456cea move code from the header, fix AddHighScore 2003-10-14 22:42:23 +00:00