Chris Danford
91e32cead3
Load specifying a metrics group
2008-03-31 04:35:41 +00:00
Chris Danford
7fff6b6afa
add PlayerState param to DifficutlyDisplay
2008-03-27 10:11:40 +00:00
Chris Danford
7f5657901c
better name: DifficultyMeter -> DifficultyDisplay
2008-03-11 10:41:11 +00:00
Glenn Maynard
3e36a05c5f
fix song.h!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2008-03-09 01:51:34 +00:00
Chris Danford
49f6a6049f
SetOpenGroup -> SetOpenSection
2008-02-15 10:04:39 +00:00
Steve Checkoway
60f953f3c1
Fix comments. havn't -> haven't.
2008-01-05 11:56:03 +00:00
Steve Checkoway
2d6c04e4f3
One ON_COMMAND is probably enough.
2007-04-21 23:51:08 +00:00
Steve Checkoway
0cb56b6ec2
GetAllSongs() -> GetSongs().
2007-04-07 05:36:40 +00:00
Chris Danford
f77647b5ad
enum name cleanup: DIFFICULTY_* -> Difficulty_*
2007-02-22 07:18:05 +00:00
Chris Danford
d3a41a43b1
add StepsType param to DifficultyList::Set*
2007-02-22 01:09:13 +00:00
Chris Danford
599db61b62
Always call LoadAllCommands explicitly.
...
The hack to LoadAllCommands when playing a command was leading to weird interactions: If a theme element contained an OnCommand, it would cause the rest of the commands defined in metrics to not be loaded.
2007-02-19 09:30:07 +00:00
Josh Allen
88ba8bbf74
Combine if statement
2006-11-24 17:39:49 +00:00
Josh Allen
56c4ed40c4
Fix ESC+options bug reported in the tracker
2006-11-24 17:38:34 +00:00
Glenn Maynard
2ce839e4eb
Invalid
2006-10-07 04:25:28 +00:00
Glenn Maynard
40eef3c600
cleanup
2006-09-22 19:40:32 +00:00
Steve Checkoway
944a913790
PlayerNumber -> IEP.
2006-09-15 01:47:24 +00:00
Glenn Maynard
516c759d12
simplify
2006-09-14 04:07:52 +00:00
Glenn Maynard
b531c954d1
pass pn (duplicate will go away later)
2006-09-14 03:43:34 +00:00
Glenn Maynard
cbfebb16bb
use input.pn
2006-09-13 10:11:36 +00:00
Steve Checkoway
dd5e6290be
Unused.
2006-09-13 08:42:22 +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
ec3b9382d2
InputMapper::IsButtonDown -> IsBeingPressed, to match InputFilter::IsBeingPressed
2006-09-08 02:12:30 +00:00
Glenn Maynard
406dc6b245
auto RefreshGrades
2006-08-16 22:34:59 +00:00
Glenn Maynard
aec5736793
better interface
2006-08-16 21:36:15 +00:00
Glenn Maynard
30f53de68c
LoadFromFont
2006-08-16 07:19:41 +00:00
Josh Allen
c0df236306
SetName before calling Load()
2006-08-13 22:22:44 +00:00
Glenn Maynard
b37fe30b31
updates
2006-08-10 07:21:52 +00:00
Steve Checkoway
547920b6cd
Simplify.
2006-08-10 06:39:08 +00:00
Glenn Maynard
35618be535
Fix up MusicWheel. This code was a mess: huge blocks of copy-and-pasted
...
code, duplicated arrays in base classes that were never used ...
(It's still ugly, but at least WheelBase is actually a real base class now.)
2006-08-10 04:27:46 +00:00
Josh Allen
2e739bccd6
Fix Ctrl+Letter on song wheel for all network play
2006-08-01 22:04:54 +00:00
Glenn Maynard
0a5256bb03
use DeviceInputToChar
2006-06-15 03:35:54 +00:00
Chris Danford
c7124728e0
move song finding to SongUtil
2006-06-13 03:51:18 +00:00
Chris Danford
b79cb92052
remove use of towupper for OS X
2006-06-11 01:28:52 +00:00
Chris Danford
8c4cedf63f
let OS handle key modifers (fixes number buttons w/ French keyboard)
2006-06-10 20:33:56 +00:00
Chris Danford
dce168b0c2
international keyboard support
2006-06-10 06:50:50 +00:00
Josh Allen
8fe83f73a3
Force event mode for online play
2006-05-16 03:32:01 +00:00
Josh Allen
5843cb2f06
Fix MusicWheel
2006-04-09 05:52:25 +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
ced8fd4561
Transition away from Screen(sName).
2006-01-15 19:04:34 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +00:00
Chris Danford
66c5a45117
SetLoadedFromProfile when the Steps are created, not when they are saved
2005-12-06 23:44:01 +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
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
56817d9490
broadcast m_SortOrder
2005-08-24 20:42:14 +00:00
Chris Danford
1cfda9a901
remove unused PlayMusic overload
2005-07-22 22:17:34 +00:00
Glenn Maynard
cc00fbb7ef
simplify
2005-07-18 02:45:40 +00:00