Commit Graph

105 Commits

Author SHA1 Message Date
Chris Danford 96852c234c Add a virtual keyboard to ScreenTextEntry 2005-03-22 20:15:24 +00:00
Chris Danford 042ba4d6c2 play normal Start sound (not separate create sound)
don't show system messages
2005-03-21 13:18:31 +00:00
Glenn Maynard cd50ebd298 fix edit count desync after deleting steps 2005-03-21 03:47:30 +00:00
Glenn Maynard cc152506c5 comments 2005-03-21 03:45:14 +00:00
Chris Danford fe5b7e214b remove unused MaxStepsLoadedFromProfile 2005-03-20 20:51:30 +00:00
Chris Danford 48e6cb1a69 rename back -> cancel because "back" conflicts with "background" 2005-03-20 06:14:41 +00:00
Charles Lohr b36f6a6f04 VC6 cleanup. Remove .GetValue() "fixes" by overloading binary operators. 2005-03-14 20:26:50 +00:00
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