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
Chris Danford
c9d79d3e3b
localize prompts
2005-12-20 21:32:26 +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
36c7d8e0ed
enum name cleanup
2005-12-01 03:20:25 +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
29b2b4226b
SWME plays music
2005-10-13 05:22:18 +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
1b171db459
cleanup
2005-08-14 02:04:40 +00:00
Chris Danford
359d745e67
add course edits, improved course editor
2005-07-29 02:23:02 +00:00
Glenn Maynard
1d797c7f94
fix SM_Success, SM_Failure never sent
2005-07-22 09:13:16 +00:00
Glenn Maynard
cc00fbb7ef
simplify
2005-07-18 02:45:40 +00:00
Glenn Maynard
aa3116d783
split EDIT_MENU_ACTION_PRACTICE, so it can be themed differently
2005-07-14 07:19:15 +00:00
Glenn Maynard
fab368faf0
fix load
2005-07-14 07:11:44 +00:00
Glenn Maynard
d4b19938dd
EDIT_MENU_TYPE
2005-07-14 05:53:46 +00:00
Glenn Maynard
760202ea92
generalize deletion
2005-07-14 04:15:57 +00:00
Glenn Maynard
c9369fc984
fix backwards
2005-07-14 04:14:24 +00:00
Glenn Maynard
f0e244060d
generalize
2005-07-14 02:01:46 +00:00
Glenn Maynard
0fd2a733ef
update: load big stuff in Load(), use given metric class
2005-07-14 01:41:17 +00:00
Glenn Maynard
66b842f342
unused
2005-07-14 01:27:59 +00:00
Glenn Maynard
6e8747d0b6
cleanup
2005-07-12 02:21:28 +00:00
Chris Danford
7c6dbc102b
working on ScreenOptionsProfiles
2005-07-05 23:13:49 +00:00
Glenn Maynard
9b08148f60
ScreenTextEntry::TextEntry/ScreenTextEntry::Password
2005-07-03 04:45:34 +00:00
Glenn Maynard
2cb0658151
ScreenPrompt::Prompt update
2005-07-03 04:34:53 +00:00
Chris Danford
16818e54c8
broadcast on style change
2005-05-07 08:34:20 +00:00
Chris Danford
5b9ab7244b
fix GCC errors
2005-04-19 04:11:33 +00:00
Chris Danford
6053783a4c
make EDIT_MODE less fragile by using switches
...
don't allow going past last beat in practice
2005-04-19 01:44:22 +00:00
Chris Danford
976e497de7
add EDIT_MODE_PRACTICE
2005-04-14 06:34:17 +00:00
Chris Danford
ce83ae6ef0
only clamp description for edits
2005-04-13 08:05:48 +00:00
Chris Danford
3c5a892b27
don't allow blank edit names
2005-04-03 21:23:38 +00:00
Charles Lohr
8c5909ebe9
Modify AutoScreenMessage to keep map of all non-standard ScreenMessages.
...
This has a lot of advantages over the old ways. Some of the initial ones are that
you can log a list of all screenmessages and their respective number and another
is that it would be fairly easy to add a reverse lookup, so you could get the name
of a ScreenMessage for log use by getting the ScreenMessage number.
2005-03-28 08:01:36 +00:00
Chris Danford
b684b3dd88
EditMenu: remove Autogen and consolidate Blank/Copy into Create
2005-03-25 09:49:34 +00:00
Chris Danford
880e42e1d3
fix conflicting ScreenMessage IDs by automatically generating unique values
2005-03-23 08:48:38 +00:00
Chris Danford
659def4479
fix Pop message doesn't get sent if more than 1 prompt screen on the stack
2005-03-23 06:46:24 +00:00
Chris Danford
7c6ed89975
ScreenPrompt cleanup
2005-03-23 06:13:28 +00:00
Chris Danford
6adaa3f1a2
Add cancel transition for STextEntry
...
Validate new edit name is unique
2005-03-23 05:12:31 +00:00
Chris Danford
ee4be22260
add input length cap
...
fix bogus s_bCancelled flag
2005-03-23 04:08:27 +00:00
Chris Danford
bd2f75f03b
prompt for an edit name when creating
2005-03-22 23:59:17 +00:00
Chris Danford
96852c234c
Add a virtual keyboard to ScreenTextEntry
2005-03-22 20:15:24 +00:00
Chris Danford
042ba4d6c2
play normal Start sound (not separate create sound)
...
don't show system messages
2005-03-21 13:18:31 +00:00
Glenn Maynard
cd50ebd298
fix edit count desync after deleting steps
2005-03-21 03:47:30 +00:00
Glenn Maynard
cc152506c5
comments
2005-03-21 03:45:14 +00:00
Chris Danford
fe5b7e214b
remove unused MaxStepsLoadedFromProfile
2005-03-20 20:51:30 +00:00
Chris Danford
48e6cb1a69
rename back -> cancel because "back" conflicts with "background"
2005-03-20 06:14:41 +00:00
Charles Lohr
b36f6a6f04
VC6 cleanup. Remove .GetValue() "fixes" by overloading binary operators.
2005-03-14 20:26:50 +00:00
Charles Lohr
d90e526018
VC6 .GetValue() addition.
2005-03-14 03:16:43 +00:00
Glenn Maynard
8e2a323479
logic change
2005-03-14 02:56:01 +00:00
Glenn Maynard
f2e24ff9ed
move code
2005-03-14 02:48:48 +00:00
Chris Danford
264dd13b45
eliminate Save on ScreenEditMenu when creating new steps
2005-03-08 07:57:14 +00:00
Chris Danford
2d93802641
add Yes/No/Cancel prompt for exiting ScreenEdit
2005-03-08 04:02:25 +00:00