Commit Graph

98 Commits

Author SHA1 Message Date
Charles Lohr d90e526018 VC6 .GetValue() addition. 2005-03-14 03:16:43 +00:00
Glenn Maynard 8e2a323479 logic change 2005-03-14 02:56:01 +00:00
Glenn Maynard f2e24ff9ed move code 2005-03-14 02:48:48 +00:00
Chris Danford 264dd13b45 eliminate Save on ScreenEditMenu when creating new steps 2005-03-08 07:57:14 +00:00
Chris Danford 2d93802641 add Yes/No/Cancel prompt for exiting ScreenEdit 2005-03-08 04:02:25 +00:00
Chris Danford e01845866f add NumStepsLoadedFromProfile display 2005-03-08 01:46:57 +00:00
Chris Danford f2023c9cb7 On edit menu, only move to the next screen when the Action row has focus. 2005-03-08 00:48:59 +00:00
Chris Danford 6d07297588 per-row explanation text in ScreenEditMenu 2005-03-08 00:32:49 +00:00
Chris Danford 7904959f4f theme edit menu row string 2005-03-07 23:55:18 +00:00
Chris Danford a0d19e4e02 give new blank steps a unique name 2005-03-07 06:32:55 +00:00
Chris Danford e65362e3f5 give new edits unique names 2005-03-07 05:23:18 +00:00
Chris Danford a83f462b9f clean up difficulty steps description 2005-03-06 00:08:48 +00:00
Chris Danford c9ec1c16b0 better Steps difficulty description when copying or creating blank 2005-03-05 23:07:42 +00:00
Chris Danford 2d2796148b select between multiple edit steps 2005-03-05 21:35:30 +00:00
Chris Danford fd16ad74fb make themeable 2005-03-05 09:11:56 +00:00
Chris Danford 071f02a862 allow access to individual BroadcastOnChangePtrs within BroadcastOnChangePtr1D 2005-02-25 18:17:26 +00:00
Chris Danford 4104edcad9 use BroadcastOnChange wrappers 2005-02-25 05:27:28 +00:00
Chris Danford ab22e629d4 enforce that changed message is broadcast whenever value changes 2005-02-24 12:27:30 +00:00
Glenn Maynard 09a94d3c97 fix ScreenEditMenu 2005-02-23 18:56:50 +00:00
Chris Danford 4223e09cc8 GetPathTo -> GetPath 2005-02-06 03:32:53 +00:00
Glenn Maynard 8a5bf17203 remove some hardcoded screen names 2005-01-29 23:45:27 +00:00
Chris Danford cfd7f6300f fix CoinMode toggling on ScreenTitleMenu 2005-01-05 04:35:15 +00:00
Chris Danford 7f336c2ce6 self-registering screen classes 2004-11-26 17:28:47 +00:00
Chris Danford d412ab055d name cleanup: NotesType -> StepsType 2004-07-12 02:19:24 +00:00
Glenn Maynard 94d0cba859 RageSounds -> GameSoundManager 2004-07-08 00:10:34 +00:00
Chris Danford 5544445ad0 name cleanup: StyleDef -> Style 2004-06-28 07:26:00 +00:00
Chris Danford 3809715db0 cleanup: Remove Style and use StyleDef everywhere. This gets rid of a lot of Style->StyleDef lookups and discourages code that's specific to a Style. All game logic should be data-driven. 2004-06-27 06:52:49 +00:00
Chris Danford b05d25ab24 "m_pCurNotes" -> "m_pCurSteps" 2004-05-24 06:12:17 +00:00
Chris Danford 4bb777232d name cleanup: "pNotes" -> "pSteps" 2004-05-24 03:41:39 +00:00
Chris Danford 99a02deffe name cleanup: "StepsType nt" -> "StepsType st" 2004-05-24 03:32:56 +00:00
Glenn Maynard 7185cf9e14 style updates
license update
2004-05-22 00:12:57 +00:00
Glenn Maynard 64f0989677 er, wrong file 2004-05-22 00:06:21 +00:00
Glenn Maynard 094cd8165c correction 2004-05-22 00:06:20 +00:00
Glenn Maynard cf98aa5f7c fix ScreenEditMenu transitions 2004-05-03 00:08:56 +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 da0a934978 test 2004-01-01 01:21:59 +00:00
Glenn Maynard 834a9cee74 Don't clear the style in the ctor; it's called during an update of some
other screen, and it confuses it.
2003-11-27 05:03:38 +00:00
Glenn Maynard 879980e0c5 msising headers 2003-11-07 20:24:44 +00:00
Glenn Maynard c15e0cec49 Allow screen aliasing. 2003-09-27 22:30:51 +00:00
Glenn Maynard d294640a3e phase out bEnableTimer 2003-09-27 04:57:32 +00:00
Chris Danford 1e718a80a5 fix Save/Revert prompt when playing a course 2003-08-23 18:33:49 +00:00
Chris Danford f2a1e081b6 fix deleting of Steps 2003-08-16 17:53:58 +00:00
Chris Danford d049234f03 working on course edit screen 2003-08-10 23:48:10 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard 3aea7c8a3e SOUNDMAN -> SOUND
RageSoundManager.h -> RageSounds.h
2003-07-26 22:53:22 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford e148806d1b add name to Actor 2003-04-12 06:16:12 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Chris Danford d4417b0260 Fix ScreenJukebox, ScreenMusicScroll 2003-03-14 22:34:28 +00:00