Commit Graph

372 Commits

Author SHA1 Message Date
Glenn Maynard dd1c38eac6 fix crashes after reverting changes in gameplay 2004-02-16 09:07:07 +00:00
Chris Danford 6754c850df Profile HTML fixes 2004-02-16 05:35:06 +00:00
Matt Denham 37a0ba1520 Separated BM and IIDX into separate modes, since IIDX 5-key isn't necessarily the same as the BM steps to the same song
Updated the cache version because SMs based off of a IIDX BMS will have the wrong steps type
2004-02-13 09:01:59 +00:00
Glenn Maynard 639e3efa86 simplify 2004-02-10 21:13:51 +00:00
Glenn Maynard 64f2d8ad3c rename AutogenMissingTypes -> AutogenSteps
simplify
2004-02-10 21:10:23 +00:00
Glenn Maynard aaf3d41d9b unused parameters 2004-02-10 20:45:45 +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
Glenn Maynard c8ede67da3 add SORT_CHALLENGE_METER 2004-01-27 05:37:43 +00:00
Glenn Maynard a4825393d8 Song::RevertFromDisk: flush first, don't fast load 2004-01-24 20:18:06 +00:00
Chris Danford 5b08f9dae2 split SORT_MENU into SORT_SORT_MENU and SORT_MODE_MENU 2004-01-11 08:15:44 +00:00
Glenn Maynard 5ef57a474b add foreground gameplay layer 2004-01-07 00:13:32 +00:00
Glenn Maynard 5c64b361b7 m_bCheckSongCacheOnLoad -> !m_bFastLoad 2003-12-31 09:32:21 +00:00
Glenn Maynard cb8057a5c3 add CheckSongCacheOnLoad 2003-12-30 04:26:39 +00:00
Glenn Maynard 90980b048d save to cache, so we don't have to special case RevertFromDisk 2003-12-30 03:59:49 +00:00
Glenn Maynard 0bba86b5c3 cache HasMusic() and HasBanner() results 2003-12-30 03:40:29 +00:00
Glenn Maynard 5ec05b31ba cache m_sSongFileName 2003-12-30 02:46:47 +00:00
Glenn Maynard c8e4d02641 Optimize autogen pointer creation (~20% less CPU during cached loads) 2003-12-29 23:19:41 +00:00
Glenn Maynard 163ae62eaa cleanup 2003-12-29 23:02:27 +00:00
Glenn Maynard f1c667c2b2 fix writing song backups 2003-12-21 07:44:41 +00:00
Glenn Maynard ef6b831ea3 cache Course::GetCourseInfo results 2003-12-21 02:54:23 +00:00
Glenn Maynard be307e76bd optimize 2003-12-21 02:21:30 +00:00
Glenn Maynard c1462d88f5 TimingData 2003-12-18 04:48:26 +00:00
Glenn Maynard caab15d89b remove song.h -> Steps.h dependency 2003-12-18 03:41:47 +00:00
Glenn Maynard a6cdf5a150 fix vc6 compile 2003-12-12 10:06:30 +00:00
Glenn Maynard 2e7f153d95 optimization experiment 2003-12-12 04:40:35 +00:00
Glenn Maynard 34f2de2d63 optimize SortSongPointerArrayByGrade 2003-12-12 03:05:37 +00:00
Glenn Maynard 58744ad453 apth fixups
cdtitle fix
2003-12-11 07:26:59 +00:00
Glenn Maynard 11870a6072 continue phasing out BASE_PATH and SLASH 2003-12-10 09:26:05 +00:00
Glenn Maynard 658c72c6ad start phasing out BASE_PATH and SLASH 2003-12-10 09:02:55 +00:00
Chris Danford d4397d4644 add popularity lists to stats.html 2003-12-09 07:12:28 +00:00
Glenn Maynard 3b367b003e fix "Attack.cpp:24 Assertion 'fEndBeat >= fStartBeat' failed" 2003-12-06 08:50:05 +00:00
Glenn Maynard fafa38c62c more transparent m_DWIPath 2003-12-05 04:38:22 +00:00
Glenn Maynard ac58bafad5 use SDL_LoadImage 2003-12-04 20:43:22 +00:00
Glenn Maynard 7757e14267 bump cache 2003-12-03 03:06:30 +00:00
Glenn Maynard 99d194aacf unneeded log 2003-12-03 01:52:51 +00:00
Glenn Maynard 840eaaa859 cleanup 2003-11-17 04:34:18 +00:00
Chris Danford 3b8718c1e1 fix saving and copying of tap attack notes 2003-11-17 03:38:24 +00:00
Glenn Maynard 92dc51e328 per-memcard SONGMAN->GetBestSongs 2003-11-14 21:52:05 +00:00
Glenn Maynard 9021632dae Don't pick up KSF "intro.wav" files as song music. 2003-11-04 20:07:25 +00:00
Glenn Maynard c8351a4252 '/' -> SLASH[0] 2003-11-04 18:28:45 +00:00
Glenn Maynard 93606c2990 Fix assertion for songs with RLE-compressed BMPs. 2003-11-03 23:29:37 +00:00
Glenn Maynard a860b5ef8b Remove old comments. Bump cache for translit changes. 2003-11-02 04:47:47 +00:00
Glenn Maynard d928e88102 Remove old comments. Simplify. There's no such thing as "high ascii". 2003-11-02 04:43:36 +00:00
Glenn Maynard 8e351d6dc3 remove old comments 2003-11-02 04:17:28 +00:00
Glenn Maynard 67f1b58ea0 improve trace 2003-11-01 22:16:42 +00:00
Chris Danford 9ab281f982 fix "auto selection of last edited steps after saving in editor" 2003-10-31 09:42:22 +00:00
Chris Danford 3211748947 fix "edited steps disappear after leaving editor, re-appear after restart" 2003-10-31 09:07:30 +00:00