Glenn Maynard
2eca7b670c
use FOREACH_ENUM2
2006-09-27 05:18:47 +00:00
Steve Checkoway
86880827c3
Use constant.
2006-08-21 11:34:59 +00:00
Chris Danford
5de0b03af2
fix editor screen branching
2006-06-18 12:09:28 +00:00
Chris Danford
c3f0cd20c7
fix edit steps deleted even if you choose Cancel to confirm prompt
2006-04-25 03:14:22 +00:00
Steve Checkoway
c4835e0adb
Revert. Reloading is a hack and shouldn't be part of the API.
2006-03-18 13:26:01 +00:00
Steve Checkoway
2dcdea5467
Add ReloadScreen().
2006-03-18 11:02:20 +00:00
Chris Danford
7ec7a906c3
finish edit renaming and handle display errors encountered during rename
2006-03-08 22:05:23 +00:00
Chris Danford
1860c6c674
consolidate Steps description validation
2006-03-08 04:03:39 +00:00
Glenn Maynard
35599d7f97
Fix incorrect behavior when START is pressed during transitions on
...
options screens. (We don't ignore this at a higher level, because we
want to allow start when transitioning when it's not going to go to another
screen.)
2006-02-18 03:02:21 +00:00
Chris Danford
3c4087a187
fix ManageProfiles errors
...
add bThemeTitle flag to MenuRow
2006-02-13 22:45:17 +00:00
Glenn Maynard
81bcf41b7e
simplify
2006-02-03 08:01:00 +00:00
Glenn Maynard
3413107396
PLAYER_1 -> m_MasterPlayerNumber
2006-02-03 06:21:03 +00:00
Glenn Maynard
5995043bf0
Don't play the Start sound in SM_BeginFadingOut. It might
...
have been triggered by something that just played a sound,
or the screen might want to play a different sound. It's
not SM_BeginFadingOut's job to play a sound.
(fixes double-start sound when "next screen" options are
selected from context menus in ScreenOptionsManage*)
2006-01-30 05:41:46 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Glenn Maynard
8fd297bdfc
phase out vDefs param
2006-01-17 21:31:50 +00:00
Glenn Maynard
3bd5beeb53
use OptionRowHandler::m_Def
2006-01-17 20:58:40 +00:00
Glenn Maynard
a87993bcb1
finish ctor transition
2006-01-15 20:46:15 +00:00
Glenn Maynard
2b4c9e4516
Transition away from Screen(sName).
2006-01-15 19:49:02 +00:00
Glenn Maynard
c5b71c0631
remove logs (this stuff predates the crash handler and has been copied
...
and pasted around since)
jesus we have a lot of screens
2006-01-15 08:54:03 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +00:00
Glenn Maynard
b734b602d2
force TypeName arrays for XToString to be an array of const char*, not CString
2006-01-04 22:30:51 +00:00
Chris Danford
74749a19bb
move localized string to separate file
2005-12-22 03:10:04 +00:00
Chris Danford
c4d4f640bb
localize text entry
2005-12-21 12:55:20 +00:00
Chris Danford
28959facb3
make prompt strings localizable
2005-12-21 09:56:16 +00:00
Steve Checkoway
d833390f9d
Fix signed v. unsigned comparison warnings.
2005-12-12 09:59:17 +00:00
Chris Danford
66c5a45117
SetLoadedFromProfile when the Steps are created, not when they are saved
2005-12-06 23:44:01 +00:00
Chris Danford
2d8b30e049
polish
2005-12-06 12:41:33 +00:00
Chris Danford
b0350450e3
polish
2005-12-04 09:01:28 +00:00
Chris Danford
d33daeb6f9
add separate explanation name so that rows with no title can still have an explanation
2005-12-03 20:39:11 +00:00
Chris Danford
bf24714529
fix many missing themed strings
2005-12-01 09:43:21 +00:00
Chris Danford
36c7d8e0ed
enum name cleanup
2005-12-01 03:20:25 +00:00
Chris Danford
cbe4ef50b5
Add edit management screen
2005-11-30 22:42:28 +00:00