Commit Graph
65 Commits
Author SHA1 Message Date
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 ee42123bf3 handle locks 2004-01-29 09:24:56 +00:00
Glenn Maynard 3627b8dea9 rankings course listing 2004-01-29 01:46:08 +00:00
Glenn Maynard 1658d3a4b4 const 2004-01-20 23:57:22 +00:00
Glenn Maynard 723d1b1c6c Readd course title, which appears to have fallen out at some point.
Fix missing metrics.
2004-01-13 01:25:48 +00:00
Chris Danford ddbc750a49 faster ranking song score scroll speed 2003-12-31 07:20:05 +00:00
Glenn Maynard 03c0464d9f fix warnings 2003-12-28 23:03:58 +00:00
Chris Danford 2380638072 cleanup ScreenRanking
generalize scrolling lists with ListDisplay
2003-12-28 08:20:48 +00:00
Chris Danford 8c5c40b814 fix wrong empty score ranking names 2003-12-24 23:38:56 +00:00
Chris Danford e84402a872 add separate ranking metric for "empty name" and "no score name" 2003-12-24 12:52:59 +00:00
Glenn Maynard 135e16196b add ScreenRanking banner frame 2003-12-18 20:26:48 +00:00
Glenn Maynard 4b3dac0f23 missing headers 2003-12-18 03:40:57 +00:00
Glenn Maynard 62a475f9c7 phase out SetTextMaxWidth 2003-12-17 09:53:00 +00:00
Chris Danford 9dafcc176e overhauling stats: keep per-player category info to simplify 2003-12-07 07:46:21 +00:00
Chris Danford bf98d8248a overhauling stats: move all stats from SongManager to ProfileManager 2003-12-07 07:09:13 +00:00
Chris Danford 25f8a52e49 tweak ScreenRaveOptions 2003-11-30 02:20:05 +00:00
Glenn Maynard a52ff72575 cleanup 2003-11-02 16:32:45 +00:00
Glenn Maynard 845d6367f2 don't show songs twice 2003-10-23 00:05:14 +00:00
Glenn Maynard 618dad7339 Fix crash when only one song is installed.
Namespace fix, remove unused headers.
2003-10-22 23:33:49 +00:00
Chris Danford bd585e46a1 fix VC7 warnings 2003-10-22 12:28:30 +00:00
Chris Danford 5635d934aa only show a few songs each time through ScreenRanking 2003-10-22 11:28:11 +00:00
Chris Danford cd7498345b fix ranking fade bug 2003-10-22 10:49:21 +00:00
Chris Danford 25a3a2e26a add Actor::hidden flag (better than hiding by setting diffusealpha=0) 2003-10-22 10:18:46 +00:00
Chris Danford ca012307a5 add animation metrics to ScreenRanking 2003-10-22 09:49:51 +00:00
Chris Danford 4b51f89b6c add animation metrics to ScreenRanking 2003-10-22 09:45:23 +00:00
Chris Danford f18c5f4c63 finish high score work 2003-10-20 01:34:01 +00:00
Chris Danford 25d2b954a7 more high score cleanup 2003-10-20 01:06:26 +00:00
Chris Danford 2a50176194 enabled the Rankings screen, fixed song display scores, with difficulty columns 2003-10-19 02:05:34 +00:00
Ben Anderson 627ecc3685 Case counts on Linux 2003-10-15 01:44:35 +00:00
Glenn Maynard 387d423084 fix warnings 2003-10-14 21:44:58 +00:00
Chris Danford 668d1974f3 add top5 high score saving of Courses and Steps for memory cards/ranking screen 2003-10-14 17:06:30 +00:00
Glenn Maynard c15e0cec49 Allow screen aliasing. 2003-09-27 22:30:51 +00:00
Sean Burke 122891a56e Whoops, fix ScreenRanking compile. 2003-09-09 03:24:34 +00:00
Sean Burke 3275bfd581 Allow a manually set pref for what courses to display in ScreenRanking. 2003-09-09 02:54:34 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Glenn Maynard d926a032ff Add missing header. 2003-07-17 20:10:07 +00:00
Glenn Maynard a6663f7e30 If we don't have a graphic for a course ranking entry, use text. It's too
inconvenient to have to create graphics for each course.
2003-07-16 02:32:37 +00:00
Chris Danford 7f7259ea38 change ranking text to graphics 2003-07-10 03:37:34 +00:00
Glenn Maynard 2e06c4213e fix padding 2003-07-01 20:14:08 +00:00
Glenn Maynard 591ae8485a extra digit 2003-07-01 08:07:15 +00:00
Glenn Maynard 242d99a5df Fix RankingToInsert::CompareDescending.
Store regular scores in nonstop, not oni.  We only ever display those
scores in that mdoe.

Add Course::IsNonstop, Course::IsOni, Course::IsEndless.
2003-06-30 08:06:47 +00:00
Glenn Maynard f345edb366 store scores as ints
nonstop scoring fixes
2003-06-18 20:08:39 +00:00
Glenn Maynard 55c440cb4e add CategoryWidth 2003-05-19 23:50:31 +00:00
Chris Danford e9e7d787fc On ScreenRanking, color text based on NotesType 2003-04-13 02:34:14 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Chris Danford 1627422e09 fix ScreenEvaluationCourse glitches
Change ScreenManager message sending methods for more precise control:
 - SendMessageToTopScreen: handle the message immediately
 - PostMessageToTopScreen: post message to queue for processing next update
2003-03-25 21:17:29 +00:00
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00