Commit Graph

40 Commits

Author SHA1 Message Date
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
Glenn Maynard b656bda455 fix potential crash
(why is this a char[] instead of a CString, anyway?)
2003-07-20 18:19:38 +00:00
Andrew Wong 60a3ac3e04 oops, bugfix (null-terminate the char array, not CString object) 2003-07-20 11:52:55 +00:00
Glenn Maynard 627269202d Add DescribesCurrentMode 2003-07-20 07:32:26 +00:00
Glenn Maynard 4090202427 Add ModeChoice::ApplyToAllPlayers, Apply, FromString. 2003-07-20 05:53:22 +00:00