Commit Graph

105 Commits

Author SHA1 Message Date
Chris Danford 94c551bf0e reduce MAX_PLAYER_STATS_XML_SIZE_BYTES 2004-05-28 05:58:35 +00:00
Chris Danford aee70ad0cc only keep top 3 scores in players' stats.xml to keep the file size small 2004-05-28 04:46:43 +00:00
Chris Danford 58439b1ed8 increase max reasonable stats.xml file size
do size checking only on player supplied stats.xml.  Trusting the machine's data is ok.
2004-05-28 04:32:24 +00:00
Chris Danford c711c8aa33 name cleanup: ProfileStatsHtml -> PlayerStatsHtml 2004-05-28 04:17:56 +00:00
Chris Danford ff5ec77fec fix "unlocking a song doesn't automatically select it" 2004-05-26 05:50:22 +00:00
Chris Danford 962cdfc4f0 write Catalog.xml only after loading songs
get rid of try/catch in SongManager
get rid of try/catch in PrefsManager
2004-05-25 05:52:57 +00:00
Chris Danford 6f75a3d920 review uses of GetTrail 2004-05-24 06:07:59 +00:00
Chris Danford f04e70ac0c update Course stats file format 2004-05-23 21:08:03 +00:00
Glenn Maynard c0adadd3a5 IniFile cleanup 2004-05-23 02:27:51 +00:00
Chris Danford abfc956e4f refactor Course: move some responsibilities to Trail 2004-05-23 00:53:20 +00:00
Glenn Maynard 7b28e73930 reduce XmlFile dependencies 2004-05-22 01:35:08 +00:00
Chris Danford 1ac90b7d88 fix some '0's in Guid get dropped 2004-05-21 09:41:59 +00:00
Glenn Maynard c31cd9d287 cleanup 2004-05-21 05:40:52 +00:00
Glenn Maynard cb582d1803 add WriteMachineStatsHtml, WriteMachineStatsHtml; only write machine
stats by default
2004-05-21 01:52:45 +00:00
Glenn Maynard 7c1600a1c1 use FOREACH_ShownCourseDifficulty 2004-05-20 22:27:45 +00:00
Glenn Maynard 4f7259b358 fix warning 2004-05-20 19:14:51 +00:00
Chris Danford a85f967e69 write Catalog.xml that contains song and course metadata - useful for importing into other tools 2004-05-20 08:55:26 +00:00
Chris Danford 1de96421e3 save DisplayName in Profile 2004-05-20 03:51:07 +00:00
Glenn Maynard a47c9bff98 fix crash 2004-05-11 02:12:54 +00:00
Chris Danford e9f576d262 "LastScores"->"RecentScores"
add recent scores to HTML
2004-05-08 10:12:10 +00:00
Chris Danford 6886b09e45 do total points from locked songs 2004-05-08 08:20:16 +00:00
Chris Danford 4eec17d42e HTML: Difficulty Table -> Percent Complete 2004-05-08 08:09:18 +00:00
Chris Danford 741ab63c14 change "total high score dance points" to "percent complete" 2004-05-02 18:49:41 +00:00
Glenn Maynard 34ada5897d add Profile::GetHighScoresForASong
add optimized Profile::GetGrades to fix extremely slow grade sort creation
2004-05-02 00:08:42 +00:00
Glenn Maynard 6804fe8554 fix g++ warnings 2004-04-26 23:10:16 +00:00
Glenn Maynard 84e873bb28 remove debugging 2004-04-26 00:06:42 +00:00
Glenn Maynard b0ca9ef1ea debugging 2004-04-25 23:22:46 +00:00
Chris Danford cca71d1d3f edits cleanup:
- only allow reasonable file sizes
 - only allow one Steps per edit file
 - only allow 5 edits per-song, per-profile
2004-04-23 00:26:51 +00:00
Chris Danford aa8be8f1e7 create Edits/ dir when saving profile 2004-04-22 23:10:56 +00:00
Chris Danford 59126d1b79 fix LastScores loading 2004-04-22 22:56:38 +00:00
Chris Danford 0cc49c66bb add CourseLastScores for tournaments 2004-04-22 22:01:38 +00:00
Chris Danford 34b00ee02a fix .sig files not written 2004-04-22 08:03:02 +00:00
Chris Danford 987a83d6bd save last N scores in profile (for tournament score tracking) 2004-04-22 07:59:42 +00:00
Glenn Maynard 70958ad3cb never sign machine profiles 2004-04-20 00:07:17 +00:00
Chris Danford d62369baf1 don't throw away Course scores for Courses that aren't currently loaded on the machine 2004-04-18 19:36:42 +00:00
Chris Danford 3bc5943a9e don't throw away Song scores for Songs/Steps that aren't currently loaded on the machine 2004-04-18 18:42:42 +00:00
Chris Danford ad9e710766 save guid as string 2004-04-18 05:46:43 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Chris Danford 742daadcf5 save last played song to profile 2004-03-25 09:54:28 +00:00
Chris Danford 9b22ac2eb6 fix possibleDP miscalculation when 2 players playing 2004-03-21 08:47:21 +00:00
Chris Danford a51186e70c don't count high score DP for courses that aren't 100% fixed entries 2004-03-20 19:24:38 +00:00
Glenn Maynard 7acf97c224 fix warning 2004-03-14 22:24:33 +00:00
Chris Danford 199c0aa0bc fix peak combo award reading 2004-03-14 19:26:03 +00:00
Chris Danford 063c2cf3a4 keep a Guid in Profile 2004-03-14 17:49:38 +00:00
Glenn Maynard a1ab9d1771 better output 2004-03-14 03:40:51 +00:00
Chris Danford 7a32af8c5e clean up presisting of settings to Profile
persist PreferredCourseDifficulty
2004-03-13 22:18:09 +00:00
Chris Danford e4855e627f persist PreferredDifficulty in Profile 2004-03-13 19:20:24 +00:00
Chris Danford ada21b9787 change some strings so that stats.xml doesn't use invalid entity names 2004-03-13 10:48:15 +00:00
Chris Danford 28f4764ed2 SongSortOrder -> SortOrder
save/restore last sort with Profile
clean up GameConstants
2004-03-12 08:31:40 +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