Commit Graph
4927 Commits
Author SHA1 Message Date
Thad Ward 989a56e8bb Don't draw the models twice. (Screen::DrawPrimitives() draws all actors that are added with AddChild())
(This was also accidentally in the previous commit.)
2003-08-25 13:39:02 +00:00
Thad Ward 214f0e2609 Turn player 1's blind modifier back off when we are done so it isn't on during the gameplay demo. 2003-08-25 13:36:28 +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 d834608f0d Better, cleaner solution for conditionally initializing the BeginnerHelper. 2003-08-24 23:43:42 +00:00
Thad Ward 0d74c0d864 only initialize BeginnerHelper if we have a player who is on beginner and the option to show it is on. 2003-08-24 23:18:20 +00:00
Andrew Wong 18f45fd799 fix score updating after a player fails (amount of update is so small that it wouldn't add) 2003-08-24 21:39:47 +00:00
Andrew Wong 8e46dddfe5 prevent two different difficulty selections in options screen for nonstop courses (not supported yet) 2003-08-24 21:30:04 +00:00
Andrew Wong 2412276eb0 fix options menu selection (used to move over by 2 per keypress) 2003-08-24 21:18:18 +00:00
Ben Anderson 805c9a2288 GCC was bitching again. 2003-08-24 18:35:48 +00:00
Chris Danford 49e00e8536 add Blind modifier 2003-08-24 17:20:58 +00:00
Chris Danford 85dd35ea48 add Blind modifier 2003-08-24 17:20:11 +00:00
Chris Danford 0d5e7d8f8c separate NoteField from Player in preparation for "routine" mode 2003-08-24 17:04:21 +00:00
Chris Danford 04080c8b1b draw help behind NoteField in editor 2003-08-24 17:03:33 +00:00
Chris Danford ef4dd67bec Solo single for all ONE_PLAYER_ONE_CREDIT game types 2003-08-24 16:40:45 +00:00
Chris Danford c089f53de7 switch Steps while in editor with F5/F6 2003-08-24 05:12:08 +00:00
Chris Danford 540bdcbc66 Consolidate player option and song option screens. Are people ok with this? 2003-08-23 22:13:06 +00:00
Chris Danford 45858747a5 Consolidate player option and song option screens. Are people ok with this? 2003-08-23 22:04:57 +00:00
Chris Danford 4fd5ede6de fix dancing characters not resetting between songs in a course 2003-08-23 19:58:46 +00:00
Chris Danford 00a107ad70 fix Model animations not looping 2003-08-23 19:32:35 +00:00
Chris Danford 859ace0201 fix slashes and collapse path when loading a texture in Model 2003-08-23 19:10:05 +00:00
Chris Danford d69d19fc2a fix crash if hit a mine too early 2003-08-23 19:01:35 +00:00
Chris Danford 1e718a80a5 fix Save/Revert prompt when playing a course 2003-08-23 18:33:49 +00:00
Chris Danford 8955c0cdfc remove unused metrics 2003-08-23 18:13:42 +00:00
Chris Danford 3a6b249d90 Add vid card default for SiS 630/730 2003-08-23 17:08:30 +00:00
Steve Checkoway 7fe49ad001 Update 2003-08-23 16:58:34 +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 fb083fb040 Correctify the semantics and remove a duplicate entry. 2003-08-22 15:30:24 +00:00
Sean Burke 18bef461d2 Mucking about with white space again. 2003-08-22 15:24:44 +00:00
Andrew Livy 987d10baec Added support for Two BUNKI's and BPM changes in the KSF file format (e.g. Beat Of The War on PIU has 2 bpm changes). 2003-08-21 19:39:41 +00:00
Kevin Slaughter 6c5a829e54 Fixed several bugs, and added `mis-step' steps at the end.. Now if only someone can get that dang lifemeterbar to work correctly, we'd be golden. 2003-08-21 08:32:10 +00:00
Sean Burke 890ad59681 Get rid of some extra eols 2003-08-20 18:26:23 +00:00
Sean Burke 16d9d40ea0 White space consistency fix 2003-08-20 18:22:49 +00:00
Sean Burke 5b089930e4 Typo fix 2003-08-20 18:22:19 +00:00
Glenn Maynard 1f0f51fc32 comments 2003-08-20 18:17:40 +00:00
Glenn Maynard 813294a121 update 2003-08-20 18:16:15 +00:00
Glenn Maynard d363ddd885 cleanup, comment 2003-08-20 18:15:49 +00:00
Glenn Maynard f4dfc1b777 merge entries 2003-08-20 18:01:58 +00:00
Sean Burke 8420e2c2ee This should make whitespace consistent. 2003-08-20 17:54:26 +00:00
Glenn Maynard 75504feee5 remove duplicate 2003-08-20 17:18:33 +00:00
Sean Burke 84ecdbb5bf I believe this is the preferred way to deal with slashes. 2003-08-20 16:19:48 +00:00
Sean Burke 6befe8133d Makefile cleanup 2003-08-20 15:34:48 +00:00
Ben Anderson f820850b0e Works on Linux 2003-08-20 14:31:55 +00:00
Sean Burke 518402727a Reorganize files in Makefile 2003-08-20 14:15:45 +00:00
Sean Burke 9070b9be1e ShowBeginnerHelper typo fix. 2003-08-20 14:13:56 +00:00
Ben Anderson dd38711f1a Add BeginnerHelper 2003-08-20 13:30:20 +00:00
Thad Ward 90c5d98349 add BeginnerHelper to the vc6 project 2003-08-20 11:51:59 +00:00
Thad Ward 7c7a78c7d3 Save the ShowBeginnerHelper option's value to disk 2003-08-20 11:51:21 +00:00
Ben Anderson 2ea4f58497 Er... Well, it makes GCC happy. 2003-08-20 11:48:30 +00:00