Commit Graph
8550 Commits
Author SHA1 Message Date
Chris Danford 69600d9d80 save per-difficulty course scores 2004-02-22 06:04:01 +00:00
Glenn Maynard a381630ac2 gcc compile fix 2004-02-22 05:50:54 +00:00
Glenn Maynard d92da4f66a simplify 2004-02-22 05:26:02 +00:00
Glenn Maynard 368c773d5c save Steps key data in attrs 2004-02-22 05:18:50 +00:00
Glenn Maynard c631036b6c simplify 2004-02-22 05:16:12 +00:00
Glenn Maynard 0188f51f4e add better accessors for attributes 2004-02-22 05:12:23 +00:00
Chris Danford 721f29c458 clean up screenshot saving
use a unique name for every screenshot in case image files are moved off the memory card
2004-02-22 05:04:11 +00:00
Glenn Maynard 97e9277d1c this comment came from somewhere else, I think 2004-02-22 04:57:17 +00:00
Chris Danford 6114922698 fall back to local profile if mem card is unplugged before cards locked 2004-02-22 04:53:51 +00:00
Glenn Maynard 0fb39e11e0 fix assert when !PREFSMAN->m_bSignProfileData 2004-02-22 04:48:39 +00:00
Glenn Maynard 6ad0103404 calling GetMD5 is OK when !PREFSMAN->m_bSignProfileData 2004-02-22 04:47:35 +00:00
Glenn Maynard 555cca6ec2 fix NumSongsPlayedByStyle data being written with short style
names, eg "Single", which are not unique among games: need to
write the game type, too
2004-02-22 04:37:58 +00:00
Glenn Maynard 8c8595d94b omit more unplayed data 2004-02-22 04:20:20 +00:00
Glenn Maynard e4ff8dd725 more of the same (store dir in an attribute, so it's easier to navigate)
perhaps all "key" data should be in attributes; it's a clean distinction,
and we rarely have more than one key (at most 3 for edits)
2004-02-22 04:06:36 +00:00
Glenn Maynard 181e9186d9 more of the same 2004-02-22 04:01:12 +00:00
Glenn Maynard 9d1c482c2e save difficulty and notestype by name instead of number
only save/require description for edits
2004-02-22 03:53:10 +00:00
Chris Danford b12ea17458 fix local profile loading 2004-02-22 03:44:04 +00:00
Chris Danford 4658cda3dd grade table style cleanup 2004-02-22 03:43:07 +00:00
Glenn Maynard 597d5cf8c7 remove old comment 2004-02-22 03:39:04 +00:00
Glenn Maynard 5f426d7343 save RankingCategory as strings; save to attr to make navigation easier 2004-02-22 03:37:43 +00:00
Glenn Maynard c88f7d1367 RankingCategoryToString, StringToRankingCategory 2004-02-22 03:20:21 +00:00
Glenn Maynard 22b8a10cbe CategoryScores: save NotesType as a string, so we don't lose compat
if we move NotesTypes around
2004-02-22 03:11:22 +00:00
Glenn Maynard 3fc792e9fb fix warning 2004-02-22 03:08:14 +00:00
Glenn Maynard f3e632114e don't fail with a metric error if we happen to have a grade stored that's
outside of our range
2004-02-22 03:06:54 +00:00
Glenn Maynard 806d9cbafa Don't save unplayed PlayModes and styles. 2004-02-22 02:51:27 +00:00
Glenn Maynard 0888d41ef7 Clamp name length by converting to wstring first, so utf-8 sequence
lengths don't matter.  (Combining characters would still be incorrect,
but we don't support those yet anyway.)
2004-02-22 02:49:13 +00:00
Chris Danford de3a1c8156 no message 2004-02-22 02:41:10 +00:00
Chris Danford 921c30cac2 turn off no-wrap 2004-02-22 02:31:30 +00:00
Glenn Maynard 29d2ceb5b5 simplify 2004-02-22 02:16:02 +00:00
Chris Danford 455d4a8383 profile cleanup 2004-02-22 02:15:34 +00:00
Glenn Maynard 8d7f11d756 const 2004-02-22 02:01:40 +00:00
Glenn Maynard 8b146986f0 cleanup 2004-02-22 01:32:28 +00:00
Glenn Maynard 16686b164e fix final eval banners showing up for songs that were backed out of 2004-02-21 21:00:49 +00:00
Chris Danford 6b8daf8cc1 fix bad assert 2004-02-21 17:21:03 +00:00
Steve Checkoway 9771287158 No need for protected. This shouldn't be subclassed. 2004-02-21 10:55:29 +00:00
Steve Checkoway b480c4e59a Clean up. 2004-02-21 10:51:50 +00:00
Steve Checkoway a69570f749 Fix warnings. 2004-02-21 10:30:07 +00:00
Matt Denham f4419954a6 Changed the color cycling's rounding so that it matches up with DDR (and presumably everything else which truncates the number rather than actually rounding). 2004-02-21 05:20:39 +00:00
Matt Denham 8eb0d03a60 Stopped the editor from crashing when attempting to save steps on Edit difficulty. 2004-02-21 04:45:48 +00:00
Glenn Maynard bb8d732a90 add progress update 2004-02-21 01:53:10 +00:00
Glenn Maynard 656f9f915e pass LoadingWindow* to Reload 2004-02-21 01:52:00 +00:00
Glenn Maynard 4ec4a53256 s/UNLOCKSYS/UNLOCKMAN/ 2004-02-21 01:51:16 +00:00
Glenn Maynard b15759ef5b cleanup 2004-02-21 01:50:20 +00:00
Glenn Maynard daa516eccb #SELECTABLE:NO songs are special-use, eg. special course mixes.
Never show them in the jukebox or demonstration.
2004-02-21 01:11:41 +00:00
Glenn Maynard 1421f168db s/UNLOCKSYS/UNLOCKMAN/ 2004-02-21 01:06:35 +00:00
Glenn Maynard 7cbd73345c remove PreloadSounds 2004-02-21 00:31:31 +00:00
Glenn Maynard 3a78d151e7 remove SoundPreloadAll
cleanup
2004-02-21 00:14:38 +00:00
Glenn Maynard be077fe046 "unknown thread" slot 2004-02-20 23:42:40 +00:00
Steve Checkoway dd38b1ea67 Cleanup and fix compile. 2004-02-20 22:52:20 +00:00
Steve Checkoway 00bfa2b892 If we can't set a checkpoint, don't crash, just return. 2004-02-20 22:49:26 +00:00