Commit Graph
27 Commits
Author SHA1 Message Date
Glenn Maynard 1ccb50ac55 include cleanup (not much of a win) 2005-01-22 19:36:39 +00:00
Glenn Maynard 7183a5e271 Add ScreenAttract::AutoBeginFadingOut() to disable sending
SM_BeginFadingOut.  We can't do this in the ctor (since it's sent during
Update now); we can't do it in Update(), because if the message is posted
with a delay of 0 (ScreenRanking), the message will be added by
ScreenAttract::Update and immediately processed by Actor::Update
before the derived Update can remove it.
2005-01-16 14:48:44 +00:00
Chris Danford 3809715db0 cleanup: Remove Style and use StyleDef everywhere. This gets rid of a lot of Style->StyleDef lookups and discourages code that's specific to a Style. All game logic should be data-driven. 2004-06-27 06:52:49 +00:00
Chris Danford 0c7f5e113d ranking element name cleanup 2004-06-11 08:52:41 +00:00
Glenn Maynard e4d124dd91 license update 2004-06-08 05:22:33 +00:00
Glenn Maynard b1bbce2edb make trail handling mimic steps handling 2004-06-03 20:47:37 +00:00
Chris Danford 58d63cb476 make draw order separate from Z value
add "PageType" graphic to ScreenEvaluation
2004-05-02 03:01:27 +00:00
Chris Danford 69600d9d80 save per-difficulty course scores 2004-02-22 06:04:01 +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 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 2380638072 cleanup ScreenRanking
generalize scrolling lists with ListDisplay
2003-12-28 08:20:48 +00:00
Glenn Maynard 135e16196b add ScreenRanking banner frame 2003-12-18 20:26:48 +00:00
Glenn Maynard e962e8830a add PageToShow ctor 2003-10-22 23:29:14 +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
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
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +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
Glenn Maynard f4dbf99636 add missing headers 2003-07-12 20:35:47 +00:00
Chris Danford 7f7259ea38 change ranking text to graphics 2003-07-10 03:37:34 +00:00
Chris Danford e9e7d787fc On ScreenRanking, color text based on NotesType 2003-04-13 02:34:14 +00:00
Chris Danford b129bd7601 fixed wrong tap darking w/ reverse
working on course Ranking
2003-02-12 22:52:28 +00:00
Chris Danford 025539e52c more progress on Ranking 2003-01-27 02:00:38 +00:00
Chris Danford 5a7b10e989 more work on ranking 2003-01-26 20:49:05 +00:00
Chris Danford 9a104a7b2f working on ranking 2003-01-26 07:33:03 +00:00