Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +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
3e456e60fd
load in Init()
2006-01-15 19:48:11 +00:00
Glenn Maynard
9056419cf5
remove logs (this stuff predates the crash handler and has been copied
...
and pasted around since)
2006-01-15 08:51:03 +00:00
Glenn Maynard
f0dc808168
Remove LoadHelpText overload. Call settips() yourself via message
...
commands instead.
2006-01-14 02:35:08 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +00:00
Glenn Maynard
ac11ab35ea
unused header
2005-12-19 00:31:41 +00:00
Chris Danford
36c7d8e0ed
enum name cleanup
2005-12-01 03:20:25 +00:00
Glenn Maynard
ad69594521
Simplify options message. Remove m_sprOptionsMessage; show this in an overlay.
...
Remove m_bgOptionsOut, m_bgNoOptionsOut; these were only used for delays, which
we can do by sleeping on the options message commands. Remove SM_TweenOffOptionsMessage;
treat that as part of FadingOut.
2005-10-30 22:23:07 +00:00
Chris Danford
8b8fa8aad3
move CommonMetrics into a namespace so that it's clear where they're coming from when used.
2005-10-27 05:16:19 +00:00
Glenn Maynard
dfc67cd84d
ScreenWithMenuElements::StartTransitioning -> StartTransitioningScreen, to make searching
...
for it easier (vs. Transition::StartTransitioning). (Trying to simplify tweening; this
may go back later.)
2005-10-13 22:17:13 +00:00
Glenn Maynard
6ea2f37a36
Change MenuUp(pn,type) overrides to MenuUp(IEP), so info like DeviceI.ts is always accessible.
2005-09-23 00:44:52 +00:00
Glenn Maynard
142fc408ab
fix "holding left and pressing right ignores wheel lock"
2005-09-19 09:01:21 +00:00
Glenn Maynard
393b4c55f9
cleanup
2005-09-18 11:43:32 +00:00
Glenn Maynard
31a1f078ea
Clarify the select path: when select is pressed, stop the wheel immediately.
...
Previously, if select was pressed while holding left/right, it would stop on the
next repeat. That's OK, since the button repeat is much faster than the wheel,
but it's confusing.
2005-09-18 11:41:44 +00:00
Glenn Maynard
f60111be68
cleanup: if neither pressed, stop. This probably shouldn't happen; it used
...
to happen due to the bSelectIsPressed case.
2005-09-18 11:31:49 +00:00
Chris Danford
65d71a4f23
expermienting with DEFINE_METHOD macro for Lua methods
2005-09-10 02:47:04 +00:00
Glenn Maynard
c6ad66d2f6
cleanup
2005-09-09 05:51:29 +00:00
Chris Danford
bb10c7c21f
pass around InputEventPlus in Screen::Input instead of multiple input structures
2005-09-05 02:26:50 +00:00
Glenn Maynard
c8bdc188d4
missing headers
2005-09-03 06:12:43 +00:00
Glenn Maynard
12426c547c
simplify - less state is better
2005-09-03 04:10:52 +00:00
Glenn Maynard
5eb0e9a128
cleanup
2005-09-03 03:52:22 +00:00
Glenn Maynard
bffd30aafd
PLAYER_COLOR -> command
2005-08-31 03:41:21 +00:00
Glenn Maynard
1129de388d
fix loaded twice
2005-08-30 17:57:30 +00:00
Glenn Maynard
c488702f90
unneeded
2005-08-24 23:16:34 +00:00
Glenn Maynard
682b3c94db
old comment
2005-08-24 23:15:05 +00:00
Glenn Maynard
b4874c0646
do this in the overlay
2005-08-24 21:31:06 +00:00
Glenn Maynard
1e033bfff5
auto-update MusicSortDisplay
2005-08-24 21:24:29 +00:00
Glenn Maynard
c077e6a0c0
fix changing difficulties with select+direction moves the wheel (why did this work before?)
2005-08-13 21:27:52 +00:00
Glenn Maynard
d3bd7a7723
hide iScore
2005-08-12 02:37:04 +00:00
Glenn Maynard
91dc0ed8de
reset m_sprOptionsMessage state
2005-07-29 17:45:21 +00:00
Chris Danford
881001b6c6
broadcast on PlayMode changed
2005-07-25 03:59:24 +00:00
Chris Danford
1fffd48c57
SetEffectNone -> StopEffect
2005-07-24 03:11:03 +00:00
Glenn Maynard
0cf4fc957c
ScreenSelectMusic::BeginScreen
...
fix TweenOffScreen run twice
2005-07-22 22:38:53 +00:00
Glenn Maynard
09e64b25b6
cleanup
2005-07-20 09:57:42 +00:00
Glenn Maynard
50a31993a6
TweenOursOnScreen/TweenOursOffScreen
2005-07-14 22:26:09 +00:00
Glenn Maynard
85535379c9
simplify like ScreenPlayerOptions
2005-07-12 05:52:52 +00:00
Glenn Maynard
5f8eab1022
remove textSongOptions. (this isn't how we should be broadcasting
...
messages for this, but we don't want to send on every change like
BroadcastOnChange (too fine grained), but this is better than these
special case actors
2005-07-09 09:07:59 +00:00
Glenn Maynard
b1360b0b4f
remove OptionIconRow
2005-07-09 08:28:49 +00:00
Glenn Maynard
f47fef683c
update
2005-07-09 08:09:29 +00:00
Glenn Maynard
b282ba475d
fix assert on ABC sections
2005-07-07 10:07:58 +00:00
Glenn Maynard
5499c7124b
only cache special banners on screens that need to
2005-07-07 01:44:24 +00:00
Glenn Maynard
512eb03997
unneeded
2005-07-07 01:02:03 +00:00
Glenn Maynard
c1e0310d68
remove; use the controls in ActorFrame instead
2005-07-07 01:01:37 +00:00
Glenn Maynard
e66896aaca
dur
2005-07-07 00:50:43 +00:00
Glenn Maynard
8366d3a561
remove special cases
2005-07-07 00:49:44 +00:00
Glenn Maynard
fa9ce2d743
remove special case
2005-07-07 00:06:07 +00:00
Glenn Maynard
48d188e97d
remove old stuff
2005-07-06 23:51:06 +00:00
Glenn Maynard
5278abc4be
this can be done with Lua, by putting layers in the underlay. themes using this havn't been maintained or usable in a long time, and there doesn't seem to be interest in doing so, so I'm not implementing it in them; ask me if you want info--but there are too many special-case elements in this screen and it's unmanagable.
2005-07-06 23:47:05 +00:00