Commit Graph

54 Commits

Author SHA1 Message Date
Chris Danford b05d25ab24 "m_pCurNotes" -> "m_pCurSteps" 2004-05-24 06:12:17 +00:00
Chris Danford ba93ee8469 "for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 06:10:11 +00:00
Steve Checkoway a2c074d7e2 Fix potential crash. 2004-05-16 12:05:51 +00:00
Chris Danford c4f8a6c15f fix DelayedCreditsReconcile interaction with joint premium 2004-05-07 08:18:27 +00:00
Chris Danford 16d8574260 add pref "DelayedCreditsReconcile" 2004-05-07 08:08:11 +00:00
Glenn Maynard f013cbf3f8 allow setting courses
fix setting steps not working if the song was previously set
2004-04-30 07:46:46 +00:00
Glenn Maynard 9948172998 add more "why" returns from ModeChoice::IsPlayable 2004-04-30 07:27:01 +00:00
Glenn Maynard d9daa9fc04 no battle in doubles 2004-03-20 18:11:17 +00:00
Glenn Maynard c5f47ff882 only validate PlayMode and Style if one or the other is being set 2004-03-20 17:23:50 +00:00
Chris Danford 7a32af8c5e clean up presisting of settings to Profile
persist PreferredCourseDifficulty
2004-03-13 22:18:09 +00:00
Chris Danford 069c2ded37 fix wrong name used for ModeChoice 2004-02-13 05:25:47 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Glenn Maynard b30ac01bb9 "steps" 2004-02-01 02:41:23 +00:00
Glenn Maynard 174062553b add "song" 2004-01-25 16:48:09 +00:00
Andrew Livy 2b66e1590e Add on-screen graphics elements to represent non-joined players on music select screen 2004-01-22 04:31:31 +00:00
Glenn Maynard 6c71f9103f allow per-player course difficulties (not well-tested yet, off by default) 2004-01-21 01:35:54 +00:00
Chris Danford 35fbad5d17 fix ScreenSelectOptionsMaster::ImportOptions doesn't set the correct selection for ROW_STEPS if PreferredDifficulty doesn't match current steps 2004-01-15 05:14:43 +00:00
Chris Danford 431917de92 fix uninit'd variable 2004-01-14 08:17:34 +00:00
Chris Danford 1f1540db50 Simplify ROW_STEP and ROW_CHARACTER in SSOMaster 2004-01-14 06:34:37 +00:00
Chris Danford fd1acf4cda add pCharacter, pSteps to ModeChoice 2004-01-14 05:10:24 +00:00
Chris Danford 2767e78218 cleanup options comparison 2004-01-11 04:33:21 +00:00
Chris Danford 97146abaaf clean up memory card logic 2004-01-03 03:42:40 +00:00
Chris Danford 67a6fddcf3 load profile from memory card, fix memory card file flushing 2003-12-19 08:17:44 +00:00
Chris Danford d0a6176e13 better memory card assignment logic, add memory card icons, more memory card sounds 2003-12-19 04:52:07 +00:00
Glenn Maynard 514aac93a9 Replace m_bPlayersCanJoin with PlayersCanJoin().
Move GetNumSidesJoined out of the header.
2003-11-10 16:48:22 +00:00
Chris Danford a35e97b88e add doubles premium messages 2003-11-09 08:55:21 +00:00
Chris Danford 02679ea68b clean up premium coin logic 2003-11-09 01:09:35 +00:00
Chris Danford 3098d41e7a tweak credits text
fix memory card profile creation
2003-11-08 15:49:48 +00:00
Chris Danford ec3324f6e9 fix coin/join logic 2003-11-07 20:14:29 +00:00
Chris Danford c3474fe287 split bJointPermium into bVersusForOneCredit and bDoubleForOneCredit 2003-11-07 12:56:32 +00:00
Chris Danford f6200a5e95 memory card support works 2003-11-01 22:04:43 +00:00
Chris Danford a5972a083d fix deleting, renaming profiles 2003-11-01 19:36:52 +00:00
Glenn Maynard 2c44139bb7 fix changing to life bar from song opts menu in Oni mode 2003-10-25 07:25:24 +00:00
Glenn Maynard a1ac9e2326 Add ModeChoice::IsZero. 2003-09-29 08:56:33 +00:00
Glenn Maynard 31355281e0 Fix ModeChoice::DescribesCurrentMode messing with
GAMESTATE->m_bChangedFailType.
2003-09-29 06:27:20 +00:00
Glenn Maynard 99f45cca95 Don't lowercase the value (screen names are case-sensitive). 2003-09-28 02:54:26 +00:00
Glenn Maynard 60ae284a7d Don't discard the rest of sValue, so eg. "mod,1.5x,boost" works. 2003-09-27 20:57:06 +00:00
Glenn Maynard 84689fe441 Apply and ApplyToAllPlayers are const.
DescribesCurrentMode is a per-player operation.  Add DescribesCurrentModeForAllPlayers.
ModeChoice::Apply fix.
Check modifiers in DescribesCurrentMode.
2003-09-27 19:23:34 +00:00
Glenn Maynard 53ee62f5d5 Allow ModeChoice to set modifiers. 2003-09-27 08:01:17 +00:00
Glenn Maynard 53c0a7b02e add ModeChoice::IsPlayable 2003-09-27 03:06:35 +00:00
Glenn Maynard e18cbfc422 Allow ModeChoices to set the next screen.
(Don't use this with the current ScreenSelects yet.)
2003-09-27 01:45:46 +00:00
Glenn Maynard edb9be2473 Allow setting the asset name 2003-09-25 21:27:14 +00:00
Glenn Maynard 565c5d46e2 fix ModeChoice 2003-09-25 06:44:25 +00:00
Chris Danford 2c38027e6d fix "solo" selectable in Pump 2003-09-25 05:56:38 +00:00
Glenn Maynard 7df218167b Remove numSidesJoinedToPlay. 2003-09-23 04:00:03 +00:00
Chris Danford 3f2d2c7f77 ScreenSelect metrics cleanup 2003-09-21 20:10:15 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +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
Chris Danford 0cd5766ba2 add Dance Maniax and Technomotion support 2003-09-03 04:30:29 +00:00
Chris Danford ef807e8490 fix 728447 "Oni doesn't remember life type choice" 2003-08-06 06:30:09 +00:00