Glenn Maynard
60be259f3e
textHelp in Lua
2007-03-05 23:27:15 +00:00
Vecais Dumais Laacis
ec2f7fa2cb
included HelpDisplay.h for xbox to compile
2006-12-07 09:11:47 +00:00
Glenn Maynard
0db4a096e5
ScreenWithMenuElements::BeginScreen calls SortByDrawOrder
2006-11-21 04:32:59 +00:00
Glenn Maynard
45c85f0ebb
unused
2006-10-01 00:04:02 +00:00
Glenn Maynard
c7dfb9f2ec
MenuInput -> MenuButton
2006-09-14 20:52:34 +00:00
Glenn Maynard
c71d8f7425
IET_SLOW_REPEAT -> IET_REPEAT
2006-09-13 02:59:05 +00:00
Glenn Maynard
d03db0c4f9
remove IET_FAST_REPEAT
2006-09-13 02:55:19 +00:00
Glenn Maynard
e04a48128d
IET_FAST_REPEAT is the same as IET_SLOW_REPEAT, sent instead
...
after the button has been held a while. It hasn't actually been a different
repeat rate for a very long time, and was partially phased out a while ago.
Now it's just used to see if the button has been held a while. Do that with
GetSecsHeld instead.
2006-09-13 02:44:03 +00:00
Glenn Maynard
3f9cf31e59
unused
2006-08-16 06:06:13 +00:00
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
470c909ec6
Transition away from Screen(sName).
2006-01-15 18:54:03 +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
74749a19bb
move localized string to separate file
2005-12-22 03:10:04 +00:00
Chris Danford
d698a5f1ec
CString -> RString in RageUtil
...
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
2005-12-20 08:35:47 +00:00
Chris Danford
37f82b43f7
remove CStringArray #define
2005-12-09 21:36:22 +00:00
Glenn Maynard
b3d5f2390e
cleanup
2005-10-17 06:37:59 +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
Chris Danford
bb10c7c21f
pass around InputEventPlus in Screen::Input instead of multiple input structures
2005-09-05 02:26:50 +00:00
Glenn Maynard
5c9f7f571f
use default
2005-07-03 06:06:00 +00:00
Chris Danford
63b58a2ee2
fix ALLOW_RESIZE
2005-05-09 11:47:00 +00:00
Glenn Maynard
d326969a58
update screen
2005-05-09 04:02:34 +00:00
Chris Danford
820fb0b361
broadcast on Preference changes
2005-05-06 20:41:05 +00:00
Steve Checkoway
a7c614ff90
Fix crash. Gcc emits code causing an abort when passing non-POD type through ... since it cannot know to try to cast to an int.
2005-04-28 17:11:25 +00:00
Chris Danford
0938d9d9a7
conver more to use Preference
2005-04-28 08:27:40 +00:00
Chris Danford
9cfa779956
remove code to play cancel sound and put the cancel sound in the transition
2005-03-20 08:23:08 +00:00
Chris Danford
48e6cb1a69
rename back -> cancel because "back" conflicts with "background"
2005-03-20 06:14:41 +00:00
Chris Danford
dcdedc3c52
move code from ctor to Init
2005-02-27 03:13:54 +00:00
Chris Danford
4223e09cc8
GetPathTo -> GetPath
2005-02-06 03:32:53 +00:00
Chris Danford
7f336c2ce6
self-registering screen classes
2004-11-26 17:28:47 +00:00
Chris Danford
72bd480883
CENTER_* -> SCREEN_CENTER
2004-11-05 06:35:10 +00:00
Chris Danford
0a6acd94ae
fix centering matrix + perspective projections
2004-10-24 22:59:10 +00:00
Glenn Maynard
911293785e
cleanup
2004-09-28 05:37:15 +00:00
Chris Danford
807d892f4f
allow theme to specify logical screen dimensions
2004-09-21 06:07:12 +00:00
Glenn Maynard
8f4f0e5c13
implement analog input centering
2004-09-09 23:53:15 +00:00
Glenn Maynard
09d9197e29
update
2004-09-09 17:48:25 +00:00
Ryan Dortmans
1430f26179
Added Xbox implementation
2004-09-09 16:14:21 +00:00
Glenn Maynard
94d0cba859
RageSounds -> GameSoundManager
2004-07-08 00:10:34 +00:00
Glenn Maynard
e4d124dd91
license update
2004-06-08 05:22:33 +00:00
Chris Danford
2e174881c5
don't load multiple copies of "common back" sound
2004-05-01 23:30:30 +00:00
Chris Danford
6590bd2d48
don't load multiple copies of "common start" or "common invalid" sound
2004-05-01 23:28:53 +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
71b318b146
cleanup
2003-12-22 23:35:02 +00:00
Chris Danford
c76e819d1d
finish image centering code
...
add input test screen
2003-10-11 07:47:34 +00:00
Chris Danford
e2afe920dd
add half-finished screen centering code (necessary for arcade and Xbox)
2003-10-11 06:37:45 +00:00