Commit Graph

167 Commits

Author SHA1 Message Date
Glenn Maynard 94d0cba859 RageSounds -> GameSoundManager 2004-07-08 00:10:34 +00:00
Glenn Maynard f94510fd49 accept MENU_BUTTON_LEFT and MENU_BUTTON_RIGHT 2004-06-21 22:10:08 +00:00
Chris Danford a0411cc58a add environment variables that themes can use to save state 2004-06-13 09:42:14 +00:00
Chris Danford a266e00c93 force particular Premium and CoinMode values if bEventMode 2004-06-09 08:14:21 +00:00
Glenn Maynard e4d124dd91 license update 2004-06-08 05:22:33 +00:00
Chris Danford ba93ee8469 "for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )" 2004-05-24 06:10:11 +00:00
Chris Danford 58d63cb476 make draw order separate from Z value
add "PageType" graphic to ScreenEvaluation
2004-05-02 03:01:27 +00:00
Chris Danford 6590bd2d48 don't load multiple copies of "common start" or "common invalid" sound 2004-05-01 23:28:53 +00:00
Chris Danford df5cd5e813 move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism 2004-05-01 23:19:33 +00:00
Glenn Maynard f1fddd90d1 use SOUND->PlayOnceFromAnnouncer 2004-04-12 20:11:36 +00:00
Chris Danford 7a2bf28f7a clean up max stages display 2004-03-25 08:46:38 +00:00
Chris Danford 2df07eff4c add MaxStages text to ScreenTitleMenu 2004-03-23 21:59:33 +00:00
Chris Danford 0ca0f86d7e clean up lights 2004-03-23 06:11:10 +00:00
Chris Danford 2929bacb08 show per-diffculty award on Eval screen every time it's received (not just the first time)
clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
2004-03-20 02:59:08 +00:00
Glenn Maynard fb70433e0e fix choosing a disabled selection (editor with no songs) results in options not
responding
2004-02-23 08:51:03 +00:00
Glenn Maynard 1421f168db s/UNLOCKSYS/UNLOCKMAN/ 2004-02-21 01:06:35 +00:00
Chris Danford 8e0540d98a fix ScreenTitleMenu grabs wrong choice text 2004-02-13 07:45:21 +00:00
Chris Danford 646f67a3d2 allow save screenshot on eval screen with MenuLeft-MenuRight-Start 2004-02-12 09:44:16 +00:00
Chris Danford 6417d47583 never leave the title screen when coin mode = pay 2003-12-31 22:41:07 +00:00
Chris Danford ade8308aa1 add per-player danger and per-player dead animations 2003-12-07 20:29:42 +00:00
Chris Danford bf98d8248a overhauling stats: move all stats from SongManager to ProfileManager 2003-12-07 07:09:13 +00:00
Chris Danford 48d5a78429 basic lights support 2003-11-16 04:45:12 +00:00
Glenn Maynard c30901d703 fix style selections in ScreenTitleMenu 2003-11-12 16:15:54 +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 7bf6dfb631 fix TitleMenu fades to demo after pressing Start 2003-11-09 10:52:45 +00:00
Chris Danford 7681bd508b save and restore last used ranking name from/to profile 2003-11-09 10:14:52 +00:00
Chris Danford 2920700f7a Don't show screen title menu (says "Press Start") if there are 0 credits and inserted and CoinMode is pay 2003-11-09 09:00:11 +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 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
Glenn Maynard 67a7d0c8e0 preload ScreenTitleMenu change 2003-10-12 21:49:06 +00:00
Chris Danford b05b44d83f fix VC6 compile error 2003-09-27 22:41:34 +00:00
Glenn Maynard c15e0cec49 Allow screen aliasing. 2003-09-27 22:30:51 +00:00
Glenn Maynard 12035ea77a comment 2003-09-27 20:50:12 +00:00
Glenn Maynard 315daef127 use ModeChoice::IsPlayable 2003-09-27 03:11:37 +00:00
Glenn Maynard 8d351ab429 Make ScreenTitleMenu a ScreenSelect. 2003-09-27 01:55:04 +00:00
Glenn Maynard 8610d7050f simplify 2003-09-26 09:03:48 +00:00
Glenn Maynard 78130f2ec6 Simplify. Fix rare, harmless coin loss (press start after pressing back). 2003-09-26 07:23:25 +00:00
Glenn Maynard d3f991ee47 simplify 2003-09-26 07:18:28 +00:00
Glenn Maynard 2d546f92ef Fix input mappings, etc. not being reloaded after change game code. 2003-09-25 06:05:19 +00:00
Chris Danford ca7a13deaa add switch game code 2003-09-25 02:16:37 +00:00
Andrew Wong 54e490fd20 oops, forgot to commit:
replace GAMESTATE->m_pUnlockingSys with UNLOCKSYS
2003-09-19 07:02:53 +00:00
Glenn Maynard aea2f4583d This doesn't build (on any archs). 2003-09-10 22:08:24 +00:00
Kevin Slaughter 89dbc35832 Add beginning tests of Network Play 2003-09-09 10:21:06 +00:00
Andrew Wong f2d672ced5 oops, make sure zoom is set correctly before applying MenuItemOnCreate transition 2003-09-04 20:36:24 +00:00
Andrew Wong 0699afcb4b support for effects to display title menu items 2003-09-04 11:06:07 +00:00
Andrew Wong e8873ac90a Command when menu items are drawn isn't really being executed. Remove for now. 2003-09-04 07:35:52 +00:00
Andrew Wong e01ddb0263 add metric for menu items when title menu is created (updated metrics any moment now...) 2003-09-02 00:45:02 +00:00
Chris Danford 2be2718bb4 don't enter course editor if 0 non-autogen courses or 0 songs 2003-08-16 17:45:23 +00:00