Commit Graph

5279 Commits

Author SHA1 Message Date
Glenn Maynard a1de71b917 testing 2003-09-08 21:37:20 +00:00
Glenn Maynard 3b946361cc Merge 5th scoring into MAX2. It's not much code, and it's better than
duplicating ~500 lines.  I think making this a derivation would be more
complicated and more work than it's worth.  Let's see how this works.
2003-09-08 21:32:23 +00:00
Steve Checkoway 678115e37f Initial work for an installer for OS X 2003-09-08 20:20:57 +00:00
Thad Ward 3bca704638 Make the character icons tween on and off properly. 2003-09-08 18:57:12 +00:00
Thad Ward f00db4ef5a add missing if statement 2003-09-08 18:26:06 +00:00
Thad Ward a34f11b7a8 only need to call these if we are drawing the character or dancepad. 2003-09-08 18:20:59 +00:00
Thad Ward 226f34427b Update the lifebar if we are using it but not using the player object. 2003-09-08 18:05:00 +00:00
Thad Ward f61cf91601 allow any of the lifebar, notefield/player, character, or dancepad to be turned off by the metrics.
(still need to write code to update the lifebar if it is used and the player isn't)
2003-09-08 17:49:44 +00:00
Thad Ward 6d9228f4fa make the How To Play screen get its steps from an outside file rather than be hardcoded. 2003-09-08 17:11:52 +00:00
Thad Ward 955e6803ef make the step values a little more sane. 2003-09-08 17:10:15 +00:00
Thad Ward a38b69fd03 no need to check more frequently than one noterow. Step() now only gets called once per step. 2003-09-08 16:46:23 +00:00
Andrew Livy 48ece6919c Ez2 only has perfect/good/miss -- adjust normal ddr judgments to accomodate ez2's. 2003-09-08 15:30:26 +00:00
Thad Ward a90822bb19 Remove a little overhead from the BeginnerHelper::Update() path. 2003-09-08 13:56:08 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +00:00
Sean Burke f5bb646c1f Update Makefile for the profile additions. 2003-09-08 06:27:49 +00:00
Andrew Wong 13d072d2d2 updates for profile cpp/h files 2003-09-08 05:24:34 +00:00
Chris Danford 3736845d3e working on profiles stored on machine (intermediate step toward memory card support) 2003-09-08 03:26:58 +00:00
Glenn Maynard a7e3700ab2 remove extra define 2003-09-08 02:23:39 +00:00
Aaron VonderHaar 1c5530530d Ignore SoloSingles in Battle/Rave mode (ie, when playing against a computer opponent) 2003-09-08 01:38:19 +00:00
Aaron VonderHaar 2ea9aef53c missing define 2003-09-08 01:18:14 +00:00
Chris Danford 9cc530c69b fix Dancing Characters option setting "Select" 2003-09-08 00:35:26 +00:00
Chris Danford b48d78b866 fix Dancing Characters option setting "Select" 2003-09-07 23:35:48 +00:00
Glenn Maynard c9b618af95 FAIL_OFF means you can't fail. 2003-09-07 23:22:59 +00:00
Glenn Maynard f978565e3a Err, missing metrics. 2003-09-07 22:50:15 +00:00
Glenn Maynard 14d12df8e0 Fix warnings. 2003-09-07 22:48:25 +00:00
Glenn Maynard 65e44b1f86 Optimize: remove spurious RageTimer construction 2003-09-07 22:39:04 +00:00
Glenn Maynard 7f25e3c410 Add RageZeroTimer. 2003-09-07 22:37:29 +00:00
Chris Danford 6ad6b3656e add tempo compress/expand in editor 2003-09-07 22:28:46 +00:00
Andrew Livy 378f7a3a4a Can now skip from group to group on ez2/pump song select using codes -- note; currently enters infinite loop if there is only 1 group and code entered -- will fix this later 2003-09-07 22:03:23 +00:00
Aaron VonderHaar 9da20ccf14 Add metric to determine default lyrics color 2003-09-07 20:51:46 +00:00
Chris Danford 76711921e6 performance fix 2003-09-07 19:35:32 +00:00
Steve Checkoway 543fe4d873 update 2003-09-07 17:27:16 +00:00
Thad Ward 0d8a5f16a1 Fix the Default Sort metric. it wasn't being used to initially build the wheel, and then
when you chaged the sort, played a song, and selected another group, the sort would
suddenly pop back to the default, which wasn't being used as the default in the first place.
2003-09-07 14:29:59 +00:00
Chris Danford 18cd253b2c move ShowStats to ScreenGraphicOptions 2003-09-07 08:31:41 +00:00
Chris Danford eeb65c8a54 clean up formatting 2003-09-07 08:27:38 +00:00
Chris Danford db42f00172 move ShowStats option to ScreenGraphicOptions 2003-09-07 08:27:06 +00:00
Chris Danford 78b0a68639 fix Start Menu shortcuts in Win9x (SetShellVarContext current doesn't work in 9x) 2003-09-07 05:51:41 +00:00
Glenn Maynard c99d98f52b Remove troubleshooting. 2003-09-07 03:58:41 +00:00
Glenn Maynard e90ab78c63 Don't use RemoveNotes in DeleteDuplicateSteps. 2003-09-07 03:54:21 +00:00
Glenn Maynard 3a76264c14 Troubleshooting. 2003-09-07 03:37:31 +00:00
Glenn Maynard dbca71554f Simplify. Fix some timing issues. 2003-09-07 03:34:35 +00:00
Glenn Maynard 8ca499e5c6 Handle systems where the video driver regkey isn't "0000".
Merge 9x and 2k/XP probing.
2003-09-07 02:35:22 +00:00
Glenn Maynard 66f071bc96 Handle combo before score.
Remove +1 in ScoreKeeper5th::AddScore.  Combo wasn't going
to be +1 in all cases (miss, boo, good, hold note).  Not needed anymore
with combo first.
2003-09-07 01:09:47 +00:00
Glenn Maynard 9f6a581ec8 Handle combo announcer messages in Player. The score keeper
doesn't need control over that.

Simplify.
2003-09-07 01:02:03 +00:00
Glenn Maynard b351e44192 Handle combo announcer messages in Player. The score keeper
doesn't need control over that.
2003-09-07 01:01:20 +00:00
Chris Danford 7cef4cf999 fix editor help menu runs off top edge of screen. 2003-09-07 00:37:29 +00:00
Glenn Maynard d01b711b62 missing code 2003-09-07 00:33:43 +00:00
Glenn Maynard fa0bfcc1e1 bring the diff between ScoreKeeperMAX2.cpp and ScoreKeeper5th.cpp down 2003-09-06 23:44:25 +00:00
Glenn Maynard cb12e8685f cleanup 2003-09-06 23:39:49 +00:00
Glenn Maynard f43bfac43a cleanup 2003-09-06 23:39:48 +00:00