Commit Graph
503 Commits
Author SHA1 Message Date
Glenn Maynard d3ecba30a0 cleanup test 2005-09-26 19:08:45 +00:00
Glenn Maynard 27017e01dc simplify: Type -> Summary, pick stage or course appropriately 2005-09-11 04:12:50 +00:00
Glenn Maynard 887d9eacbc reduce dependency on m_Type 2005-09-11 03:15:22 +00:00
Glenn Maynard 97fb44e183 reduce dependency on m_Type 2005-09-11 03:14:06 +00:00
Glenn Maynard 32fe33d9a4 remove (briefly) deprecated 2005-09-11 02:11:52 +00:00
Glenn Maynard 06f8a933cb ScreenWithMenuElements::Init later 2005-09-11 02:10:33 +00:00
Glenn Maynard 4edd0c6eb1 transitioning to accessing these directly 2005-09-11 01:50:12 +00:00
Glenn Maynard 32af6a3b30 remove unused, fix screenshot high score records 2005-09-11 01:48:36 +00:00
Glenn Maynard 64606b3a19 m_StageStats -> STATSMAN->m_CurStageStats 2005-09-11 01:46:55 +00:00
Glenn Maynard 5ce2502b59 Merge StageResults into PlayerStageStats. Move results calc into StageStats.
This makes StageStats touch some stuff that I don't think it should, but it's
an improvement over having all this scoring logic inside a special screen.
2005-09-11 01:44:13 +00:00
Glenn Maynard 3657d71e04 calc grade after CommitScores 2005-09-11 01:25:58 +00:00
Glenn Maynard 85d6e5e22e move Grade back out. It's just a cache of GetGrade. 2005-09-11 01:24:28 +00:00
Glenn Maynard 74c9d0058a simplify 2005-09-11 01:10:48 +00:00
Glenn Maynard d66d27ac70 check fail after GetFinalEvalStageStats 2005-09-11 01:03:28 +00:00
Glenn Maynard 4cc59e4792 simplify: on summary eval, m_CurStageStats is the summary 2005-09-11 01:02:53 +00:00
Glenn Maynard 03f00dd0d2 move awards into PlayerStageStats 2005-09-11 00:48:29 +00:00
Glenn Maynard e3edba2d9d move final grade calc into StageResults 2005-09-11 00:38:16 +00:00
Glenn Maynard d22476ae7d ScreenEvaluation::CommitScores -> StageResults::CommitScores 2005-09-11 00:27:54 +00:00
Glenn Maynard 52087511c7 continue refactoring: split out StageResults::CalcAwards, split loop 2005-09-11 00:18:10 +00:00
Glenn Maynard 69edbcee97 Start refactoring results. Doing this piecemeal, so I can keep track of what
I'm doing.  Pull out CommitScores.  StageResults won't remain in SEval (not
yet sure whether it should be part of PlayerStageStats).
2005-09-11 00:02:22 +00:00
Glenn Maynard eedb687871 cleanup 2005-09-10 23:28:23 +00:00
Glenn Maynard eb759981ce add ShowJudgmentLabels, ShowStatsLabels 2005-09-10 21:00:28 +00:00
Glenn Maynard a0d31d1332 add ShowRecordsArea 2005-09-10 16:37:58 +00:00
Chris Danford 65d71a4f23 expermienting with DEFINE_METHOD macro for Lua methods 2005-09-10 02:47:04 +00:00
Glenn Maynard 5c7f1346e6 do this stuff with XML 2005-09-08 22:34:18 +00:00
Glenn Maynard 781017c4c0 ChooseRandomMofifiers -> ChooseRandomModifiers 2005-09-08 01:06:01 +00:00
Glenn Maynard 93af28bdf1 remove old (don't care anymore ...) 2005-09-07 23:16:15 +00:00
Chris Danford bb10c7c21f pass around InputEventPlus in Screen::Input instead of multiple input structures 2005-09-05 02:26:50 +00:00
Glenn Maynard 2d5f2e089c play sounds with Sound, not with hardcoded stuff 2005-08-31 23:23:24 +00:00
Glenn Maynard 758bc7980b remove EvalSoundSequence 2005-08-31 22:39:03 +00:00
Glenn Maynard b1bd70fc39 missed commit 2005-08-31 22:37:04 +00:00
Glenn Maynard c9b88edeb9 bindings 2005-08-30 04:30:08 +00:00
Glenn Maynard 2542807525 remove m_sprDisqualified 2005-08-30 03:01:23 +00:00
Glenn Maynard 6ed6cab544 fix dupe OffCommand 2005-08-30 01:31:59 +00:00
Glenn Maynard 7c9740df17 GraphDisplay with XML 2005-08-29 22:51:35 +00:00
Glenn Maynard 69ec90df8e remove LifeGraphStartHeight
remove difficulty stuff from SHOW_BANNER_AREA
2005-08-29 10:31:27 +00:00
Glenn Maynard eb72cbbab3 do this in the overlay 2005-08-29 01:25:40 +00:00
Glenn Maynard c3dc4322ff oops 2005-08-29 00:46:52 +00:00
Glenn Maynard 19a9d79754 expose m_StageStats 2005-08-29 00:46:27 +00:00
Chris Danford fdb9764c81 load from PlayerState and PlayerStageStats, not PlayerNumber and looking up in GameState 2005-08-23 21:04:35 +00:00
Chris Danford 70d1f0eadb use mixed case values for enum Grade so that enum matches strings matches Lua 2005-08-14 11:38:31 +00:00
Glenn Maynard 095513c3d7 hide more 2005-08-12 03:10:53 +00:00
Glenn Maynard 2b1b57b81f hide more 2005-08-12 03:03:54 +00:00
Glenn Maynard 8af1f7003d hide more 2005-08-12 02:55:48 +00:00
Glenn Maynard 70a109c54b fPercentDP, fSurviveSeconds 2005-08-12 02:46:58 +00:00
Glenn Maynard d3bd7a7723 hide iScore 2005-08-12 02:37:04 +00:00
Glenn Maynard aa04fe60dd hide grade 2005-08-12 02:19:08 +00:00
Glenn Maynard 2307fa23d9 hidden HighScore::sName 2005-08-12 01:52:01 +00:00
Chris Danford 881001b6c6 broadcast on PlayMode changed 2005-07-25 03:59:24 +00:00
Glenn Maynard 50a31993a6 TweenOursOnScreen/TweenOursOffScreen 2005-07-14 22:26:09 +00:00