Commit Graph
209 Commits
Author SHA1 Message Date
Andrew Livy 7be96be7a2 Fix: Failed ONI / Extra Stages shouldnt show Game Over 2003-11-11 18:05:28 +00:00
Andrew Livy ad7c67b0ce Added: 2D DancingCharacter System, Ability to Show (or not show) Evaluation Screen on Fail. Evaluation Screen Fail / Passed BGA Overlays. 2003-11-10 23:25:44 +00:00
Chris Danford 0dc5594c95 use separate graphics for machine record, category record, and course record 2003-11-09 22:06:36 +00:00
Glenn Maynard 3d44ac4f94 Full-combo fixes. 2003-10-31 03:53:12 +00:00
Glenn Maynard d365e8e959 add SHOW_FULL_COMBO 2003-10-31 03:10:31 +00:00
Glenn Maynard 3331079cd6 show TotalError 2003-10-27 22:24:33 +00:00
Glenn Maynard 198f58acd4 use GraphDisplay, ComboGraph 2003-10-23 06:28:17 +00:00
Chris Danford 4556c0f246 fix feat score 2003-10-22 12:51:19 +00:00
Chris Danford bd585e46a1 fix VC7 warnings 2003-10-22 12:28:30 +00:00
Chris Danford 25d2b954a7 more high score cleanup 2003-10-20 01:06:26 +00:00
Glenn Maynard 95795ad081 precedence: false && false || true == true 2003-10-19 23:12:51 +00:00
Chris Danford 420988148d fixing high score bugs 2003-10-19 21:38:11 +00:00
Chris Danford f57aa6c785 arcade machine changes 2003-10-17 08:03:46 +00:00
Glenn Maynard 9853c9fb85 SM_GoToEvaluationSummary is redundant: the end screen *is* the
eval summary when relevant
2003-10-15 01:05:20 +00:00
Glenn Maynard d67f631297 fix warnings 2003-10-14 21:39:13 +00:00
Glenn Maynard b6296f0dbe fix warnings 2003-10-14 21:38:48 +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 2b6e2eb9e9 Don't show points for inactive players. 2003-10-13 04:43:36 +00:00
Glenn Maynard 4c5b32db02 floating-point scores 2003-10-12 21:51:02 +00:00
Glenn Maynard c10fc4407a Don't tween off stuff that isn't used. 2003-10-07 02:13:48 +00:00
Glenn Maynard b3203b80b2 ScreenEvaluationOni Percent -> ScreenEvaluation Percent 2003-10-05 23:16:29 +00:00
Glenn Maynard a943057db7 Set name before calling Load(). 2003-10-05 23:00:26 +00:00
Glenn Maynard 323c106830 cleanup 2003-10-05 21:44:44 +00:00
Glenn Maynard 719cb7c702 Use PercentageDisplay 2003-10-05 00:33:05 +00:00
Glenn Maynard 1cc709407e Update aliases. 2003-09-27 23:31:42 +00:00
Glenn Maynard 8ba712abf7 Fix log.
Fix second extra stage glitch when playing in a song group with only
long songs.
2003-09-21 00:17:34 +00:00
Andrew Wong 54e490fd20 oops, forgot to commit:
replace GAMESTATE->m_pUnlockingSys with UNLOCKSYS
2003-09-19 07:02:53 +00:00
Andrew Wong 292de23eb1 update DP if player is playing event mode (it would never add it before since
event mode never reaches the summary evaluation screen)
2003-09-18 20:05:29 +00:00
Glenn Maynard c7358e2cf9 s/m_vPassedStageStats/m_vPlayedStageStats/g 2003-09-06 01:37:30 +00:00
Glenn Maynard 5ef82e798b Rename StageStats::operator+= to AddStats. (easier to grep for)
Keep track of whether each stage in StageStats was an extra stage.
GAMESTATE->m_vPassedStageStats now holds all played songs,
including failed ones (renaming in a moment).
GameState::GetFinalEvalStatsAndSongs logic was weird.  Simplify.
2003-09-06 01:35:29 +00:00
Glenn Maynard f08f98ee0b Use StageStats::OnePassed. 2003-09-06 00:33:32 +00:00
Nick 5ff010ee4e Added option to not save songs 2003-09-04 21:24:50 +00:00
Chris Danford ffea51d6e6 consolidate battle modes 2003-08-19 04:27:50 +00:00
Andrew Wong 18d61edb52 fix percentages regarding oni mode
fix crash in oni mode when using 5th mix scoring
2003-08-14 19:46:22 +00:00
Andrew Wong 1d0a297886 account for bonus in eval screen for 5th scoring 2003-08-12 06:09:49 +00:00
Andrew Wong 764cb9f5a1 various changes to bonus transfer to score during eval 2003-08-11 20:59:02 +00:00
Andrew Wong 8796c8979a add 5th mix bonuses 2003-08-11 12:14:26 +00:00
Andrew Wong 5cc3dbe4bb various bugfixes/updates
unlock system now supports clear and failed extra stages
songs unlocked by roulette are no longer unlocked by selecting them as extra stage
'fixed' survived time for extra stage when failing
2003-08-07 10:15:16 +00:00
Chris Danford 1a0d83cbc0 m_NotesType => m_StepsType
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Chris Danford 8549108a1f remove commented code 2003-08-04 00:05:15 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard 382419ad0f output total error to the log for now 2003-08-01 00:14:32 +00:00
Steve Checkoway f83b837d76 fix compiler warnings 2003-07-31 20:34:01 +00:00
Glenn Maynard 83bb528668 Add game and round seeds, meant for use with RandomGen. 2003-07-30 20:34:16 +00:00
Glenn Maynard 3aea7c8a3e SOUNDMAN -> SOUND
RageSoundManager.h -> RageSounds.h
2003-07-26 22:53:22 +00:00
Andrew Wong 0ce2147bc2 added "courses only" option for marvelous judgement 2003-07-25 08:05:29 +00:00
Andrew Wong c48cb2416b updated groove radar values to store actually meaningful values (buggy). Algorithms used:
Voltage - ratio of perfects to total tap notes
Stream - ratio of player max combo to possible max combo
Air - ratio of jumps to total possible jumps
Freeze - ratio of freeze arrows to total freeze arrows
Chaos - dance points percentage
Note: Multidimensional array stageStats.fRadarActual[p][r] is now a %, not width.
2003-07-24 13:35:20 +00:00
Glenn Maynard 104742b361 quiet warning 2003-07-20 06:24:42 +00:00
Glenn Maynard d926a032ff Add missing header. 2003-07-17 20:10:07 +00:00