Glenn Maynard
cc00fbb7ef
simplify
2005-07-18 02:45:40 +00:00
Glenn Maynard
a37a18aada
unneeded
2005-07-18 02:42:26 +00:00
Glenn Maynard
15558d4cac
cleanup: don't need a special case for this anymore
2005-07-18 02:39:51 +00:00
Glenn Maynard
93f9d0e3e5
cleanup
2005-07-18 02:36:03 +00:00
Glenn Maynard
5161a06e08
simplify
2005-07-18 02:31:51 +00:00
Glenn Maynard
5ee52b0db5
The screen that pushes a screen sets the pop message, not the pushed screen.
...
This pushing screens without them needing to be aware of it. (This will also allow
a pushed screen to replace itself with another pushed screen without having to
propagate the finalization message across; that'll make more sense if the rest of
this pans out ...)
2005-07-18 02:28:16 +00:00
Glenn Maynard
d2e4190a4e
explicit load for MenuTimer, so we don't load anything if we don't want it
2005-07-18 02:08:15 +00:00
Chris Danford
691c7f0c68
don't cast to const on Get
2005-07-18 01:52:32 +00:00
Chris Danford
f93cb4e320
add BakeAllBackgroundChanges
2005-07-18 01:52:01 +00:00
Chris Danford
b50482c185
put focus on last selected profile
2005-07-18 01:50:31 +00:00
Glenn Maynard
18910dd754
cleanup
2005-07-16 10:17:10 +00:00
Glenn Maynard
0fcda13da1
temp fix for double-free
2005-07-16 10:16:23 +00:00
Steve Checkoway
f16c913ff3
Add/remove files.
2005-07-16 09:33:32 +00:00
Steve Checkoway
575ac70ef4
Fix compile. (I think this is correct based on what another screen does.)
2005-07-16 09:33:20 +00:00
Chris Danford
e89fc67e4d
fix compile
2005-07-16 07:25:58 +00:00
Chris Danford
146c505c5a
change sprBullet to an AutoActor
2005-07-16 07:01:48 +00:00
Chris Danford
ce4156625d
add missing file
2005-07-16 05:29:43 +00:00
Chris Danford
0bc9261eb3
return ID of the created profile
2005-07-16 05:28:34 +00:00
Chris Danford
f7ebcc7c34
add new profile select screen
2005-07-16 05:26:07 +00:00
Chris Danford
da001879d4
OptionRowHandlers -> m_OptionRowHandlers
2005-07-16 05:24:41 +00:00
Glenn Maynard
d8bf6df4aa
move metrics into OptionRowType, too
2005-07-16 03:23:53 +00:00
Glenn Maynard
ee791b9c9c
fix copying when unloaded
2005-07-16 03:10:59 +00:00
Chris Danford
8b52f32c8d
Bpm -> BPM
2005-07-16 02:59:58 +00:00
Chris Danford
5d9ba8304e
cleanup
2005-07-16 02:59:35 +00:00
Chris Danford
7ef1a9f574
fix missing command warnings
2005-07-16 02:54:55 +00:00
Glenn Maynard
99d4f12881
copy ctor
2005-07-16 02:52:16 +00:00
Glenn Maynard
b925b2d7ca
instead of loading actors inside OptionRow, load a single copy of each
...
one we need, and then make copies as needed. This avoids lots of
extra loading (which can be slow, even with refcounted data; lots of path
lookups, etc). (Trying to get this to the point where we can construct new
OptionRows for a menu without making a whole new menu.) This approach
means we don't lose the potential to have different sTypes of OptionRow
in a single menu. (The annoying bit is that any actor we copy has to handle
copying, which is tricky for ActorFrame and doesn't work yet for AutoActor.
Working on it ...)
2005-07-16 02:51:17 +00:00
Glenn Maynard
a75ef49210
preparatory (s/m_sType/sType/, no other changes)
2005-07-16 02:44:48 +00:00
Glenn Maynard
19d43d20d1
init m_vbSelected, like LoadNormal
2005-07-16 01:26:56 +00:00
Glenn Maynard
e0bf0e285c
do call InitText and AfterImportOptions on exit row
2005-07-16 01:24:54 +00:00
Glenn Maynard
42e531768c
make LoadExit a bit less of a special case
2005-07-16 01:23:36 +00:00
Glenn Maynard
e3d19324db
explicitly hide underline if ROW_EXIT
2005-07-16 01:21:42 +00:00
Glenn Maynard
7b0bf75ebb
explicitly hide title and bullets if ROW_EXIT
2005-07-16 01:20:05 +00:00
Glenn Maynard
e8656a2420
hide
2005-07-15 23:31:58 +00:00
Glenn Maynard
a18ec93ccf
wrap ROW_SONG
2005-07-15 23:30:31 +00:00
Glenn Maynard
082ceeecaa
EditMenu::GetRowSize
2005-07-15 23:27:51 +00:00
Glenn Maynard
7dbfde93c9
ShowGroups=1
2005-07-15 23:26:58 +00:00
Glenn Maynard
71892143d3
allow hiding group list
2005-07-15 23:21:23 +00:00
Glenn Maynard
28c84b4002
cleanup
2005-07-15 22:58:11 +00:00
Glenn Maynard
3a0d10dff7
cleanup
2005-07-15 21:49:12 +00:00
Glenn Maynard
ca6d18745f
cleanup
...
InitText in OptionRow::Reload instead of UpdateText
2005-07-15 21:48:06 +00:00
Glenn Maynard
2a90e103a3
update
2005-07-15 21:46:24 +00:00
Glenn Maynard
bc3228ec2d
compile fix
2005-07-15 21:45:14 +00:00
Glenn Maynard
4cb5ac76c3
unused
2005-07-15 21:40:56 +00:00
Glenn Maynard
d23b98694e
update
2005-07-15 21:37:17 +00:00
Glenn Maynard
a5d574e414
incomplete for almost two years; a reasonable grace period, I hope :)
2005-07-15 21:36:11 +00:00
Glenn Maynard
d0c2daeadb
fix crash when no choices due to m_iChoiceInRowWithFocus not being
...
set to -1 yet
2005-07-15 07:19:36 +00:00
Glenn Maynard
618f71f3d4
separate initializing text and setting m_iChoiceInRowWithFocus
2005-07-15 06:54:10 +00:00
Glenn Maynard
ff5f5f4035
separate frame for deleted objects
2005-07-15 06:34:06 +00:00
Glenn Maynard
3bdcdc8943
use m_textItemParent
2005-07-15 06:28:13 +00:00