Commit Graph
68 Commits
Author SHA1 Message Date
Thad Ward 6e829f27fb move a line to outside the player loop, since it only needs to happen once. 2003-08-30 11:16:43 +00:00
Thad Ward de16e73f62 remove unused iDancePadType member variable
make beginnerhelper not miss steps on fast songs.
(kinda ugly but it works. what was happening is there wasn't a tap note at the position
checked during the updates around the tap note that was missed, so Step was never called for it)
2003-08-30 11:13:14 +00:00
Thad Ward 79b669d3bc Finish up the difficulty chage Sean was working on. 2003-08-29 02:04:13 +00:00
Sean Burke 229c656d25 Make this happen for each place it needs to. 2003-08-29 01:12:06 +00:00
Sean Burke bd50867a69 ...and try to practice what you preach. 2003-08-29 00:21:30 +00:00
Sean Burke 46fc3941d4 Always compile before commit... always compile before commit... 2003-08-29 00:19:29 +00:00
Sean Burke cdaf42c277 This should solve the issue where difficulties other than Beginner could have BeginnerHelper show. 2003-08-29 00:16:29 +00:00
Thad Ward 562aa9877b make BeginnerHelper capable of handling turn modifiers. 2003-08-27 13:36:22 +00:00
Thad Ward 0537af1078 fix up timing in the BeginnerHelper.
(I hate having "magic" numbers, but there are some here that I can't figure out.)
2003-08-27 12:29:32 +00:00
Thad Ward 4926712fb9 Add a little error detection. 2003-08-25 14:44:46 +00:00
Thad Ward 5c5c4ed329 Move the BeginnerHelper code from ScreenGameplay::Update() into BeginnerHelper::Update() 2003-08-25 06:20:44 +00:00
Thad Ward cf23c9c14c Move all random character selection to a separate function and make everything call that.
Make BeginnerHelper attempt to randomly select a character if one isn't selected.
2003-08-25 00:45:12 +00:00
Thad Ward 36caaf5812 check the current player's character for null, not just the first player.
also, DON'T add source code as binary. it IS NOT binary.
2003-08-23 04:15:42 +00:00
Sean Burke 432e6f2a9d Get rid of the character in BeginnerHelper if no character is selected. 2003-08-22 23:13:00 +00:00
Sean Burke 84ecdbb5bf I believe this is the preferred way to deal with slashes. 2003-08-20 16:19:48 +00:00
Ben Anderson f820850b0e Works on Linux 2003-08-20 14:31:55 +00:00
Kevin Slaughter 919ce258e8 Fixed naming error for pad models 2003-08-20 10:06:58 +00:00
Kevin Slaughter 8a674e0836 The actual BeginnerHelper class.. 2003-08-20 09:55:52 +00:00