Commit Graph

31 Commits

Author SHA1 Message Date
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
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 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 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
Glenn Maynard ccf8656ebc don't warn if profile data doesn't exist 2004-02-20 02:32:16 +00:00
Chris Danford fc72e9479c Don't load an unreasonably large editable.xml file 2004-02-19 03:56:03 +00:00
Glenn Maynard ac3613a811 fix incorrect warnings
don't warn on "file not found"
2004-02-18 05:32:02 +00:00
Glenn Maynard 165db0295e turn off debugging 2004-02-18 03:20:54 +00:00
Glenn Maynard c982e6e41f fix Profile::SaveMachinePublicKeyToDir 2004-02-17 22:13:12 +00:00
Glenn Maynard eb5ec28435 fix warning 2004-02-17 07:07:13 +00:00
Chris Danford d1a3f1fbde add grade counts, screenshots to stats.html 2004-02-17 01:16:57 +00:00
Chris Danford 6754c850df Profile HTML fixes 2004-02-16 05:35:06 +00:00
Chris Danford 3906ea166f Profile HTML stats overhaul 2004-02-16 02:57:55 +00:00
Chris Danford 65e75438c7 don't sign profile data by default (so that players at home can take data between machines) 2004-02-15 06:10:21 +00:00
Chris Danford 3d69b6e0ec sign all files in a profile
make RageFile filters for use with Crypt++
2004-02-15 04:47:32 +00:00
Glenn Maynard b75dd3f4be don't warn about missing files during compatibility loads 2004-02-11 21:12:05 +00:00
Chris Danford 6ca1f9ceeb fix find/replace spelling errors 2004-02-11 03:09:49 +00:00
Glenn Maynard 7b8049ce00 fix warnings 2004-02-10 22:48:43 +00:00
Glenn Maynard e413fef34a and const fixes 2004-02-10 10:06:34 +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 a47e7ef672 split Profile from ProfileManager 2004-02-08 18:25:30 +00:00