Glenn Maynard
f19852fe0f
simplify
2006-11-14 21:43:44 +00:00
Chris Danford
2f7ac6aa3c
Add m_ to StageStats and PlayerStageStats members. There are several methods of these classes with local variable names that are similar to the member names. m_ helps distinguish between those two types.
2006-11-14 11:13:21 +00:00
Glenn Maynard
4c406c9123
We have:
...
LifeMeter->IsFailing()
-- whether the player would fail if a failure check was made right now
bFailedEarlier
-- whether the player was failing at some point
bFailed
-- whether the player actually failed
bFailedEarlier is set even in FailOff, but other than that the two
are identical. Most of the time, use bFailed; in FailOff, the player
should never fail, so bFailedEarlier should be meaningless.
2006-11-09 08:16:34 +00:00
Glenn Maynard
6b240f51ab
revert. Self-consistency over blind emulation; no rationale was given
...
for this change. (I'm sort of inclined to remove this entirely and do
something new, though ...)
2006-10-29 03:58:41 +00:00
Jason Felds
3a3102debe
Use the real formula for normal mode, and our own for courses.
2006-10-28 04:03:52 +00:00
Glenn Maynard
4bb479a445
standard enums for some preference types
2006-10-07 07:43:18 +00:00
Steve Checkoway
fcbe0609c3
Move miss combo calculations into the ScoreKeeper.
2006-10-01 04:02:28 +00:00
Steve Checkoway
c99a463f62
Cleanup.
2006-10-01 01:59:35 +00:00
Glenn Maynard
a220b68c9e
update bindings
2006-09-26 08:01:12 +00:00
Steve Checkoway
17c16210d1
Cleanup.
2006-08-18 00:05:50 +00:00
Steve Checkoway
886f368be2
Cleanup.
2006-08-17 20:18:19 +00:00
Chris Danford
7ac45c24e4
save Preferred, Stage, Song, and Current modifiers separately. This eliminates the fragile mods store/restore.
2006-08-05 02:38:05 +00:00
Josh Allen
e38749de1b
Send note result offset into ReportScore
2006-07-22 03:28:45 +00:00
Josh Allen
4e4e0dc04a
HandleTapScore now sends all mine data to the server.
2006-07-21 16:24:55 +00:00
Josh Allen
a7a2bb2dcc
I don't think we are supposed to be incrementing the possible dance points twice.
2006-07-20 18:10:29 +00:00
Steve Checkoway
743d2b9697
Change the api to take a NoteData and a row. Let the score keepers decide what they want to do with the row.
2006-07-14 04:19:30 +00:00
Steve Checkoway
1aa51dd1d1
Change ScoreKeeper's api to take TapNotes instead of the scores.
2006-07-10 05:15:52 +00:00
Steve Checkoway
746c21f44a
Use DEFAULT_FAIL.
2006-07-10 01:29:21 +00:00
Steve Checkoway
40a80c01d9
Spacing cleanup.
2006-07-10 01:24:36 +00:00
Josh Allen
6c80e0fa5a
Send mine data to the server.
2006-07-06 17:53:49 +00:00
Steve Checkoway
78eb52a75c
Add missing header.
2006-06-26 10:57:26 +00:00
Steve Checkoway
aa2c86ce35
Cleanup.
2006-06-24 00:06:57 +00:00
Glenn Maynard
958299c734
spacing
2006-02-14 11:10:03 +00:00
Chris Danford
0b98adff15
make RadarCategory enum and Lua names consistent
2005-12-24 20:18:56 +00:00
Glenn Maynard
b01308783e
unused headers
2005-12-19 00:42:29 +00:00
Chris Danford
e00a57e05e
use Preference1D
2005-10-26 23:09:56 +00:00
Chris Danford
feb1bfb0fc
naming cleanup: rename scoring "Tier1"s to "W1"s (short for "Window 1")
...
add Preference1D so that we can index into the grading and life values
2005-10-09 04:30:59 +00:00
Chris Danford
0c458e121f
Remove link. The comments text is sufficient.
2005-10-08 05:05:46 +00:00
Chris Danford
32464990af
enum name cleanup to reflect the generic calculations
2005-10-08 04:50:28 +00:00
Chris Danford
0f07808ecc
Use generic names for score values since they are treated genericly by the code.
...
Theme changes coming...
2005-10-08 02:10:32 +00:00